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