fix typo in "set debug timetstamp"
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
bfbba8e4
NS
12008-07-08 Nathan Sidwell <nathan@codesourcery.com>
2
3 * config/tc-m68k.c (m68k_set_cpu, m68k_set_arch): Don't complain
4 about overriding an earlier setting.
5
b19e8a9b
AN
62008-07-07 Adam Nemet <anemet@caviumnetworks.com>
7
8 * config/tc-mips.c (NO_ISA_COP): New macro.
9 (COP_INSN): New macro.
10 (is_opcode_valid): Use them.
11 (macro) <ld_st>: Use them. Don't accept coprocessor load store
12 insns based on the ISA if CPU is NO_ISA_COP.
13 <copz>: Likewise for coprocessor operations.
14
79947c54
CD
152008-07-07 Paul Brook <paul@codesourcery.com>
16
17 * config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT
18 relocations.
19
9990da1d
NC
202008-07-07 Ralf Corsépius <ralf.corsepius@rtems.org>
21
22 * configure.tgt: Add bfin-*-rtems*.
23
d62f07d0
AM
242008-07-04 Alan Modra <amodra@bigpond.net.au>
25
26 * config/tc-spu.c (md_apply_fix): Handle fully resolved
27 BFD_RELOC_32_PCREL, BFD_RELOC_SPU_HI16 and BFD_RELOC_SPU_LO16.
28
c8187e15
PB
292008-06-25 Peter Bergner <bergner@vnet.ibm.com>
30
31 * config/tc-ppc.c (parse_cpu): Handle -m464.
32 (md_show_usage): Likewise.
33
3bb06f78
EW
342008-06-24 Eric B. Weddington <eric.weddington@atmel.com>
35
36 Add support for ATtiny13A.
37 * config/tc-avr.c (mcu_types): Add attiny13a.
38 * doc/c-avr.texi: Likewise.
39
6afe8e98
AM
402008-06-24 Bob Wilson <bob.wilson@acm.org>
41 Alan Modra <amodra@bigpond.net.au>
42
43 * write.c (relax_segment <rs_org>): Include current stretch
44 value when calculating whether .org is backwards.
45
7a283e07
RW
462008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
47
48 * configure: Regenerate.
49
0146fc9d
NC
502008-06-17 Nick Clifton <nickc@redhat.com>
51
52 * app.c (do_scrub_chars): Do not UNGET an EOF value.
53
1afc8def
HPN
542008-06-16 Hans-Peter Nilsson <hp@bitrange.com>
55
56 PR gas/6607
57 * config/tc-mmix.c (s_loc): Assume "negative" addresses belong to
58 text_section. Do the "stepping backwards" test for text_section
59 using unsigned operands.
60
fa452fa6
PB
612008-06-13 Peter Bergner <bergner@vnet.ibm.com>
62
63 * config/tc-ppc.c (ppc_cpu): Use ppc_cpu_t typedef.
64 (ppc_insert_operand): Likewise.
65 (ppc_machine): Likewise.
66 * config/tc-ppc.h: #include "opcode/ppc.h"
67 (struct _ppc_fix_extra <ppc_cpu>): Use ppc_cpu_t typedef.
68 (ppc_cpu): Update extern decl.
69
bb35fb24
NC
702008-06-12 Adam Nemet <anemet@caviumnetworks.com>
71
72 * config/tc-mips.c (validate_mips_insn): Handle field descriptors
73 +x, +X, +p, +P, +s, +S.
74 (mips_ip): Likewise.
75
dd3cbb7e
NC
76 * config/tc-mips.c (validate_mips_insn): Handle field descriptor +Q.
77 (mips_ip): Likewise.
78 (macro_build): Likewise.
79 (CPU_HAS_SEQ): New macro.
80 (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei.
81
e8568f6c
EW
822008-06-09 Eric B. Weddington <eric.weddington@atmel.com>
83
84 * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device.
85 * doc/c-avr.texi: Likewise.
86
83bd7402
NC
872008-06-04 Nick Clifton <nickc@redhat.com>
88
89 * app.c (do_scrub_chars): Do not UNGET an EOF value.
90
cb19c032
L
912008-06-03 H.J. Lu <hongjiu.lu@intel.com>
92
93 * config/tc-i386.c (set_sse_check): New.
94 (md_pseudo_table): Add "sse_check".
95
4ecab7d4
PB
962008-06-03 Paul Brook <paul@codesourcery.com>
97
98 * config/tc-arm.c (do_t_rbit): Populate both rm fields.
99
0a903bab
NC
1002008-05-30 Nick Clifton <nickc@redhat.com>
101
102 PR 5523
103 * config/tc-avr.c (avr_ldi_expression): Do not warn about unknown
104 relocs here.
105
b15591bb
AN
1062008-05-29 Maxim Kuvyrkov <maxim@codesourcery.com>
107
108 * config/tc-mips.c (mips_cpu_info_table): Move records for
109 ST Loongson-2E/2F processors to a better place.
110
95f283e8
L
1112008-05-23 H.J. Lu <hongjiu.lu@intel.com>
112
113 PR gas/6518
114 * config/tc-i386.c (match_template): Report ambiguous operand
115 size, not invalid suffix when there is no match in Intel
116 syntax.
117
c462b453
PB
1182008-05-22 Paul Brook <paul@codesourcery.com>
119
120 * config/tc-arm.c (parse_cond): Covert to lowercase before matching.
121
7fac0536
NC
1222008-05-21 I-Jui Sung <ijsung@gmail.com>
123
124 * config/tc-arm.c (arm_cpus): Add Faraday ARMv4 and ARMv5TE
125 compatible cores: fa526, fa626, fa626te, fa726te.
126 * doc/c-arm.texi (ARM Opts): Add -mcpu={fa526, fa626, fa626te,
127 fa726te} options.
128
8944f3c2
AM
1292008-05-14 Alan Modra <amodra@bigpond.net.au>
130
131 * Makefile.am: Run "make dep-am".
132 * Makefile.in: Regenerate.
133 * doc/Makefile.in: Regenerate.
134 * po/POTFILES.in: Regenerate.
135
35903be0
CM
1362008-05-09 Catherine Moore <clm@codesourcery.com>
137
138 * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
139 with non-MIPS16 relocs.
140
c41e87e3
CF
1412008-05-09 Chao-ying Fu <fu@mips.com>
142
143 * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
144 case that some characters append at the end of the name.
145 (mips_ip): Likewise.
146 (s_change_sec): Likewise.
147 (md_section_align): Likewise.
148
51c8ebc1
BW
1492008-05-07 Bob Wilson <bob.wilson@acm.org>
150
151 * config/tc-xtensa.c (xtensa_create_property_segments): Use
152 xtensa_make_property_section instead of xtensa_get_property_section.
153 (xtensa_create_xproperty_segments): Likewise.
154
f1f8f695
L
1552008-05-02 H.J. Lu <hongjiu.lu@intel.com>
156
157 * NEWS: Mention XSAVE, EPT and MOVBE.
158
159 * config/tc-i386.c (cpu_arch): Add .movbe and .ept.
160 (md_show_usage): Add .movbe and .ept.
161
162 * doc/c-i386.texi: Add movbe and ept to -march=. Document
163 .movbe and .ept.
164
2b661f3d
DM
1652008-04-29 David S. Miller <davem@davemloft.net>
166
167 * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
168
037b32b9
AN
1692008-04-28 Adam Nemet <anemet@caviumnetworks.com>
170
171 * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
172 New statics.
173 (OPTION_ELF_BASE): Make room for new option macros.
174 (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
175 OPTION_DOUBLE_FLOAT): New option macros.
176 (md_longopts): Add msoft-float, mhard-float, msingle-float and
177 mdouble-float.
178 (md_parse_option): Handle OPTION_SINGLE_FLOAT,
179 OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
180 (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
181 and -mdouble-float.
182 (struct mips_set_options): New fields soft_float and single_float.
183 (mips_opts): Initialized them. Add comment for each field
184 initializer.
185 (mips_after_parse_args): Set them based on file_mips_soft_float
186 and file_mips_single_float.
187 (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
188 `.set singlefloat' and `.set doublefloat'.
189 (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
190 Handle single-float and soft-float instructions here.
191 (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
192 (is_opcode_valid_16): New function.
193 (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
194 (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
195 M_S_DOB>: Remove special-casing of r4650.
196 * doc/c-mips.texi (-march=): Add Octeon.
197 (MIPS Opts): Document -msoft-float and -mhard-float. Document
198 -msingle-float and -mdouble-float.
199 (MIPS floating-point): New section. Document `.set softfloat' and
200 `.set hardfloat'. Document `.set singlefloat' and `.set
201 doublefloat'.
202
f04d18b7
DM
2032008-04-25 David S. Miller <davem@davemloft.net>
204
205 * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
206 %asr aliases.
207
208 * doc/c-sparc.texi: Consistently refer to architecture 'versions',
209 rather than occaisionally 'levels'. Consistently refer to Sun's
210 UNIX variant as SunOS, every version of Solaris is also SunOS.
211 Document new 'softint_clear' and 'softint_set' aliases. Clarify
212 which architecture versions support '%dcr', '%cq', and '%gl'. Add
213 section on 32-bit/64-bit opcode translations.
214
fe4fa32c
MF
2152008-04-23 Mike Frysinger <vapier@gentoo.org>
216
217 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
218 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
219 (obj-fdpicelf.o): Define.
220 * Makefile.in: Regenerate.
221 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
222 (bfin-*-*): Delete.
223 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
224 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
225 * config/obj-fdpicelf.c: New.
226 * config/obj-fdpicelf.h: Likewise.
227 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
228 the OBJ_FDPIC_ELF define.
229 (OPTION_NOPIC): Define.
230 (md_longopts): Add mnopic and mno-fdpic.
231 (md_parse_option): Handle OPTION_NOPIC.
232
6194aaab
L
2332008-04-23 Paolo Bonzini <bonzini@gnu.org>
234
235 * aclocal.m4: Regenerate.
236 * configure: Regenerate.
237
1a6b486f
DM
2382008-04-23 David S. Miller <davem@davemloft.net>
239
240 * config/tc-sparc.c (v9a_asr_table): Add missing
241 'stick' and 'stick_cmpr', and document ordering rules
242 of table.
243 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
244 BFD_RELOC_SPARC_PC10.
245 * doc/c-sparc.texi: New section on Sparc constants.
246 Add documentation for %stick and %stick_cmpr.
247
879d3736
NC
2482008-04-22 David S. Miller <davem@davemloft.net>
249
250 * config/obj-elf.c (obj_elf_section_type): Add prototype
251 before obj_elf_section_word and add 'warn' arg.
252 (obj_elf_section_word): Add type pointer arg, and if no #SECTION
253 is matched, try checking for #SECTION_TYPE.
254 (obj_elf_section): Adjust for new args.
255 (obj_elf_type_name): New function.
256 (obj_elf_type): Call it, and accept STT_foo number strings
257 in .type statements as output by SunPRO compiler.
258
81f8a913
L
2592008-04-22 H.J. Lu <hongjiu.lu@intel.com>
260
261 * config/tc-i386.c (md_assemble): Don't check SSE instructions
262 if noavx is 0.
263
c15295d5
DM
2642008-04-18 David S. Miller <davem@davemloft.net>
265
266 * doc/c-sparc.texi: Add syntax section.
267
eff014d9
L
2682008-04-18 H.J. Lu <hongjiu.lu@intel.com>
269
270 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
271 REG and NDS for instructions with immediate operand.
272
dae39acc
L
2732008-04-18 H.J. Lu <hongjiu.lu@intel.com>
274
275 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
276 FMA.
277
739f7f82
DM
2782008-04-16 David S. Miller <davem@davemloft.net>
279
280 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
281 and relocation generation.
282 (tc_gen_reloc): Likewise.
283
52b5ca5b
AS
2842008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
285
286 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
287 relocations are properly aligned, and not negative.
288
a5f245b5
NC
2892008-04-15 Khem Raj <kraj@mvista.com>
290
291 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
292
19a6653c
AM
2932008-04-14 Edmar Wienskoski <edmar@freescale.com>
294
295 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
296 accept e500mc instructions.
297 (md_show_usage): Document -me500mc.
298
d5a35a55
NC
2992008-04-11 Nick Clifton <nickc@redhat.com>
300
301 * listing.c (print_timestamp): Use localtime rather than
302 localtime_r since not all build environments provide the latter.
303
daf50ae7
L
3042008-04-10 H.J. Lu <hongjiu.lu@intel.com>
305
306 * NEWS: Mention -msse-check=[none|error|warning].
307
308 * config/tc-i386.c (sse_check): New.
309 (OPTION_MSSE_CHECK): Likewise.
310 (md_assemble): Check SSE instructions if needed.
311 (md_longopts): Add -msse-check.
312 (md_parse_option): Handle OPTION_MSSE_CHECK.
313 (md_show_usage): Show -msse-check=[none|error|warning].
314
315 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
316