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