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