* symbols.c (report_op_error): Remove unnecessary forward declaration.
[binutils-gdb.git] / gas / ChangeLog
1 2011-02-28 Alan Modra <amodra@gmail.com>
2
3 * symbols.c (report_op_error): Remove unnecessary forward declaration.
4 Add "op" parameter. Report operator and operand segments in error
5 message, not operand symbols.
6 (resolve_symbol_value): Always set segment for equated symbols, not
7 just when finalizing. Adjust report_op_error calls.
8
9 2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
10
11 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
12 if 64bit relocations aren't allowed.
13
14 2011-02-25 Alan Modra <amodra@gmail.com>
15
16 PR gas/12519
17 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
18
19 2011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
20
21 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
22 initialization of offset_reloc.
23
24 2011-02-15 Richard Henderson <rth@redhat.com>
25
26 * dw2gencfi.c (dot_cfi_dummy): New.
27 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
28 * read.c (pobegin): Unconditionally call cfi_pop_insert.
29
30 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
31
32 * configure: Regenerate.
33
34 2011-02-13 Mike Frysinger <vapier@gentoo.org>
35
36 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
37 * config/bfin-parse.y (BYTEOP2M): Delete token.
38 (asm_1): Remove BYTEOP2M insn matching.
39
40 2011-02-12 Mike Frysinger <vapier@gentoo.org>
41
42 * config/bfin-defs.h: Include opcode/bfin.h.
43 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
44
45 2011-02-11 Mike Frysinger <vapier@gentoo.org>
46
47 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
48 (Modify Registers): Fix subtracted typo.
49 (.byte2): Extend and swap descriptions with .byte4.
50 (.byte4): Extend and swap descriptions with .byte2.
51 (.db, .dw, .dd): Document behavior.
52
53 2011-02-11 Mike Frysinger <vapier@gentoo.org>
54
55 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
56
57 2011-02-11 Alan Modra <amodra@gmail.com>
58
59 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
60
61 2011-02-10 Alan Modra <amodra@gmail.com>
62
63 * doc/as.texinfo (Overview): Add missing markup around Blackfin
64 and PowerPC options.
65
66 2011-02-10 Alan Modra <amodra@gmail.com>
67
68 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
69 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
70 (Overview <Target PowerPC options>): Add a number of missing options.
71 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
72
73 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
74
75 PR gas/6957
76 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
77 for i686.
78
79 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
80
81 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
82 for ISA extensions.
83 (md_parse_option): Likewise.
84
85 2011-02-04 Bernd Schmidt <bernds@codesourcery.com>
86
87 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
88 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
89 (TIC6X Options): Don't mention "-matomic".
90 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
91 (md_longopts): Remove corresponding entries.
92 (md_parse_option): Don't handle them.
93 (md_show_usage): Don't document them.
94 (tic6x_atomic): Delete variable.
95 (tic6x_update_features): Always copy tic6x_arch_enable to
96 tic6x_features.
97 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
98 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
99 (md_pseudo_table): Remove ".atomic" and ".noatomic".
100
101 2011-01-31 Nick Clifton <nickc@redhat.com>
102
103 * write.c (write_contents): Include output file name and bfd error
104 value when reporting the inability to write to the output file.
105 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
106 frag that has a non-zero fill value.
107
108 2011-01-27 DJ Delorie <dj@redhat.com>
109
110 * config/tc-rx.c (md_convert_frag): If we can't compute the target
111 address, zero out the values stored in the object file to make
112 objdump's output consistent.
113
114 2011-01-26 Kai Tietz <kai.tietz@onevision.com>
115
116 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
117 x86_dwarf2_return_column to 32.
118
119 2011-01-20 Nick Clifton <nickc@redhat.com>
120
121 PR gas/12384
122 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
123 comparison.
124
125 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
126
127 * write.c (compress_debug): Return if section size is smaller
128 than 32 bytes.
129
130 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
131
132 PR gas/12409
133 * write.c (compress_debug): Return if section size is 0.
134
135 2011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
136
137 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
138 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
139 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
140 fmp626} options.
141
142 2011-01-18 Nick Clifton <nickc@redhat.com>
143
144 PR gas/12390
145 * doc/all.texi: Add NS32K
146 * doc/as.texinfo: Remove target specific details of which
147 characters act as comment initiators and statement separators into
148 individual target specific files.
149 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
150 the hash character at the start of a line.
151 * doc/c-arm.texi (ARM-Chars): Likewise.
152 * doc/c-avr.texi (AVR-Chars): Likewise.
153 * doc/c-d10v.texi (D10V-Chars): Likewise.
154 * doc/c-d30v.texi (D30V-Chars): Likewise.
155 * doc/c-mmix.texi (MMIX-Chars): Likewise.
156 * doc/c-s390.texi (s390 characters): Likewise.
157 * doc/c-sh.texi (SH-Chars): Likewise.
158 * doc/c-sh64.texi (SH64-Chars): Likewise.
159 * doc/c-sparc.texi (SPARC-Chars): Likewise.
160 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
161 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
162 * doc/c-z80.texi (Z80-Chars): Likewise.
163 * doc/c-z8k.texi (Z8000-Chars): Likewise.
164 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
165 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
166 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
167 line separator characters.
168 * doc/c-cr16.texi (CR16 Syntax): Likewise.
169 * doc/c-i386.texi (i386-Chars): Likewise.
170 * doc/c-i860.texi (i860-Chars): Likewise.
171 * doc/c-i960.texi (i960-Chars): Likewise.
172 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
173 * doc/c-lm32.texi (LM32-Chars): likewise.
174 * doc/c-m32c.texi (M32C-Chars): Likewise.
175 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
176 * doc/c-m68k.texi (M68K-Chars): Likewise.
177 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
178 * doc/c-msp430.texi (MSP430-Chars): Likewise.
179 * doc/c-mt.texi (MT-Chars): Likewise.
180 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
181 * doc/c-pj.texi (PJ-Chars): Likewise.
182 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
183 * doc/c-rx.texi (RX-Chars): Likewise.
184 * doc/c-score.texi (SCORE-Chars): Likewise.
185 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
186 * doc/c-v850.texi (V850-Chars): Likewise.
187 * doc/c-vax.texi (VAX-Chars): Likewise.
188 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
189
190 2011-01-17 Quentin Neill <quentin.neill@amd.com>
191
192 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
193
194 * doc/c-i386.texi (i386-TBM): New section.
195
196 2011-01-16 H.J. Lu <hongjiu.lu@intel.com>
197
198 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
199 (disallow_64bit_reloc): This.
200 (md_assemble): Don't check movabs for x32 mode here.
201 (i386_target_format): Updated.
202 (tc_gen_reloc): Check if 64bit relocations are allowed.
203
204 2011-01-15 H.J. Lu <hongjiu.lu@intel.com>
205
206 * config/tc-i386.c (disallow_64bit_disp): New.
207 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
208 X86_64_ABI/X86_64_X32_ABI.
209 (md_assemble): Don't allow movabs with relocation in x32 mode.
210 (i386_target_format): Updated.
211
212 2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
213
214 * config/tc-i386.c (OPTION_N32): Renamed to ...
215 (OPTION_X32): This.
216 (md_longopts): Replace n32 with x32.
217 (md_parse_option): Updated.
218 (md_show_usage): Likewise.
219
220 * doc/c-i386.texi: Replace --n32 with --x32.
221
222 2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
223
224 * config/tc-mips.c (mips_ip): Update error messages. Take an
225 unadjusted offset for "+c" argument.
226
227 2011-01-10 Nick Clifton <nickc@redhat.com>
228
229 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
230 it.
231
232 2011-01-10 Nick Clifton <nickc@redhat.com>
233
234 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
235 part of the file.
236
237 2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
238 Glauber de Oliveira Costa <glommer@gmail.com>
239
240 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
241 .tlsdescseq directive.
242 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
243 following a symbol.
244 (s_arm_tls_descseq): New directive.
245 (md_pseudo_table): Add it.
246 (encode_branch): Allow TLS_CALL relocs too.
247 (do_t_blx, do_t_branch23): Use encode_branch.
248 (reloc_names): Add tlsdesc and tlscall.
249 (md_apply_fix): Process tls desc relocations.
250 (tc_gen_reloc): Likewise.
251 (arm_fix_adjustable): Likewise.
252
253 2011-01-07 Quentin Neill <quentin.neill@amd.com>
254
255 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
256
257 * doc/c-i386.texi (i386-BMI): New section.
258
259 2011-01-06 Paul Koning <ni1d@arrl.net>
260
261 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
262 references to absolute addresses.
263
264 2011-01-05 DJ Delorie <dj@redhat.com>
265
266 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
267 instead of an RH_NEG32 one.
268
269 2011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
270
271 * doc/c-i386.texi: Clarify --n32.
272
273 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
274
275 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
276 integer registers in VEX.vvvv. Check register-only source
277 operand when two source operands are swapped. Properly update
278 destination when two source operands are swapped.
279
280 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
281
282 * gas.c (parse_args): Update copyright to 2011.
283
284 For older changes see ChangeLog-2010
285 \f
286 Local Variables:
287 mode: change-log
288 left-margin: 8
289 fill-column: 74
290 version-control: never
291 End: