]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
Reset dump_sects after processing each archive member.
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
4a58c4bd
NC
12011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
2
3 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
4 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
5 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
6 fmp626} options.
7
7c31ae13
NC
82011-01-18 Nick Clifton <nickc@redhat.com>
9
10 PR gas/12390
11 * doc/all.texi: Add NS32K
12 * doc/as.texinfo: Remove target specific details of which
13 characters act as comment initiators and statement separators into
14 individual target specific files.
15 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
16 the hash character at the start of a line.
17 * doc/c-arm.texi (ARM-Chars): Likewise.
18 * doc/c-avr.texi (AVR-Chars): Likewise.
19 * doc/c-d10v.texi (D10V-Chars): Likewise.
20 * doc/c-d30v.texi (D30V-Chars): Likewise.
21 * doc/c-mmix.texi (MMIX-Chars): Likewise.
22 * doc/c-s390.texi (s390 characters): Likewise.
23 * doc/c-sh.texi (SH-Chars): Likewise.
24 * doc/c-sh64.texi (SH64-Chars): Likewise.
25 * doc/c-sparc.texi (SPARC-Chars): Likewise.
26 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
27 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
28 * doc/c-z80.texi (Z80-Chars): Likewise.
29 * doc/c-z8k.texi (Z8000-Chars): Likewise.
30 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
31 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
32 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
33 line separator characters.
34 * doc/c-cr16.texi (CR16 Syntax): Likewise.
35 * doc/c-i386.texi (i386-Chars): Likewise.
36 * doc/c-i860.texi (i860-Chars): Likewise.
37 * doc/c-i960.texi (i960-Chars): Likewise.
38 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
39 * doc/c-lm32.texi (LM32-Chars): likewise.
40 * doc/c-m32c.texi (M32C-Chars): Likewise.
41 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
42 * doc/c-m68k.texi (M68K-Chars): Likewise.
43 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
44 * doc/c-msp430.texi (MSP430-Chars): Likewise.
45 * doc/c-mt.texi (MT-Chars): Likewise.
46 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
47 * doc/c-pj.texi (PJ-Chars): Likewise.
48 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
49 * doc/c-rx.texi (RX-Chars): Likewise.
50 * doc/c-score.texi (SCORE-Chars): Likewise.
51 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
52 * doc/c-v850.texi (V850-Chars): Likewise.
53 * doc/c-vax.texi (VAX-Chars): Likewise.
54 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
55
2a2a0f38
QN
562011-01-17 Quentin Neill <quentin.neill@amd.com>
57
58 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
59
60 * doc/c-i386.texi (i386-TBM): New section.
61
862be3fb
L
622011-01-16 H.J. Lu <hongjiu.lu@intel.com>
63
64 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
65 (disallow_64bit_reloc): This.
66 (md_assemble): Don't check movabs for x32 mode here.
67 (i386_target_format): Updated.
68 (tc_gen_reloc): Check if 64bit relocations are allowed.
69
7f56bc95
L
702011-01-15 H.J. Lu <hongjiu.lu@intel.com>
71
72 * config/tc-i386.c (disallow_64bit_disp): New.
73 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
74 X86_64_ABI/X86_64_X32_ABI.
75 (md_assemble): Don't allow movabs with relocation in x32 mode.
76 (i386_target_format): Updated.
77
570561f7
L
782011-01-14 H.J. Lu <hongjiu.lu@intel.com>
79
80 * config/tc-i386.c (OPTION_N32): Renamed to ...
81 (OPTION_X32): This.
82 (md_longopts): Replace n32 with x32.
83 (md_parse_option): Updated.
84 (md_show_usage): Likewise.
85
4a22cb7c 86 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 87
c95354ed
MX
882011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
89
90 * config/tc-mips.c (mips_ip): Update error messages. Take an
91 unadjusted offset for "+c" argument.
92
7af8ed2d
NC
932011-01-10 Nick Clifton <nickc@redhat.com>
94
95 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
96 it.
97
cdf9ccec
NC
982011-01-10 Nick Clifton <nickc@redhat.com>
99
100 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
101 part of the file.
102
0855e32b
NS
1032011-01-10 Nathan Sidwell <nathan@codesourcery.com>
104 Glauber de Oliveira Costa <glommer@gmail.com>
105
106 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
107 .tlsdescseq directive.
108 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
109 following a symbol.
110 (s_arm_tls_descseq): New directive.
111 (md_pseudo_table): Add it.
112 (encode_branch): Allow TLS_CALL relocs too.
113 (do_t_blx, do_t_branch23): Use encode_branch.
114 (reloc_names): Add tlsdesc and tlscall.
115 (md_apply_fix): Process tls desc relocations.
116 (tc_gen_reloc): Likewise.
117 (arm_fix_adjustable): Likewise.
118
87973e9f
QN
1192011-01-07 Quentin Neill <quentin.neill@amd.com>
120
121 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
122
123 * doc/c-i386.texi (i386-BMI): New section.
124
12505806
PK
1252011-01-06 Paul Koning <ni1d@arrl.net>
126
127 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
128 references to absolute addresses.
129
9689e3a3
DD
1302011-01-05 DJ Delorie <dj@redhat.com>
131
132 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
133 instead of an RH_NEG32 one.
134
35cc6a0b
L
1352011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
136
137 * doc/c-i386.texi: Clarify --n32.
138
f12dc422
L
1392011-01-04 H.J. Lu <hongjiu.lu@intel.com>
140
141 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
142 integer registers in VEX.vvvv. Check register-only source
143 operand when two source operands are swapped. Properly update
144 destination when two source operands are swapped.
145
0db46eb4
L
1462011-01-01 H.J. Lu <hongjiu.lu@intel.com>
147
148 * gas.c (parse_args): Update copyright to 2011.
149
5b326c3e 150For older changes see ChangeLog-2010
08d56133
NC
151\f
152Local Variables:
153mode: change-log
154left-margin: 8
155fill-column: 74
156version-control: never
157End: