Implement displaced stepping.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
2b661f3d
DM
12008-04-29 David S. Miller <davem@davemloft.net>
2
3 * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
4
037b32b9
AN
52008-04-28 Adam Nemet <anemet@caviumnetworks.com>
6
7 * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
8 New statics.
9 (OPTION_ELF_BASE): Make room for new option macros.
10 (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
11 OPTION_DOUBLE_FLOAT): New option macros.
12 (md_longopts): Add msoft-float, mhard-float, msingle-float and
13 mdouble-float.
14 (md_parse_option): Handle OPTION_SINGLE_FLOAT,
15 OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
16 (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
17 and -mdouble-float.
18 (struct mips_set_options): New fields soft_float and single_float.
19 (mips_opts): Initialized them. Add comment for each field
20 initializer.
21 (mips_after_parse_args): Set them based on file_mips_soft_float
22 and file_mips_single_float.
23 (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
24 `.set singlefloat' and `.set doublefloat'.
25 (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
26 Handle single-float and soft-float instructions here.
27 (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
28 (is_opcode_valid_16): New function.
29 (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
30 (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
31 M_S_DOB>: Remove special-casing of r4650.
32 * doc/c-mips.texi (-march=): Add Octeon.
33 (MIPS Opts): Document -msoft-float and -mhard-float. Document
34 -msingle-float and -mdouble-float.
35 (MIPS floating-point): New section. Document `.set softfloat' and
36 `.set hardfloat'. Document `.set singlefloat' and `.set
37 doublefloat'.
38
f04d18b7
DM
392008-04-25 David S. Miller <davem@davemloft.net>
40
41 * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
42 %asr aliases.
43
44 * doc/c-sparc.texi: Consistently refer to architecture 'versions',
45 rather than occaisionally 'levels'. Consistently refer to Sun's
46 UNIX variant as SunOS, every version of Solaris is also SunOS.
47 Document new 'softint_clear' and 'softint_set' aliases. Clarify
48 which architecture versions support '%dcr', '%cq', and '%gl'. Add
49 section on 32-bit/64-bit opcode translations.
50
fe4fa32c
MF
512008-04-23 Mike Frysinger <vapier@gentoo.org>
52
53 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
54 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
55 (obj-fdpicelf.o): Define.
56 * Makefile.in: Regenerate.
57 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
58 (bfin-*-*): Delete.
59 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
60 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
61 * config/obj-fdpicelf.c: New.
62 * config/obj-fdpicelf.h: Likewise.
63 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
64 the OBJ_FDPIC_ELF define.
65 (OPTION_NOPIC): Define.
66 (md_longopts): Add mnopic and mno-fdpic.
67 (md_parse_option): Handle OPTION_NOPIC.
68
6194aaab
L
692008-04-23 Paolo Bonzini <bonzini@gnu.org>
70
71 * aclocal.m4: Regenerate.
72 * configure: Regenerate.
73
1a6b486f
DM
742008-04-23 David S. Miller <davem@davemloft.net>
75
76 * config/tc-sparc.c (v9a_asr_table): Add missing
77 'stick' and 'stick_cmpr', and document ordering rules
78 of table.
79 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
80 BFD_RELOC_SPARC_PC10.
81 * doc/c-sparc.texi: New section on Sparc constants.
82 Add documentation for %stick and %stick_cmpr.
83
879d3736
NC
842008-04-22 David S. Miller <davem@davemloft.net>
85
86 * config/obj-elf.c (obj_elf_section_type): Add prototype
87 before obj_elf_section_word and add 'warn' arg.
88 (obj_elf_section_word): Add type pointer arg, and if no #SECTION
89 is matched, try checking for #SECTION_TYPE.
90 (obj_elf_section): Adjust for new args.
91 (obj_elf_type_name): New function.
92 (obj_elf_type): Call it, and accept STT_foo number strings
93 in .type statements as output by SunPRO compiler.
94
81f8a913
L
952008-04-22 H.J. Lu <hongjiu.lu@intel.com>
96
97 * config/tc-i386.c (md_assemble): Don't check SSE instructions
98 if noavx is 0.
99
c15295d5
DM
1002008-04-18 David S. Miller <davem@davemloft.net>
101
102 * doc/c-sparc.texi: Add syntax section.
103
eff014d9
L
1042008-04-18 H.J. Lu <hongjiu.lu@intel.com>
105
106 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
107 REG and NDS for instructions with immediate operand.
108
dae39acc
L
1092008-04-18 H.J. Lu <hongjiu.lu@intel.com>
110
111 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
112 FMA.
113
739f7f82
DM
1142008-04-16 David S. Miller <davem@davemloft.net>
115
116 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
117 and relocation generation.
118 (tc_gen_reloc): Likewise.
119
52b5ca5b
AS
1202008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
121
122 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
123 relocations are properly aligned, and not negative.
124
a5f245b5
NC
1252008-04-15 Khem Raj <kraj@mvista.com>
126
127 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
128
19a6653c
AM
1292008-04-14 Edmar Wienskoski <edmar@freescale.com>
130
131 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
132 accept e500mc instructions.
133 (md_show_usage): Document -me500mc.
134
d5a35a55
NC
1352008-04-11 Nick Clifton <nickc@redhat.com>
136
137 * listing.c (print_timestamp): Use localtime rather than
138 localtime_r since not all build environments provide the latter.
139
daf50ae7
L
1402008-04-10 H.J. Lu <hongjiu.lu@intel.com>
141
142 * NEWS: Mention -msse-check=[none|error|warning].
143
144 * config/tc-i386.c (sse_check): New.
145 (OPTION_MSSE_CHECK): Likewise.
146 (md_assemble): Check SSE instructions if needed.
147 (md_longopts): Add -msse-check.
148 (md_parse_option): Handle OPTION_MSSE_CHECK.
149 (md_show_usage): Show -msse-check=[none|error|warning].
150
151 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
152