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