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