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