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