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