PR gas/3856
[binutils-gdb.git] / gas / ChangeLog
1 2007-01-12 Nick Clifton <nickc@redhat.com>
2
3 PR gas/3856
4 * macro.c (expand_irp): Do not ignore spaces inside quoted
5 strings.
6
7 2007-01-12 Alan Modra <amodra@bigpond.net.au>
8
9 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
10 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
11 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
12 (TC_FORCE_RELOCATION): Define.
13 (TC_FORCE_RELOCATION_LOCAL): Define.
14 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
15
16 2007-01-12 Alan Modra <amodra@bigpond.net.au>
17
18 * input-file.c (input_file_open): Check fgets return.
19
20 2007-01-11 Paul Brook <paul@codesourcery.com>
21
22 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
23
24 2007-01-11 Nick Clifton <nickc@redhat.com>
25
26 PR gas/3707
27 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
28 variable.
29
30 * config/tc-mcore.c (md_number_to_chars): Use
31 number_to_chars_{big|little}endian.
32
33 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
34
35 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
36 architecture by itself.
37 (m68k_ip): Don't issue a warning for tbl instructions on fido.
38 (m68k_elf_final_processing): Treat Fido as an architecture by
39 itself.
40
41 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
42
43 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
44
45 2007-01-05 H.J. Lu <hongjiu.lu@intel.com>
46
47 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
48 depending on allow_naked_reg.
49
50 2007-01-04 Paul Brook <paul@codesourcery.com>
51
52 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
53
54 2007-01-04 H.J. Lu <hongjiu.lu@intel.com>
55
56 PR gas/3826
57 * config/tc-i386.c (register_prefix): New.
58 (set_intel_syntax): Set set_intel_syntax to "" if register
59 prefix isn't needed.
60 (check_byte_reg): Use register_prefix for error message.
61 (check_long_reg): Likewise.
62 (check_qword_reg): Likewise.
63 (check_word_reg): Likewise.
64
65 2006-01-04 Julian Brown <julian@codesourcery.com>
66
67 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
68 (do_neon_qshl_imm): Likewise.
69 (do_neon_rshl): New function. Handle rounding variants of
70 v{q}shl-by-register.
71 (insns): Use do_neon_rshl for vrshl, vqrshl.
72
73 2007-01-04 Paul Brook <paul@codesourcery.com>
74
75 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
76 and vacle.
77
78 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
79
80 * config/tc-i386.c (swap_operands): Remove branches.
81
82 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
83
84 * config/tc-i386.c: Update copyright year.
85 * config/tc-i386.h: Likewise.
86
87 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
88
89 * config/tc-i386.c (smallest_imm_type): Return unsigned int
90 instead of int.
91
92 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
93
94 * config/tc-i386.c: Convert to ISO C90 formatting
95 * config/tc-i386.h: Likewise.
96
97 2007-01-03 David Daney <ddaney@avtrex.com>
98
99 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
100 documentation.
101
102 For older changes see ChangeLog-2006
103 \f
104 Local Variables:
105 mode: change-log
106 left-margin: 8
107 fill-column: 74
108 version-control: never
109 End: