* coffread.c (coff_symtab_read): Remove FUNCTION_EPILOGUE_SIZE.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
081ba1b3
AM
12008-07-30 Michael J. Eager <eager@eagercon.com>
2
3 * config/tc-ppc.c (parse_cpu): Separate handling of -m403/405.
4 (md_show_usage): Likewise.
5
0af1713e
AM
62008-07-30 Alan Modra <amodra@bigpond.net.au>
7
8 * messages.c, symbols.c, write.c: Silence gcc warnings.
9
2cfe26b6
AM
102008-07-28 Ineiev <ineiev@yahoo.co.uk>
11
12 * config/tc-i386.c (operand_type_check): Warning fix.
13
3c7b9897
AM
142008-07-26 Michael Eager <eager@eagercon.com>
15
16 * doc/as.texinfo: Add description of single-precision attribute.
17
81fd73ed
JZ
182008-07-24 Jie Zhang <jie.zhang@analog.com>
19
20 * config/bfin-parse.y (asm_1): Error if plain symbol is used
21 as load/store offset.
22
570de991
NC
232008-07-22 Chao-ying Fu <fu@mips.com>
24
25 * config/tc-mips.c (mips_ip): Reset s to argsStart.
26
b4f42c96
JZ
272008-07-22 Jie Zhang <jie.zhang@analog.com>
28
29 * config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.
30
cc189afc
DD
312008-07-21 DJ Delorie <dj@redhat.com>
32
33 * config/tc-h8300.c (fix_operand_size): Use the default size
34 specified by the .lbranch/.sbranch pseudos.
35
c54b5932
DD
362008-07-18 DJ Delorie <dj@redhat.com>
37
38 * config/tc-m32c.h (H_TICK_HEX): Define.
39 * config/tc-m32c.c (OPTION_H_TICK_HEX): Define.
40 (md_longopts): Add support for it.
41 (md_parse_option): Likewise.
42 * doc/as.texinfo (Overview): Add new m32c options.
43 * doc/c-m32c.texi (M32C-Modifiers): Likewise
44
45 * as.h: (enable_h_tick_hex): New.
46 * app.c (enable_h_tick_hex): New.
47 (LEX_IS_H): New.
48 (do_scrub_begin): Mark 'H' and 'h' as special if enable_h_tick_hex.
49 (do_scrub_chars): If enable_h_tick_hex and 'h', check for H'00
50 style hex constants and convert the input stream to 0x00 style.
51 (do_scrub_chars): If a 'X style character constant is found after
52 a symbol character (like you're or X'00), warn the user.
53
30c09090
RS
542008-07-10 Richard Sandiford <rdsandiford@googlemail.com>
55
56 * config/tc-mips.c (mips16_mark_labels): Use ELF_ST_SET_MIPS16.
57 (mips_fix_adjustable): Likewise.
58 (mips_frob_file_after_relocs): Likewise.
59
bfbba8e4
NS
602008-07-08 Nathan Sidwell <nathan@codesourcery.com>
61
62 * config/tc-m68k.c (m68k_set_cpu, m68k_set_arch): Don't complain
63 about overriding an earlier setting.
64
b19e8a9b
AN
652008-07-07 Adam Nemet <anemet@caviumnetworks.com>
66
67 * config/tc-mips.c (NO_ISA_COP): New macro.
68 (COP_INSN): New macro.
69 (is_opcode_valid): Use them.
70 (macro) <ld_st>: Use them. Don't accept coprocessor load store
71 insns based on the ISA if CPU is NO_ISA_COP.
72 <copz>: Likewise for coprocessor operations.
73
79947c54
CD
742008-07-07 Paul Brook <paul@codesourcery.com>
75
76 * config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT
2cfe26b6 77 relocations.
79947c54 78
9990da1d
NC
792008-07-07 Ralf Corsépius <ralf.corsepius@rtems.org>
80
81 * configure.tgt: Add bfin-*-rtems*.
82
d62f07d0
AM
832008-07-04 Alan Modra <amodra@bigpond.net.au>
84
85 * config/tc-spu.c (md_apply_fix): Handle fully resolved
86 BFD_RELOC_32_PCREL, BFD_RELOC_SPU_HI16 and BFD_RELOC_SPU_LO16.
87
c8187e15
PB
882008-06-25 Peter Bergner <bergner@vnet.ibm.com>
89
90 * config/tc-ppc.c (parse_cpu): Handle -m464.
91 (md_show_usage): Likewise.
92
3bb06f78
EW
932008-06-24 Eric B. Weddington <eric.weddington@atmel.com>
94
95 Add support for ATtiny13A.
96 * config/tc-avr.c (mcu_types): Add attiny13a.
97 * doc/c-avr.texi: Likewise.
98
6afe8e98
AM
992008-06-24 Bob Wilson <bob.wilson@acm.org>
100 Alan Modra <amodra@bigpond.net.au>
101
102 * write.c (relax_segment <rs_org>): Include current stretch
103 value when calculating whether .org is backwards.
104
7a283e07
RW
1052008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
106
107 * configure: Regenerate.
108
0146fc9d
NC
1092008-06-17 Nick Clifton <nickc@redhat.com>
110
111 * app.c (do_scrub_chars): Do not UNGET an EOF value.
112
1afc8def
HPN
1132008-06-16 Hans-Peter Nilsson <hp@bitrange.com>
114
115 PR gas/6607
116 * config/tc-mmix.c (s_loc): Assume "negative" addresses belong to
117 text_section. Do the "stepping backwards" test for text_section
118 using unsigned operands.
119
fa452fa6
PB
1202008-06-13 Peter Bergner <bergner@vnet.ibm.com>
121
122 * config/tc-ppc.c (ppc_cpu): Use ppc_cpu_t typedef.
123 (ppc_insert_operand): Likewise.
124 (ppc_machine): Likewise.
125 * config/tc-ppc.h: #include "opcode/ppc.h"
126 (struct _ppc_fix_extra <ppc_cpu>): Use ppc_cpu_t typedef.
127 (ppc_cpu): Update extern decl.
128
bb35fb24
NC
1292008-06-12 Adam Nemet <anemet@caviumnetworks.com>
130
131 * config/tc-mips.c (validate_mips_insn): Handle field descriptors
132 +x, +X, +p, +P, +s, +S.
133 (mips_ip): Likewise.
134
dd3cbb7e
NC
135 * config/tc-mips.c (validate_mips_insn): Handle field descriptor +Q.
136 (mips_ip): Likewise.
137 (macro_build): Likewise.
138 (CPU_HAS_SEQ): New macro.
139 (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei.
140
e8568f6c
EW
1412008-06-09 Eric B. Weddington <eric.weddington@atmel.com>
142
143 * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device.
144 * doc/c-avr.texi: Likewise.
145
83bd7402
NC
1462008-06-04 Nick Clifton <nickc@redhat.com>
147
148 * app.c (do_scrub_chars): Do not UNGET an EOF value.
149
cb19c032
L
1502008-06-03 H.J. Lu <hongjiu.lu@intel.com>
151
152 * config/tc-i386.c (set_sse_check): New.
153 (md_pseudo_table): Add "sse_check".
154
4ecab7d4
PB
1552008-06-03 Paul Brook <paul@codesourcery.com>
156
157 * config/tc-arm.c (do_t_rbit): Populate both rm fields.
158
0a903bab
NC
1592008-05-30 Nick Clifton <nickc@redhat.com>
160
161 PR 5523
162 * config/tc-avr.c (avr_ldi_expression): Do not warn about unknown
163 relocs here.
164
b15591bb
AN
1652008-05-29 Maxim Kuvyrkov <maxim@codesourcery.com>
166
167 * config/tc-mips.c (mips_cpu_info_table): Move records for
168 ST Loongson-2E/2F processors to a better place.
169
95f283e8
L
1702008-05-23 H.J. Lu <hongjiu.lu@intel.com>
171
172 PR gas/6518
173 * config/tc-i386.c (match_template): Report ambiguous operand
174 size, not invalid suffix when there is no match in Intel
175 syntax.
176
c462b453
PB
1772008-05-22 Paul Brook <paul@codesourcery.com>
178
179 * config/tc-arm.c (parse_cond): Covert to lowercase before matching.
180
7fac0536
NC
1812008-05-21 I-Jui Sung <ijsung@gmail.com>
182
183 * config/tc-arm.c (arm_cpus): Add Faraday ARMv4 and ARMv5TE
184 compatible cores: fa526, fa626, fa626te, fa726te.
185 * doc/c-arm.texi (ARM Opts): Add -mcpu={fa526, fa626, fa626te,
186 fa726te} options.
187
8944f3c2
AM
1882008-05-14 Alan Modra <amodra@bigpond.net.au>
189
190 * Makefile.am: Run "make dep-am".
191 * Makefile.in: Regenerate.
192 * doc/Makefile.in: Regenerate.
193 * po/POTFILES.in: Regenerate.
194
35903be0
CM
1952008-05-09 Catherine Moore <clm@codesourcery.com>
196
197 * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
198 with non-MIPS16 relocs.
199
c41e87e3
CF
2002008-05-09 Chao-ying Fu <fu@mips.com>
201
202 * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
203 case that some characters append at the end of the name.
204 (mips_ip): Likewise.
205 (s_change_sec): Likewise.
206 (md_section_align): Likewise.
207
51c8ebc1
BW
2082008-05-07 Bob Wilson <bob.wilson@acm.org>
209
210 * config/tc-xtensa.c (xtensa_create_property_segments): Use
211 xtensa_make_property_section instead of xtensa_get_property_section.
212 (xtensa_create_xproperty_segments): Likewise.
213
f1f8f695
L
2142008-05-02 H.J. Lu <hongjiu.lu@intel.com>
215
216 * NEWS: Mention XSAVE, EPT and MOVBE.
217
218 * config/tc-i386.c (cpu_arch): Add .movbe and .ept.
219 (md_show_usage): Add .movbe and .ept.
220
221 * doc/c-i386.texi: Add movbe and ept to -march=. Document
222 .movbe and .ept.
223
2b661f3d
DM
2242008-04-29 David S. Miller <davem@davemloft.net>
225
226 * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
227
037b32b9
AN
2282008-04-28 Adam Nemet <anemet@caviumnetworks.com>
229
230 * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
231 New statics.
232 (OPTION_ELF_BASE): Make room for new option macros.
233 (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
234 OPTION_DOUBLE_FLOAT): New option macros.
235 (md_longopts): Add msoft-float, mhard-float, msingle-float and
236 mdouble-float.
237 (md_parse_option): Handle OPTION_SINGLE_FLOAT,
238 OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
239 (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
240 and -mdouble-float.
241 (struct mips_set_options): New fields soft_float and single_float.
242 (mips_opts): Initialized them. Add comment for each field
243 initializer.
244 (mips_after_parse_args): Set them based on file_mips_soft_float
245 and file_mips_single_float.
246 (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
247 `.set singlefloat' and `.set doublefloat'.
248 (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
249 Handle single-float and soft-float instructions here.
250 (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
251 (is_opcode_valid_16): New function.
252 (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
253 (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
254 M_S_DOB>: Remove special-casing of r4650.
255 * doc/c-mips.texi (-march=): Add Octeon.
256 (MIPS Opts): Document -msoft-float and -mhard-float. Document
257 -msingle-float and -mdouble-float.
258 (MIPS floating-point): New section. Document `.set softfloat' and
259 `.set hardfloat'. Document `.set singlefloat' and `.set
260 doublefloat'.
261
f04d18b7
DM
2622008-04-25 David S. Miller <davem@davemloft.net>
263
264 * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
265 %asr aliases.
266
267 * doc/c-sparc.texi: Consistently refer to architecture 'versions',
268 rather than occaisionally 'levels'. Consistently refer to Sun's
269 UNIX variant as SunOS, every version of Solaris is also SunOS.
270 Document new 'softint_clear' and 'softint_set' aliases. Clarify
271 which architecture versions support '%dcr', '%cq', and '%gl'. Add
272 section on 32-bit/64-bit opcode translations.
273
fe4fa32c
MF
2742008-04-23 Mike Frysinger <vapier@gentoo.org>
275
276 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
277 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
278 (obj-fdpicelf.o): Define.
279 * Makefile.in: Regenerate.
280 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
281 (bfin-*-*): Delete.
282 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
283 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
284 * config/obj-fdpicelf.c: New.
285 * config/obj-fdpicelf.h: Likewise.
286 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
287 the OBJ_FDPIC_ELF define.
288 (OPTION_NOPIC): Define.
289 (md_longopts): Add mnopic and mno-fdpic.
290 (md_parse_option): Handle OPTION_NOPIC.
291
6194aaab
L
2922008-04-23 Paolo Bonzini <bonzini@gnu.org>
293
294 * aclocal.m4: Regenerate.
295 * configure: Regenerate.
296
1a6b486f
DM
2972008-04-23 David S. Miller <davem@davemloft.net>
298
299 * config/tc-sparc.c (v9a_asr_table): Add missing
300 'stick' and 'stick_cmpr', and document ordering rules
301 of table.
302 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
303 BFD_RELOC_SPARC_PC10.
304 * doc/c-sparc.texi: New section on Sparc constants.
305 Add documentation for %stick and %stick_cmpr.
306
879d3736
NC
3072008-04-22 David S. Miller <davem@davemloft.net>
308
309 * config/obj-elf.c (obj_elf_section_type): Add prototype
310 before obj_elf_section_word and add 'warn' arg.
311 (obj_elf_section_word): Add type pointer arg, and if no #SECTION
312 is matched, try checking for #SECTION_TYPE.
313 (obj_elf_section): Adjust for new args.
314 (obj_elf_type_name): New function.
315 (obj_elf_type): Call it, and accept STT_foo number strings
316 in .type statements as output by SunPRO compiler.
317
81f8a913
L
3182008-04-22 H.J. Lu <hongjiu.lu@intel.com>
319
320 * config/tc-i386.c (md_assemble): Don't check SSE instructions
321 if noavx is 0.
322
c15295d5
DM
3232008-04-18 David S. Miller <davem@davemloft.net>
324
325 * doc/c-sparc.texi: Add syntax section.
326
eff014d9
L
3272008-04-18 H.J. Lu <hongjiu.lu@intel.com>
328
329 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
330 REG and NDS for instructions with immediate operand.
331
dae39acc
L
3322008-04-18 H.J. Lu <hongjiu.lu@intel.com>
333
334 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
335 FMA.
336
739f7f82
DM
3372008-04-16 David S. Miller <davem@davemloft.net>
338
339 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
340 and relocation generation.
341 (tc_gen_reloc): Likewise.
342
52b5ca5b
AS
3432008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
344
345 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
346 relocations are properly aligned, and not negative.
347
a5f245b5
NC
3482008-04-15 Khem Raj <kraj@mvista.com>
349
350 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
351
19a6653c
AM
3522008-04-14 Edmar Wienskoski <edmar@freescale.com>
353
354 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
355 accept e500mc instructions.
356 (md_show_usage): Document -me500mc.
357
d5a35a55
NC
3582008-04-11 Nick Clifton <nickc@redhat.com>
359
360 * listing.c (print_timestamp): Use localtime rather than
361 localtime_r since not all build environments provide the latter.
362
daf50ae7
L
3632008-04-10 H.J. Lu <hongjiu.lu@intel.com>
364
365 * NEWS: Mention -msse-check=[none|error|warning].
366
367 * config/tc-i386.c (sse_check): New.
368 (OPTION_MSSE_CHECK): Likewise.
369 (md_assemble): Check SSE instructions if needed.
370 (md_longopts): Add -msse-check.
371 (md_parse_option): Handle OPTION_MSSE_CHECK.
372 (md_show_usage): Show -msse-check=[none|error|warning].
373
374 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
375