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