* object.cc (Sized_relobj::include_section_group): Check for
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
6194aaab
L
12008-04-23 Paolo Bonzini <bonzini@gnu.org>
2
3 * aclocal.m4: Regenerate.
4 * configure: Regenerate.
5
1a6b486f
DM
62008-04-23 David S. Miller <davem@davemloft.net>
7
8 * config/tc-sparc.c (v9a_asr_table): Add missing
9 'stick' and 'stick_cmpr', and document ordering rules
10 of table.
11 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
12 BFD_RELOC_SPARC_PC10.
13 * doc/c-sparc.texi: New section on Sparc constants.
14 Add documentation for %stick and %stick_cmpr.
15
81f8a913
L
162008-04-22 H.J. Lu <hongjiu.lu@intel.com>
17
18 * config/tc-i386.c (md_assemble): Don't check SSE instructions
19 if noavx is 0.
20
c15295d5
DM
212008-04-18 David S. Miller <davem@davemloft.net>
22
23 * doc/c-sparc.texi: Add syntax section.
24
eff014d9
L
252008-04-18 H.J. Lu <hongjiu.lu@intel.com>
26
27 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
28 REG and NDS for instructions with immediate operand.
29
dae39acc
L
302008-04-18 H.J. Lu <hongjiu.lu@intel.com>
31
32 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
33 FMA.
34
739f7f82
DM
352008-04-16 David S. Miller <davem@davemloft.net>
36
37 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
38 and relocation generation.
39 (tc_gen_reloc): Likewise.
40
52b5ca5b
AS
412008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
42
43 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
44 relocations are properly aligned, and not negative.
45
a5f245b5
NC
462008-04-15 Khem Raj <kraj@mvista.com>
47
48 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
49
19a6653c
AM
502008-04-14 Edmar Wienskoski <edmar@freescale.com>
51
52 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
53 accept e500mc instructions.
54 (md_show_usage): Document -me500mc.
55
d5a35a55
NC
562008-04-11 Nick Clifton <nickc@redhat.com>
57
58 * listing.c (print_timestamp): Use localtime rather than
59 localtime_r since not all build environments provide the latter.
60
daf50ae7
L
612008-04-10 H.J. Lu <hongjiu.lu@intel.com>
62
63 * NEWS: Mention -msse-check=[none|error|warning].
64
65 * config/tc-i386.c (sse_check): New.
66 (OPTION_MSSE_CHECK): Likewise.
67 (md_assemble): Check SSE instructions if needed.
68 (md_longopts): Add -msse-check.
69 (md_parse_option): Handle OPTION_MSSE_CHECK.
70 (md_show_usage): Show -msse-check=[none|error|warning].
71
72 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
73