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