2008-04-23 Mike Frysinger <vapier@gentoo.org>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
fe4fa32c
MF
12008-04-23 Mike Frysinger <vapier@gentoo.org>
2
3 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
4 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
5 (obj-fdpicelf.o): Define.
6 * Makefile.in: Regenerate.
7 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
8 (bfin-*-*): Delete.
9 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
10 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
11 * config/obj-fdpicelf.c: New.
12 * config/obj-fdpicelf.h: Likewise.
13 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
14 the OBJ_FDPIC_ELF define.
15 (OPTION_NOPIC): Define.
16 (md_longopts): Add mnopic and mno-fdpic.
17 (md_parse_option): Handle OPTION_NOPIC.
18
6194aaab
L
192008-04-23 Paolo Bonzini <bonzini@gnu.org>
20
21 * aclocal.m4: Regenerate.
22 * configure: Regenerate.
23
1a6b486f
DM
242008-04-23 David S. Miller <davem@davemloft.net>
25
26 * config/tc-sparc.c (v9a_asr_table): Add missing
27 'stick' and 'stick_cmpr', and document ordering rules
28 of table.
29 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
30 BFD_RELOC_SPARC_PC10.
31 * doc/c-sparc.texi: New section on Sparc constants.
32 Add documentation for %stick and %stick_cmpr.
33
81f8a913
L
342008-04-22 H.J. Lu <hongjiu.lu@intel.com>
35
36 * config/tc-i386.c (md_assemble): Don't check SSE instructions
37 if noavx is 0.
38
c15295d5
DM
392008-04-18 David S. Miller <davem@davemloft.net>
40
41 * doc/c-sparc.texi: Add syntax section.
42
eff014d9
L
432008-04-18 H.J. Lu <hongjiu.lu@intel.com>
44
45 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
46 REG and NDS for instructions with immediate operand.
47
dae39acc
L
482008-04-18 H.J. Lu <hongjiu.lu@intel.com>
49
50 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
51 FMA.
52
739f7f82
DM
532008-04-16 David S. Miller <davem@davemloft.net>
54
55 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
56 and relocation generation.
57 (tc_gen_reloc): Likewise.
58
52b5ca5b
AS
592008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
60
61 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
62 relocations are properly aligned, and not negative.
63
a5f245b5
NC
642008-04-15 Khem Raj <kraj@mvista.com>
65
66 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
67
19a6653c
AM
682008-04-14 Edmar Wienskoski <edmar@freescale.com>
69
70 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
71 accept e500mc instructions.
72 (md_show_usage): Document -me500mc.
73
d5a35a55
NC
742008-04-11 Nick Clifton <nickc@redhat.com>
75
76 * listing.c (print_timestamp): Use localtime rather than
77 localtime_r since not all build environments provide the latter.
78
daf50ae7
L
792008-04-10 H.J. Lu <hongjiu.lu@intel.com>
80
81 * NEWS: Mention -msse-check=[none|error|warning].
82
83 * config/tc-i386.c (sse_check): New.
84 (OPTION_MSSE_CHECK): Likewise.
85 (md_assemble): Check SSE instructions if needed.
86 (md_longopts): Add -msse-check.
87 (md_parse_option): Handle OPTION_MSSE_CHECK.
88 (md_show_usage): Show -msse-check=[none|error|warning].
89
90 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
91