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