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