* findcmd.c: Add #include "gdb_stdint.h".
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
35903be0
CM
12008-05-09 Catherine Moore <clm@codesourcery.com>
2
3 * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
4 with non-MIPS16 relocs.
5
c41e87e3
CF
62008-05-09 Chao-ying Fu <fu@mips.com>
7
8 * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
9 case that some characters append at the end of the name.
10 (mips_ip): Likewise.
11 (s_change_sec): Likewise.
12 (md_section_align): Likewise.
13
51c8ebc1
BW
142008-05-07 Bob Wilson <bob.wilson@acm.org>
15
16 * config/tc-xtensa.c (xtensa_create_property_segments): Use
17 xtensa_make_property_section instead of xtensa_get_property_section.
18 (xtensa_create_xproperty_segments): Likewise.
19
f1f8f695
L
202008-05-02 H.J. Lu <hongjiu.lu@intel.com>
21
22 * NEWS: Mention XSAVE, EPT and MOVBE.
23
24 * config/tc-i386.c (cpu_arch): Add .movbe and .ept.
25 (md_show_usage): Add .movbe and .ept.
26
27 * doc/c-i386.texi: Add movbe and ept to -march=. Document
28 .movbe and .ept.
29
2b661f3d
DM
302008-04-29 David S. Miller <davem@davemloft.net>
31
32 * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
33
037b32b9
AN
342008-04-28 Adam Nemet <anemet@caviumnetworks.com>
35
36 * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
37 New statics.
38 (OPTION_ELF_BASE): Make room for new option macros.
39 (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
40 OPTION_DOUBLE_FLOAT): New option macros.
41 (md_longopts): Add msoft-float, mhard-float, msingle-float and
42 mdouble-float.
43 (md_parse_option): Handle OPTION_SINGLE_FLOAT,
44 OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
45 (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
46 and -mdouble-float.
47 (struct mips_set_options): New fields soft_float and single_float.
48 (mips_opts): Initialized them. Add comment for each field
49 initializer.
50 (mips_after_parse_args): Set them based on file_mips_soft_float
51 and file_mips_single_float.
52 (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
53 `.set singlefloat' and `.set doublefloat'.
54 (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
55 Handle single-float and soft-float instructions here.
56 (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
57 (is_opcode_valid_16): New function.
58 (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
59 (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
60 M_S_DOB>: Remove special-casing of r4650.
61 * doc/c-mips.texi (-march=): Add Octeon.
62 (MIPS Opts): Document -msoft-float and -mhard-float. Document
63 -msingle-float and -mdouble-float.
64 (MIPS floating-point): New section. Document `.set softfloat' and
65 `.set hardfloat'. Document `.set singlefloat' and `.set
66 doublefloat'.
67
f04d18b7
DM
682008-04-25 David S. Miller <davem@davemloft.net>
69
70 * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
71 %asr aliases.
72
73 * doc/c-sparc.texi: Consistently refer to architecture 'versions',
74 rather than occaisionally 'levels'. Consistently refer to Sun's
75 UNIX variant as SunOS, every version of Solaris is also SunOS.
76 Document new 'softint_clear' and 'softint_set' aliases. Clarify
77 which architecture versions support '%dcr', '%cq', and '%gl'. Add
78 section on 32-bit/64-bit opcode translations.
79
fe4fa32c
MF
802008-04-23 Mike Frysinger <vapier@gentoo.org>
81
82 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
83 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
84 (obj-fdpicelf.o): Define.
85 * Makefile.in: Regenerate.
86 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
87 (bfin-*-*): Delete.
88 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
89 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
90 * config/obj-fdpicelf.c: New.
91 * config/obj-fdpicelf.h: Likewise.
92 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
93 the OBJ_FDPIC_ELF define.
94 (OPTION_NOPIC): Define.
95 (md_longopts): Add mnopic and mno-fdpic.
96 (md_parse_option): Handle OPTION_NOPIC.
97
6194aaab
L
982008-04-23 Paolo Bonzini <bonzini@gnu.org>
99
100 * aclocal.m4: Regenerate.
101 * configure: Regenerate.
102
1a6b486f
DM
1032008-04-23 David S. Miller <davem@davemloft.net>
104
105 * config/tc-sparc.c (v9a_asr_table): Add missing
106 'stick' and 'stick_cmpr', and document ordering rules
107 of table.
108 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
109 BFD_RELOC_SPARC_PC10.
110 * doc/c-sparc.texi: New section on Sparc constants.
111 Add documentation for %stick and %stick_cmpr.
112
879d3736
NC
1132008-04-22 David S. Miller <davem@davemloft.net>
114
115 * config/obj-elf.c (obj_elf_section_type): Add prototype
116 before obj_elf_section_word and add 'warn' arg.
117 (obj_elf_section_word): Add type pointer arg, and if no #SECTION
118 is matched, try checking for #SECTION_TYPE.
119 (obj_elf_section): Adjust for new args.
120 (obj_elf_type_name): New function.
121 (obj_elf_type): Call it, and accept STT_foo number strings
122 in .type statements as output by SunPRO compiler.
123
81f8a913
L
1242008-04-22 H.J. Lu <hongjiu.lu@intel.com>
125
126 * config/tc-i386.c (md_assemble): Don't check SSE instructions
127 if noavx is 0.
128
c15295d5
DM
1292008-04-18 David S. Miller <davem@davemloft.net>
130
131 * doc/c-sparc.texi: Add syntax section.
132
eff014d9
L
1332008-04-18 H.J. Lu <hongjiu.lu@intel.com>
134
135 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
136 REG and NDS for instructions with immediate operand.
137
dae39acc
L
1382008-04-18 H.J. Lu <hongjiu.lu@intel.com>
139
140 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
141 FMA.
142
739f7f82
DM
1432008-04-16 David S. Miller <davem@davemloft.net>
144
145 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
146 and relocation generation.
147 (tc_gen_reloc): Likewise.
148
52b5ca5b
AS
1492008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
150
151 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
152 relocations are properly aligned, and not negative.
153
a5f245b5
NC
1542008-04-15 Khem Raj <kraj@mvista.com>
155
156 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
157
19a6653c
AM
1582008-04-14 Edmar Wienskoski <edmar@freescale.com>
159
160 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
161 accept e500mc instructions.
162 (md_show_usage): Document -me500mc.
163
d5a35a55
NC
1642008-04-11 Nick Clifton <nickc@redhat.com>
165
166 * listing.c (print_timestamp): Use localtime rather than
167 localtime_r since not all build environments provide the latter.
168
daf50ae7
L
1692008-04-10 H.J. Lu <hongjiu.lu@intel.com>
170
171 * NEWS: Mention -msse-check=[none|error|warning].
172
173 * config/tc-i386.c (sse_check): New.
174 (OPTION_MSSE_CHECK): Likewise.
175 (md_assemble): Check SSE instructions if needed.
176 (md_longopts): Add -msse-check.
177 (md_parse_option): Handle OPTION_MSSE_CHECK.
178 (md_show_usage): Show -msse-check=[none|error|warning].
179
180 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
181