2008-04-18 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
eff014d9
L
12008-04-18 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
4 REG and NDS for instructions with immediate operand.
5
dae39acc
L
62008-04-18 H.J. Lu <hongjiu.lu@intel.com>
7
8 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
9 FMA.
10
739f7f82
DM
112008-04-16 David S. Miller <davem@davemloft.net>
12
13 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
14 and relocation generation.
15 (tc_gen_reloc): Likewise.
16
52b5ca5b
AS
172008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
18
19 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
20 relocations are properly aligned, and not negative.
21
a5f245b5
NC
222008-04-15 Khem Raj <kraj@mvista.com>
23
24 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
25
19a6653c
AM
262008-04-14 Edmar Wienskoski <edmar@freescale.com>
27
28 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
29 accept e500mc instructions.
30 (md_show_usage): Document -me500mc.
31
d5a35a55
NC
322008-04-11 Nick Clifton <nickc@redhat.com>
33
34 * listing.c (print_timestamp): Use localtime rather than
35 localtime_r since not all build environments provide the latter.
36
daf50ae7
L
372008-04-10 H.J. Lu <hongjiu.lu@intel.com>
38
39 * NEWS: Mention -msse-check=[none|error|warning].
40
41 * config/tc-i386.c (sse_check): New.
42 (OPTION_MSSE_CHECK): Likewise.
43 (md_assemble): Check SSE instructions if needed.
44 (md_longopts): Add -msse-check.
45 (md_parse_option): Handle OPTION_MSSE_CHECK.
46 (md_show_usage): Show -msse-check=[none|error|warning].
47
48 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
49