* config/tc-rx.c (md_convert_frag): If we can't compute the target
[binutils.git] / gas / ChangeLog
blob67a37727ba1f712a14702589a772669212793aa9
1 2011-01-27  DJ Delorie  <dj@redhat.com>
3         * config/tc-rx.c (md_convert_frag): If we can't compute the target
4         address, zero out the values stored in the object file to make
5         objdump's output consistent.
7 2011-01-26  Kai Tietz  <kai.tietz@onevision.com>
9         * config/tc-i386.c (md_begin): Set for x64 windows COFF target
10         x86_dwarf2_return_column to 32.
12 2011-01-20  Nick Clifton  <nickc@redhat.com>
14         PR gas/12384
15         * config/tc-h8300.c (constant_fits_width_p): Use correct type for
16         comparison.
18 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
20         * write.c (compress_debug): Return if section size is smaller
21         than 32 bytes.
23 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
25         PR gas/12409
26         * write.c (compress_debug): Return if section size is 0.
28 2011-01-18  Mingfeng Wu  <mingfeng@faraday-tech.com>
30         * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
31         cores: fa606te, fa616te, fmp626.  Modify the VFP of fa626te.
32         * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
33         fmp626} options.
35 2011-01-18  Nick Clifton  <nickc@redhat.com>
37         PR gas/12390
38         * doc/all.texi: Add NS32K
39         * doc/as.texinfo: Remove target specific details of which
40         characters act as comment initiators and statement separators into
41         individual target specific files.
42         * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
43         the hash character at the start of a line.
44         * doc/c-arm.texi (ARM-Chars): Likewise.
45         * doc/c-avr.texi (AVR-Chars): Likewise.
46         * doc/c-d10v.texi (D10V-Chars): Likewise.
47         * doc/c-d30v.texi (D30V-Chars): Likewise.
48         * doc/c-mmix.texi (MMIX-Chars): Likewise.
49         * doc/c-s390.texi (s390 characters): Likewise.
50         * doc/c-sh.texi (SH-Chars): Likewise.
51         * doc/c-sh64.texi (SH64-Chars): Likewise.
52         * doc/c-sparc.texi (SPARC-Chars): Likewise.
53         * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
54         * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
55         * doc/c-z80.texi (Z80-Chars): Likewise.
56         * doc/c-z8k.texi (Z8000-Chars): Likewise.
57         * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
58         * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
59         * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
60         line separator characters.
61         * doc/c-cr16.texi (CR16 Syntax): Likewise.
62         * doc/c-i386.texi (i386-Chars): Likewise.
63         * doc/c-i860.texi (i860-Chars): Likewise.
64         * doc/c-i960.texi (i960-Chars): Likewise.
65         * doc/c-ip2k.texi (IP2K-Chars): Likewise.
66         * doc/c-lm32.texi (LM32-Chars): likewise.
67         * doc/c-m32c.texi (M32C-Chars): Likewise.
68         * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
69         * doc/c-m68k.texi (M68K-Chars): Likewise.
70         * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
71         * doc/c-msp430.texi (MSP430-Chars): Likewise.
72         * doc/c-mt.texi (MT-Chars): Likewise.
73         * doc/c-ns32k.texi (NS32K-Chars): Likewise.
74         * doc/c-pj.texi (PJ-Chars): Likewise.
75         * doc/c-ppc.texi (PowerPC-Chars): Likewise.
76         * doc/c-rx.texi (RX-Chars): Likewise.
77         * doc/c-score.texi (SCORE-Chars): Likewise.
78         * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
79         * doc/c-v850.texi (V850-Chars): Likewise.
80         * doc/c-vax.texi (VAX-Chars): Likewise.
81         * doc/c-xc16x.texi (xc16x-Chars): Likewise.
83 2011-01-17  Quentin Neill  <quentin.neill@amd.com>
85         * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
87         * doc/c-i386.texi (i386-TBM): New section.
89 2011-01-16  H.J. Lu  <hongjiu.lu@intel.com>
91         * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
92         (disallow_64bit_reloc): This.
93         (md_assemble): Don't check movabs for x32 mode here.
94         (i386_target_format): Updated.
95         (tc_gen_reloc): Check if 64bit relocations are allowed.
97 2011-01-15  H.J. Lu  <hongjiu.lu@intel.com>
99         * config/tc-i386.c (disallow_64bit_disp): New.
100         (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
101         X86_64_ABI/X86_64_X32_ABI.
102         (md_assemble): Don't allow movabs with relocation in x32 mode.
103         (i386_target_format): Updated.
105 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
107         * config/tc-i386.c (OPTION_N32): Renamed to ...
108         (OPTION_X32): This.
109         (md_longopts): Replace n32 with x32.
110         (md_parse_option): Updated.
111         (md_show_usage): Likewise.
113         * doc/c-i386.texi: Replace --n32 with --x32.
115 2011-01-11  Mingjie Xing  <mingjie.xing@gmail.com>
117         * config/tc-mips.c (mips_ip): Update error messages.  Take an
118         unadjusted offset for "+c" argument.
120 2011-01-10  Nick Clifton  <nickc@redhat.com>
122         * config/tc-i386.c (x86_elf_abi): Only define for targets that use
123         it.
125 2011-01-10  Nick Clifton  <nickc@redhat.com>
127         * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
128         part of the file.
130 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
131             Glauber de Oliveira Costa  <glommer@gmail.com>
133         * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
134         .tlsdescseq directive.
135         * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
136         following a symbol.
137         (s_arm_tls_descseq): New directive.
138         (md_pseudo_table): Add it.
139         (encode_branch): Allow TLS_CALL relocs too.
140         (do_t_blx, do_t_branch23): Use encode_branch.
141         (reloc_names): Add tlsdesc and tlscall.
142         (md_apply_fix): Process tls desc relocations.
143         (tc_gen_reloc): Likewise.
144         (arm_fix_adjustable): Likewise.
146 2011-01-07  Quentin Neill  <quentin.neill@amd.com>
148         * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
150         * doc/c-i386.texi (i386-BMI): New section.
152 2011-01-06  Paul Koning  <ni1d@arrl.net>
154         * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
155         references to absolute addresses.
157 2011-01-05  DJ Delorie  <dj@redhat.com>
159         * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
160         instead of an RH_NEG32 one.
162 2011-01-05  Jonathan Wakely  <jwakely.gcc@gmail.com>
164         * doc/c-i386.texi: Clarify --n32.
166 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
168         * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
169         integer registers in VEX.vvvv.  Check register-only source
170         operand when two source operands are swapped.  Properly update
171         destination when two source operands are swapped.
173 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
175         * gas.c (parse_args): Update copyright to 2011.
177 For older changes see ChangeLog-2010
179 Local Variables:
180 mode: change-log
181 left-margin: 8
182 fill-column: 74
183 version-control: never
184 End: