Fix typos in year.
[binutils-gdb.git] / gas / ChangeLog
1 2007-02-02 Bob Wilson <bob.wilson@acm.org>
2
3 * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
4 (build_transition_table): Likewise.
5
6 2007-02-01 Bob Wilson <bob.wilson@acm.org>
7
8 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
9 fx_tcbit.
10 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
11
12 2007-02-02 Alan Modra <amodra@bigpond.net.au>
13
14 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
15 (struct fix <fx_plt>): Rename to tcbit2.
16 * write.c (fix_new_internal): Adjust.
17 (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
18 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
19 * config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
20 * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
21 * config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
22 * config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
23 * config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
24 * config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
25 * config/tc-msp430.c (msp430_force_relocation_local): Likewise.
26 * config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
27 * config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
28 Instead, compare fx_r_type.
29 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
30 fx_tcbit in place of fx_plt.
31 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
32 * doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
33 to fx_plt.
34
35 2007-01-30 Nick Clifton <nickc@redhat.com>
36
37 * as.c (main): Mark symbols created via the --defsym command line
38 option as volatile so that they can be overridden later on by a
39 .set directive. This maintains compatibility with the behaviour
40 of earlier versions of the assembler.
41 * doc/as.texinfo (--defsym): Document that the defined symbol's
42 value can be overridden via a .set directive.
43
44 2007-01-28 H.J. Lu <hongjiu.lu@intel.com>
45
46 * config/tc-i386.c (swap_imm_operands): Renamed to ...
47 (swap_2_operands): This. Take 2 ints.
48 (md_assemble): Updated.
49 (swap_operands): Call swap_2_operands to swap 2 operands.
50
51 2007-01-24 DJ Delorie <dj@redhat.com>
52
53 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
54
55 2007-01-22 Nick Clifton <nickc@redhat.com>
56
57 PR gas/3871
58 * tc-score.c: Remove unnecessary uses of _().
59 Make the err_msg[] a file level local array in order to save
60 storage space.
61 Remove unnecessary sprintf()s.
62
63 2007-01-18 Mei Ligang <ligang@sunnorth.com.cn>
64
65 PR gas/3871
66 * config/tc-score.c : Using _() for const string.
67 Do not assign inst.error with a local string pointer.
68 (md_section_align): Pad section.
69
70 2007-01-13 H.J. Lu <hongjiu.lu@intel.com>
71
72 * config/tc-i386.c (build_modrm_byte): Check number of operands
73 when procssing memory/register operand.
74
75 2007-01-12 Nick Clifton <nickc@redhat.com>
76
77 PR gas/3856
78 * macro.c (expand_irp): Do not ignore spaces inside quoted
79 strings.
80
81 2007-01-12 Alan Modra <amodra@bigpond.net.au>
82
83 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
84 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
85 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
86 (TC_FORCE_RELOCATION): Define.
87 (TC_FORCE_RELOCATION_LOCAL): Define.
88 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
89
90 2007-01-12 Alan Modra <amodra@bigpond.net.au>
91
92 * input-file.c (input_file_open): Check fgets return.
93
94 2007-01-11 Paul Brook <paul@codesourcery.com>
95
96 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
97
98 2007-01-11 Nick Clifton <nickc@redhat.com>
99
100 PR gas/3707
101 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
102 variable.
103
104 * config/tc-mcore.c (md_number_to_chars): Use
105 number_to_chars_{big|little}endian.
106
107 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
108
109 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
110 architecture by itself.
111 (m68k_ip): Don't issue a warning for tbl instructions on fido.
112 (m68k_elf_final_processing): Treat Fido as an architecture by
113 itself.
114
115 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
116
117 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
118
119 2007-01-05 H.J. Lu <hongjiu.lu@intel.com>
120
121 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
122 depending on allow_naked_reg.
123
124 2007-01-04 Paul Brook <paul@codesourcery.com>
125
126 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
127
128 2007-01-04 H.J. Lu <hongjiu.lu@intel.com>
129
130 PR gas/3830
131 * config/tc-i386.c (register_prefix): New.
132 (set_intel_syntax): Set set_intel_syntax to "" if register
133 prefix isn't needed.
134 (check_byte_reg): Use register_prefix for error message.
135 (check_long_reg): Likewise.
136 (check_qword_reg): Likewise.
137 (check_word_reg): Likewise.
138
139 2006-01-04 Julian Brown <julian@codesourcery.com>
140
141 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
142 (do_neon_qshl_imm): Likewise.
143 (do_neon_rshl): New function. Handle rounding variants of
144 v{q}shl-by-register.
145 (insns): Use do_neon_rshl for vrshl, vqrshl.
146
147 2007-01-04 Paul Brook <paul@codesourcery.com>
148
149 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
150 and vacle.
151
152 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
153
154 * config/tc-i386.c (swap_operands): Remove branches.
155
156 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
157
158 * config/tc-i386.c: Update copyright year.
159 * config/tc-i386.h: Likewise.
160
161 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
162
163 * config/tc-i386.c (smallest_imm_type): Return unsigned int
164 instead of int.
165
166 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
167
168 * config/tc-i386.c: Convert to ISO C90 formatting
169 * config/tc-i386.h: Likewise.
170
171 2007-01-03 David Daney <ddaney@avtrex.com>
172
173 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
174 documentation.
175
176 For older changes see ChangeLog-2006
177 \f
178 Local Variables:
179 mode: change-log
180 left-margin: 8
181 fill-column: 74
182 version-control: never
183 End: