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