* elf64-ppc.c (ppc64_elf_relocate_section): Provide section/offset
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
9f6db0d3
MS
12011-03-09 Michael Snyder <msnyder@vmware.com>
2
3 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
4 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5 (emit_fixed_inc_line_addr): Assign instead of conditional
6 in assert.
7
49002d7f
L
82011-03-05 H.J. Lu <hongjiu.lu@intel.com>
9
10 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
11 non-constant .size expression.
12
14aa5a8b
NC
132011-03-02 Nick Clifton <nickc@redhat.com>
14
15 * ecoff.c: Incldue filenames.h
16
8b6efd89
KT
172011-02-28 Kai Tietz <kai.tietz@onevision.com>
18
19 * depend.c (register_dependency): Use filename_(n)cmp.
20 * dwarf2dbg.c (get_filenum): Likewise.
21 * ecoff.c (add_file): Likewise.
22 (ecoff_generate_asm_lineno): Likewise.
23 * input-scrub.c (new_logical_line_flags): Likewise.
24 * listing.c (file_info): Likewise.
25 (listing_newline): Likewise.
26 * remap.c (remap_debug_filename): Likewise.
27 * stabs.c (generate_asm_file): Likewise.
28 (stabs_generate_asm_lineno): Likewise.
29
d455268f
MR
302011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
31
32 * config/tc-mips.c (append_insn): Disable branch relaxation for
33 DSP instructions.
34
3eebd5eb
MR
352011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
36
37 * config/tc-mips.c (macro): Handle M_PREF_AB.
38
66b3e8da
MR
392011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
40
41 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
42 register to use.
43 (RELAX_BRANCH_UNCOND): Adjust accordingly.
44 (RELAX_BRANCH_LIKELY): Likewise.
45 (RELAX_BRANCH_LINK): Likewise.
46 (RELAX_BRANCH_TOOFAR): Likewise.
47 (RELAX_BRANCH_AT): New macro.
48 (append_insn): Encode the temporary register to use in standard
49 MIPS branch relaxation.
50 (relaxed_branch_length): Update according to changes to
51 RELAX_BRANCH_ENCODE.
52 (md_convert_frag): Use the encoded register as the temporary.
53
ce70d90a
MR
542011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
55
56 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
57 reject PC-relative relocations.
58
5c4f07ba
MR
592011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
60
61 * config/tc-mips.c (md_convert_frag): Correct message
62 capitalization.
63
5a0ade8b
AM
642011-02-28 Alan Modra <amodra@gmail.com>
65
66 * symbols.c (report_op_error): Remove unnecessary forward declaration.
67 Add "op" parameter. Report operator and operand segments in error
68 message, not operand symbols.
69 (resolve_symbol_value): Always set segment for equated symbols, not
70 just when finalizing. Adjust report_op_error calls.
71
f2d8a97c
L
722011-02-25 H.J. Lu <hongjiu.lu@intel.com>
73
7f648587
L
74 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
75 if 64bit relocations aren't allowed.
f2d8a97c 76
e1e90034
AM
772011-02-25 Alan Modra <amodra@gmail.com>
78
79 PR gas/12519
80 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
81
dfa58db1
MR
822011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
83
84 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
85 initialization of offset_reloc.
86
d58a1929
RH
872011-02-15 Richard Henderson <rth@redhat.com>
88
89 * dw2gencfi.c (dot_cfi_dummy): New.
90 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
91 * read.c (pobegin): Unconditionally call cfi_pop_insert.
92
822ce8ee
RW
932011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
94
95 * configure: Regenerate.
96
36f44611
MF
972011-02-13 Mike Frysinger <vapier@gentoo.org>
98
99 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
100 * config/bfin-parse.y (BYTEOP2M): Delete token.
101 (asm_1): Remove BYTEOP2M insn matching.
102
26bb3ddd
MF
1032011-02-12 Mike Frysinger <vapier@gentoo.org>
104
105 * config/bfin-defs.h: Include opcode/bfin.h.
106 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
107
347d120a
MF
1082011-02-11 Mike Frysinger <vapier@gentoo.org>
109
110 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
111 (Modify Registers): Fix subtracted typo.
112 (.byte2): Extend and swap descriptions with .byte4.
113 (.byte4): Extend and swap descriptions with .byte2.
114 (.db, .dw, .dd): Document behavior.
115
5f956293
MF
1162011-02-11 Mike Frysinger <vapier@gentoo.org>
117
118 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
119
c0e524fe
AM
1202011-02-11 Alan Modra <amodra@gmail.com>
121
122 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
123
635fb38d
AM
1242011-02-10 Alan Modra <amodra@gmail.com>
125
126 * doc/as.texinfo (Overview): Add missing markup around Blackfin
127 and PowerPC options.
128
b8b738ac
AM
1292011-02-10 Alan Modra <amodra@gmail.com>
130
131 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
132 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
133 (Overview <Target PowerPC options>): Add a number of missing options.
134 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
135
2dde1948
L
1362011-02-08 H.J. Lu <hongjiu.lu@intel.com>
137
138 PR gas/6957
139 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
140 for i686.
141
a586129e
L
1422011-02-08 H.J. Lu <hongjiu.lu@intel.com>
143
144 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
145 for ISA extensions.
146 (md_parse_option): Likewise.
147
98d23bef
BS
1482011-02-04 Bernd Schmidt <bernds@codesourcery.com>
149
150 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
151 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
152 (TIC6X Options): Don't mention "-matomic".
153 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
154 (md_longopts): Remove corresponding entries.
155 (md_parse_option): Don't handle them.
156 (md_show_usage): Don't document them.
157 (tic6x_atomic): Delete variable.
158 (tic6x_update_features): Always copy tic6x_arch_enable to
159 tic6x_features.
160 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
161 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
162 (md_pseudo_table): Remove ".atomic" and ".noatomic".
163
a22429b9
NC
1642011-01-31 Nick Clifton <nickc@redhat.com>
165
166 * write.c (write_contents): Include output file name and bfd error
167 value when reporting the inability to write to the output file.
168 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
169 frag that has a non-zero fill value.
170
eb6fae19
DD
1712011-01-27 DJ Delorie <dj@redhat.com>
172
173 * config/tc-rx.c (md_convert_frag): If we can't compute the target
174 address, zero out the values stored in the object file to make
175 objdump's output consistent.
176
ca19b261
KT
1772011-01-26 Kai Tietz <kai.tietz@onevision.com>
178
179 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
180 x86_dwarf2_return_column to 32.
181
b37a4e79
NC
1822011-01-20 Nick Clifton <nickc@redhat.com>
183
184 PR gas/12384
185 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
186 comparison.
187
6ac88ef3
L
1882011-01-18 H.J. Lu <hongjiu.lu@intel.com>
189
190 * write.c (compress_debug): Return if section size is smaller
191 than 32 bytes.
192
24a2d04d
L
1932011-01-18 H.J. Lu <hongjiu.lu@intel.com>
194
195 PR gas/12409
196 * write.c (compress_debug): Return if section size is 0.
197
4a58c4bd
NC
1982011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
199
200 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
201 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
202 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
203 fmp626} options.
204
7c31ae13
NC
2052011-01-18 Nick Clifton <nickc@redhat.com>
206
207 PR gas/12390
208 * doc/all.texi: Add NS32K
209 * doc/as.texinfo: Remove target specific details of which
210 characters act as comment initiators and statement separators into
211 individual target specific files.
212 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
213 the hash character at the start of a line.
214 * doc/c-arm.texi (ARM-Chars): Likewise.
215 * doc/c-avr.texi (AVR-Chars): Likewise.
216 * doc/c-d10v.texi (D10V-Chars): Likewise.
217 * doc/c-d30v.texi (D30V-Chars): Likewise.
218 * doc/c-mmix.texi (MMIX-Chars): Likewise.
219 * doc/c-s390.texi (s390 characters): Likewise.
220 * doc/c-sh.texi (SH-Chars): Likewise.
221 * doc/c-sh64.texi (SH64-Chars): Likewise.
222 * doc/c-sparc.texi (SPARC-Chars): Likewise.
223 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
224 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
225 * doc/c-z80.texi (Z80-Chars): Likewise.
226 * doc/c-z8k.texi (Z8000-Chars): Likewise.
227 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
228 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
229 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
230 line separator characters.
231 * doc/c-cr16.texi (CR16 Syntax): Likewise.
232 * doc/c-i386.texi (i386-Chars): Likewise.
233 * doc/c-i860.texi (i860-Chars): Likewise.
234 * doc/c-i960.texi (i960-Chars): Likewise.
235 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
236 * doc/c-lm32.texi (LM32-Chars): likewise.
237 * doc/c-m32c.texi (M32C-Chars): Likewise.
238 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
239 * doc/c-m68k.texi (M68K-Chars): Likewise.
240 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
241 * doc/c-msp430.texi (MSP430-Chars): Likewise.
242 * doc/c-mt.texi (MT-Chars): Likewise.
243 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
244 * doc/c-pj.texi (PJ-Chars): Likewise.
245 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
246 * doc/c-rx.texi (RX-Chars): Likewise.
247 * doc/c-score.texi (SCORE-Chars): Likewise.
248 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
249 * doc/c-v850.texi (V850-Chars): Likewise.
250 * doc/c-vax.texi (VAX-Chars): Likewise.
251 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
252
2a2a0f38
QN
2532011-01-17 Quentin Neill <quentin.neill@amd.com>
254
255 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
256
257 * doc/c-i386.texi (i386-TBM): New section.
258
862be3fb
L
2592011-01-16 H.J. Lu <hongjiu.lu@intel.com>
260
261 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
262 (disallow_64bit_reloc): This.
263 (md_assemble): Don't check movabs for x32 mode here.
264 (i386_target_format): Updated.
265 (tc_gen_reloc): Check if 64bit relocations are allowed.
266
7f56bc95
L
2672011-01-15 H.J. Lu <hongjiu.lu@intel.com>
268
269 * config/tc-i386.c (disallow_64bit_disp): New.
270 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
271 X86_64_ABI/X86_64_X32_ABI.
272 (md_assemble): Don't allow movabs with relocation in x32 mode.
273 (i386_target_format): Updated.
274
570561f7
L
2752011-01-14 H.J. Lu <hongjiu.lu@intel.com>
276
277 * config/tc-i386.c (OPTION_N32): Renamed to ...
278 (OPTION_X32): This.
279 (md_longopts): Replace n32 with x32.
280 (md_parse_option): Updated.
281 (md_show_usage): Likewise.
282
4a22cb7c 283 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 284
c95354ed
MX
2852011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
286
287 * config/tc-mips.c (mips_ip): Update error messages. Take an
288 unadjusted offset for "+c" argument.
289
7af8ed2d
NC
2902011-01-10 Nick Clifton <nickc@redhat.com>
291
292 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
293 it.
294
cdf9ccec
NC
2952011-01-10 Nick Clifton <nickc@redhat.com>
296
297 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
298 part of the file.
299
0855e32b
NS
3002011-01-10 Nathan Sidwell <nathan@codesourcery.com>
301 Glauber de Oliveira Costa <glommer@gmail.com>
302
303 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
304 .tlsdescseq directive.
305 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
306 following a symbol.
307 (s_arm_tls_descseq): New directive.
308 (md_pseudo_table): Add it.
309 (encode_branch): Allow TLS_CALL relocs too.
310 (do_t_blx, do_t_branch23): Use encode_branch.
311 (reloc_names): Add tlsdesc and tlscall.
312 (md_apply_fix): Process tls desc relocations.
313 (tc_gen_reloc): Likewise.
314 (arm_fix_adjustable): Likewise.
315
87973e9f
QN
3162011-01-07 Quentin Neill <quentin.neill@amd.com>
317
318 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
319
320 * doc/c-i386.texi (i386-BMI): New section.
321
12505806
PK
3222011-01-06 Paul Koning <ni1d@arrl.net>
323
324 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
325 references to absolute addresses.
326
9689e3a3
DD
3272011-01-05 DJ Delorie <dj@redhat.com>
328
329 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
330 instead of an RH_NEG32 one.
331
35cc6a0b
L
3322011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
333
334 * doc/c-i386.texi: Clarify --n32.
335
f12dc422
L
3362011-01-04 H.J. Lu <hongjiu.lu@intel.com>
337
338 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
339 integer registers in VEX.vvvv. Check register-only source
340 operand when two source operands are swapped. Properly update
341 destination when two source operands are swapped.
342
0db46eb4
L
3432011-01-01 H.J. Lu <hongjiu.lu@intel.com>
344
345 * gas.c (parse_args): Update copyright to 2011.
346
5b326c3e 347For older changes see ChangeLog-2010
08d56133
NC
348\f
349Local Variables:
350mode: change-log
351left-margin: 8
352fill-column: 74
353version-control: never
354End:
This page took 0.505999 seconds and 4 git commands to generate.