Robustify mi-simplerun.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
bb35fb24
NC
12008-06-12 Adam Nemet <anemet@caviumnetworks.com>
2
3 * config/tc-mips.c (validate_mips_insn): Handle field descriptors
4 +x, +X, +p, +P, +s, +S.
5 (mips_ip): Likewise.
6
dd3cbb7e
NC
7 * config/tc-mips.c (validate_mips_insn): Handle field descriptor +Q.
8 (mips_ip): Likewise.
9 (macro_build): Likewise.
10 (CPU_HAS_SEQ): New macro.
11 (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei.
12
e8568f6c
EW
132008-06-09 Eric B. Weddington <eric.weddington@atmel.com>
14
15 * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device.
16 * doc/c-avr.texi: Likewise.
17
83bd7402
NC
182008-06-04 Nick Clifton <nickc@redhat.com>
19
20 * app.c (do_scrub_chars): Do not UNGET an EOF value.
21
cb19c032
L
222008-06-03 H.J. Lu <hongjiu.lu@intel.com>
23
24 * config/tc-i386.c (set_sse_check): New.
25 (md_pseudo_table): Add "sse_check".
26
4ecab7d4
PB
272008-06-03 Paul Brook <paul@codesourcery.com>
28
29 * config/tc-arm.c (do_t_rbit): Populate both rm fields.
30
0a903bab
NC
312008-05-30 Nick Clifton <nickc@redhat.com>
32
33 PR 5523
34 * config/tc-avr.c (avr_ldi_expression): Do not warn about unknown
35 relocs here.
36
b15591bb
AN
372008-05-29 Maxim Kuvyrkov <maxim@codesourcery.com>
38
39 * config/tc-mips.c (mips_cpu_info_table): Move records for
40 ST Loongson-2E/2F processors to a better place.
41
95f283e8
L
422008-05-23 H.J. Lu <hongjiu.lu@intel.com>
43
44 PR gas/6518
45 * config/tc-i386.c (match_template): Report ambiguous operand
46 size, not invalid suffix when there is no match in Intel
47 syntax.
48
c462b453
PB
492008-05-22 Paul Brook <paul@codesourcery.com>
50
51 * config/tc-arm.c (parse_cond): Covert to lowercase before matching.
52
7fac0536
NC
532008-05-21 I-Jui Sung <ijsung@gmail.com>
54
55 * config/tc-arm.c (arm_cpus): Add Faraday ARMv4 and ARMv5TE
56 compatible cores: fa526, fa626, fa626te, fa726te.
57 * doc/c-arm.texi (ARM Opts): Add -mcpu={fa526, fa626, fa626te,
58 fa726te} options.
59
8944f3c2
AM
602008-05-14 Alan Modra <amodra@bigpond.net.au>
61
62 * Makefile.am: Run "make dep-am".
63 * Makefile.in: Regenerate.
64 * doc/Makefile.in: Regenerate.
65 * po/POTFILES.in: Regenerate.
66
35903be0
CM
672008-05-09 Catherine Moore <clm@codesourcery.com>
68
69 * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
70 with non-MIPS16 relocs.
71
c41e87e3
CF
722008-05-09 Chao-ying Fu <fu@mips.com>
73
74 * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
75 case that some characters append at the end of the name.
76 (mips_ip): Likewise.
77 (s_change_sec): Likewise.
78 (md_section_align): Likewise.
79
51c8ebc1
BW
802008-05-07 Bob Wilson <bob.wilson@acm.org>
81
82 * config/tc-xtensa.c (xtensa_create_property_segments): Use
83 xtensa_make_property_section instead of xtensa_get_property_section.
84 (xtensa_create_xproperty_segments): Likewise.
85
f1f8f695
L
862008-05-02 H.J. Lu <hongjiu.lu@intel.com>
87
88 * NEWS: Mention XSAVE, EPT and MOVBE.
89
90 * config/tc-i386.c (cpu_arch): Add .movbe and .ept.
91 (md_show_usage): Add .movbe and .ept.
92
93 * doc/c-i386.texi: Add movbe and ept to -march=. Document
94 .movbe and .ept.
95
2b661f3d
DM
962008-04-29 David S. Miller <davem@davemloft.net>
97
98 * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
99
037b32b9
AN
1002008-04-28 Adam Nemet <anemet@caviumnetworks.com>
101
102 * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
103 New statics.
104 (OPTION_ELF_BASE): Make room for new option macros.
105 (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
106 OPTION_DOUBLE_FLOAT): New option macros.
107 (md_longopts): Add msoft-float, mhard-float, msingle-float and
108 mdouble-float.
109 (md_parse_option): Handle OPTION_SINGLE_FLOAT,
110 OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
111 (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
112 and -mdouble-float.
113 (struct mips_set_options): New fields soft_float and single_float.
114 (mips_opts): Initialized them. Add comment for each field
115 initializer.
116 (mips_after_parse_args): Set them based on file_mips_soft_float
117 and file_mips_single_float.
118 (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
119 `.set singlefloat' and `.set doublefloat'.
120 (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
121 Handle single-float and soft-float instructions here.
122 (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
123 (is_opcode_valid_16): New function.
124 (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
125 (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
126 M_S_DOB>: Remove special-casing of r4650.
127 * doc/c-mips.texi (-march=): Add Octeon.
128 (MIPS Opts): Document -msoft-float and -mhard-float. Document
129 -msingle-float and -mdouble-float.
130 (MIPS floating-point): New section. Document `.set softfloat' and
131 `.set hardfloat'. Document `.set singlefloat' and `.set
132 doublefloat'.
133
f04d18b7
DM
1342008-04-25 David S. Miller <davem@davemloft.net>
135
136 * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
137 %asr aliases.
138
139 * doc/c-sparc.texi: Consistently refer to architecture 'versions',
140 rather than occaisionally 'levels'. Consistently refer to Sun's
141 UNIX variant as SunOS, every version of Solaris is also SunOS.
142 Document new 'softint_clear' and 'softint_set' aliases. Clarify
143 which architecture versions support '%dcr', '%cq', and '%gl'. Add
144 section on 32-bit/64-bit opcode translations.
145
fe4fa32c
MF
1462008-04-23 Mike Frysinger <vapier@gentoo.org>
147
148 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
149 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
150 (obj-fdpicelf.o): Define.
151 * Makefile.in: Regenerate.
152 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
153 (bfin-*-*): Delete.
154 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
155 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
156 * config/obj-fdpicelf.c: New.
157 * config/obj-fdpicelf.h: Likewise.
158 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
159 the OBJ_FDPIC_ELF define.
160 (OPTION_NOPIC): Define.
161 (md_longopts): Add mnopic and mno-fdpic.
162 (md_parse_option): Handle OPTION_NOPIC.
163
6194aaab
L
1642008-04-23 Paolo Bonzini <bonzini@gnu.org>
165
166 * aclocal.m4: Regenerate.
167 * configure: Regenerate.
168
1a6b486f
DM
1692008-04-23 David S. Miller <davem@davemloft.net>
170
171 * config/tc-sparc.c (v9a_asr_table): Add missing
172 'stick' and 'stick_cmpr', and document ordering rules
173 of table.
174 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
175 BFD_RELOC_SPARC_PC10.
176 * doc/c-sparc.texi: New section on Sparc constants.
177 Add documentation for %stick and %stick_cmpr.
178
879d3736
NC
1792008-04-22 David S. Miller <davem@davemloft.net>
180
181 * config/obj-elf.c (obj_elf_section_type): Add prototype
182 before obj_elf_section_word and add 'warn' arg.
183 (obj_elf_section_word): Add type pointer arg, and if no #SECTION
184 is matched, try checking for #SECTION_TYPE.
185 (obj_elf_section): Adjust for new args.
186 (obj_elf_type_name): New function.
187 (obj_elf_type): Call it, and accept STT_foo number strings
188 in .type statements as output by SunPRO compiler.
189
81f8a913
L
1902008-04-22 H.J. Lu <hongjiu.lu@intel.com>
191
192 * config/tc-i386.c (md_assemble): Don't check SSE instructions
193 if noavx is 0.
194
c15295d5
DM
1952008-04-18 David S. Miller <davem@davemloft.net>
196
197 * doc/c-sparc.texi: Add syntax section.
198
eff014d9
L
1992008-04-18 H.J. Lu <hongjiu.lu@intel.com>
200
201 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
202 REG and NDS for instructions with immediate operand.
203
dae39acc
L
2042008-04-18 H.J. Lu <hongjiu.lu@intel.com>
205
206 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
207 FMA.
208
739f7f82
DM
2092008-04-16 David S. Miller <davem@davemloft.net>
210
211 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
212 and relocation generation.
213 (tc_gen_reloc): Likewise.
214
52b5ca5b
AS
2152008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
216
217 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
218 relocations are properly aligned, and not negative.
219
a5f245b5
NC
2202008-04-15 Khem Raj <kraj@mvista.com>
221
222 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
223
19a6653c
AM
2242008-04-14 Edmar Wienskoski <edmar@freescale.com>
225
226 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
227 accept e500mc instructions.
228 (md_show_usage): Document -me500mc.
229
d5a35a55
NC
2302008-04-11 Nick Clifton <nickc@redhat.com>
231
232 * listing.c (print_timestamp): Use localtime rather than
233 localtime_r since not all build environments provide the latter.
234
daf50ae7
L
2352008-04-10 H.J. Lu <hongjiu.lu@intel.com>
236
237 * NEWS: Mention -msse-check=[none|error|warning].
238
239 * config/tc-i386.c (sse_check): New.
240 (OPTION_MSSE_CHECK): Likewise.
241 (md_assemble): Check SSE instructions if needed.
242 (md_longopts): Add -msse-check.
243 (md_parse_option): Handle OPTION_MSSE_CHECK.
244 (md_show_usage): Show -msse-check=[none|error|warning].
245
246 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
247