Also update cpu_arch_isa_flags for ISA extensions.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
a586129e
L
12011-02-08 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
4 for ISA extensions.
5 (md_parse_option): Likewise.
6
98d23bef
BS
72011-02-04 Bernd Schmidt <bernds@codesourcery.com>
8
9 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
10 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
11 (TIC6X Options): Don't mention "-matomic".
12 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
13 (md_longopts): Remove corresponding entries.
14 (md_parse_option): Don't handle them.
15 (md_show_usage): Don't document them.
16 (tic6x_atomic): Delete variable.
17 (tic6x_update_features): Always copy tic6x_arch_enable to
18 tic6x_features.
19 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
20 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
21 (md_pseudo_table): Remove ".atomic" and ".noatomic".
22
a22429b9
NC
232011-01-31 Nick Clifton <nickc@redhat.com>
24
25 * write.c (write_contents): Include output file name and bfd error
26 value when reporting the inability to write to the output file.
27 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
28 frag that has a non-zero fill value.
29
eb6fae19
DD
302011-01-27 DJ Delorie <dj@redhat.com>
31
32 * config/tc-rx.c (md_convert_frag): If we can't compute the target
33 address, zero out the values stored in the object file to make
34 objdump's output consistent.
35
ca19b261
KT
362011-01-26 Kai Tietz <kai.tietz@onevision.com>
37
38 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
39 x86_dwarf2_return_column to 32.
40
b37a4e79
NC
412011-01-20 Nick Clifton <nickc@redhat.com>
42
43 PR gas/12384
44 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
45 comparison.
46
6ac88ef3
L
472011-01-18 H.J. Lu <hongjiu.lu@intel.com>
48
49 * write.c (compress_debug): Return if section size is smaller
50 than 32 bytes.
51
24a2d04d
L
522011-01-18 H.J. Lu <hongjiu.lu@intel.com>
53
54 PR gas/12409
55 * write.c (compress_debug): Return if section size is 0.
56
4a58c4bd
NC
572011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
58
59 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
60 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
61 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
62 fmp626} options.
63
7c31ae13
NC
642011-01-18 Nick Clifton <nickc@redhat.com>
65
66 PR gas/12390
67 * doc/all.texi: Add NS32K
68 * doc/as.texinfo: Remove target specific details of which
69 characters act as comment initiators and statement separators into
70 individual target specific files.
71 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
72 the hash character at the start of a line.
73 * doc/c-arm.texi (ARM-Chars): Likewise.
74 * doc/c-avr.texi (AVR-Chars): Likewise.
75 * doc/c-d10v.texi (D10V-Chars): Likewise.
76 * doc/c-d30v.texi (D30V-Chars): Likewise.
77 * doc/c-mmix.texi (MMIX-Chars): Likewise.
78 * doc/c-s390.texi (s390 characters): Likewise.
79 * doc/c-sh.texi (SH-Chars): Likewise.
80 * doc/c-sh64.texi (SH64-Chars): Likewise.
81 * doc/c-sparc.texi (SPARC-Chars): Likewise.
82 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
83 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
84 * doc/c-z80.texi (Z80-Chars): Likewise.
85 * doc/c-z8k.texi (Z8000-Chars): Likewise.
86 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
87 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
88 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
89 line separator characters.
90 * doc/c-cr16.texi (CR16 Syntax): Likewise.
91 * doc/c-i386.texi (i386-Chars): Likewise.
92 * doc/c-i860.texi (i860-Chars): Likewise.
93 * doc/c-i960.texi (i960-Chars): Likewise.
94 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
95 * doc/c-lm32.texi (LM32-Chars): likewise.
96 * doc/c-m32c.texi (M32C-Chars): Likewise.
97 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
98 * doc/c-m68k.texi (M68K-Chars): Likewise.
99 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
100 * doc/c-msp430.texi (MSP430-Chars): Likewise.
101 * doc/c-mt.texi (MT-Chars): Likewise.
102 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
103 * doc/c-pj.texi (PJ-Chars): Likewise.
104 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
105 * doc/c-rx.texi (RX-Chars): Likewise.
106 * doc/c-score.texi (SCORE-Chars): Likewise.
107 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
108 * doc/c-v850.texi (V850-Chars): Likewise.
109 * doc/c-vax.texi (VAX-Chars): Likewise.
110 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
111
2a2a0f38
QN
1122011-01-17 Quentin Neill <quentin.neill@amd.com>
113
114 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
115
116 * doc/c-i386.texi (i386-TBM): New section.
117
862be3fb
L
1182011-01-16 H.J. Lu <hongjiu.lu@intel.com>
119
120 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
121 (disallow_64bit_reloc): This.
122 (md_assemble): Don't check movabs for x32 mode here.
123 (i386_target_format): Updated.
124 (tc_gen_reloc): Check if 64bit relocations are allowed.
125
7f56bc95
L
1262011-01-15 H.J. Lu <hongjiu.lu@intel.com>
127
128 * config/tc-i386.c (disallow_64bit_disp): New.
129 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
130 X86_64_ABI/X86_64_X32_ABI.
131 (md_assemble): Don't allow movabs with relocation in x32 mode.
132 (i386_target_format): Updated.
133
570561f7
L
1342011-01-14 H.J. Lu <hongjiu.lu@intel.com>
135
136 * config/tc-i386.c (OPTION_N32): Renamed to ...
137 (OPTION_X32): This.
138 (md_longopts): Replace n32 with x32.
139 (md_parse_option): Updated.
140 (md_show_usage): Likewise.
141
4a22cb7c 142 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 143
c95354ed
MX
1442011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
145
146 * config/tc-mips.c (mips_ip): Update error messages. Take an
147 unadjusted offset for "+c" argument.
148
7af8ed2d
NC
1492011-01-10 Nick Clifton <nickc@redhat.com>
150
151 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
152 it.
153
cdf9ccec
NC
1542011-01-10 Nick Clifton <nickc@redhat.com>
155
156 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
157 part of the file.
158
0855e32b
NS
1592011-01-10 Nathan Sidwell <nathan@codesourcery.com>
160 Glauber de Oliveira Costa <glommer@gmail.com>
161
162 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
163 .tlsdescseq directive.
164 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
165 following a symbol.
166 (s_arm_tls_descseq): New directive.
167 (md_pseudo_table): Add it.
168 (encode_branch): Allow TLS_CALL relocs too.
169 (do_t_blx, do_t_branch23): Use encode_branch.
170 (reloc_names): Add tlsdesc and tlscall.
171 (md_apply_fix): Process tls desc relocations.
172 (tc_gen_reloc): Likewise.
173 (arm_fix_adjustable): Likewise.
174
87973e9f
QN
1752011-01-07 Quentin Neill <quentin.neill@amd.com>
176
177 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
178
179 * doc/c-i386.texi (i386-BMI): New section.
180
12505806
PK
1812011-01-06 Paul Koning <ni1d@arrl.net>
182
183 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
184 references to absolute addresses.
185
9689e3a3
DD
1862011-01-05 DJ Delorie <dj@redhat.com>
187
188 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
189 instead of an RH_NEG32 one.
190
35cc6a0b
L
1912011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
192
193 * doc/c-i386.texi: Clarify --n32.
194
f12dc422
L
1952011-01-04 H.J. Lu <hongjiu.lu@intel.com>
196
197 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
198 integer registers in VEX.vvvv. Check register-only source
199 operand when two source operands are swapped. Properly update
200 destination when two source operands are swapped.
201
0db46eb4
L
2022011-01-01 H.J. Lu <hongjiu.lu@intel.com>
203
204 * gas.c (parse_args): Update copyright to 2011.
205
5b326c3e 206For older changes see ChangeLog-2010
08d56133
NC
207\f
208Local Variables:
209mode: change-log
210left-margin: 8
211fill-column: 74
212version-control: never
213End:
This page took 0.608054 seconds and 4 git commands to generate.