gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
ce70d90a
MR
12011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
4 reject PC-relative relocations.
5
5c4f07ba
MR
62011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
7
8 * config/tc-mips.c (md_convert_frag): Correct message
9 capitalization.
10
5a0ade8b
AM
112011-02-28 Alan Modra <amodra@gmail.com>
12
13 * symbols.c (report_op_error): Remove unnecessary forward declaration.
14 Add "op" parameter. Report operator and operand segments in error
15 message, not operand symbols.
16 (resolve_symbol_value): Always set segment for equated symbols, not
17 just when finalizing. Adjust report_op_error calls.
18
f2d8a97c
L
192011-02-25 H.J. Lu <hongjiu.lu@intel.com>
20
7f648587
L
21 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
22 if 64bit relocations aren't allowed.
f2d8a97c 23
e1e90034
AM
242011-02-25 Alan Modra <amodra@gmail.com>
25
26 PR gas/12519
27 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
28
dfa58db1
MR
292011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
30
31 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
32 initialization of offset_reloc.
33
d58a1929
RH
342011-02-15 Richard Henderson <rth@redhat.com>
35
36 * dw2gencfi.c (dot_cfi_dummy): New.
37 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
38 * read.c (pobegin): Unconditionally call cfi_pop_insert.
39
822ce8ee
RW
402011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
41
42 * configure: Regenerate.
43
36f44611
MF
442011-02-13 Mike Frysinger <vapier@gentoo.org>
45
46 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
47 * config/bfin-parse.y (BYTEOP2M): Delete token.
48 (asm_1): Remove BYTEOP2M insn matching.
49
26bb3ddd
MF
502011-02-12 Mike Frysinger <vapier@gentoo.org>
51
52 * config/bfin-defs.h: Include opcode/bfin.h.
53 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
54
347d120a
MF
552011-02-11 Mike Frysinger <vapier@gentoo.org>
56
57 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
58 (Modify Registers): Fix subtracted typo.
59 (.byte2): Extend and swap descriptions with .byte4.
60 (.byte4): Extend and swap descriptions with .byte2.
61 (.db, .dw, .dd): Document behavior.
62
5f956293
MF
632011-02-11 Mike Frysinger <vapier@gentoo.org>
64
65 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
66
c0e524fe
AM
672011-02-11 Alan Modra <amodra@gmail.com>
68
69 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
70
635fb38d
AM
712011-02-10 Alan Modra <amodra@gmail.com>
72
73 * doc/as.texinfo (Overview): Add missing markup around Blackfin
74 and PowerPC options.
75
b8b738ac
AM
762011-02-10 Alan Modra <amodra@gmail.com>
77
78 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
79 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
80 (Overview <Target PowerPC options>): Add a number of missing options.
81 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
82
2dde1948
L
832011-02-08 H.J. Lu <hongjiu.lu@intel.com>
84
85 PR gas/6957
86 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
87 for i686.
88
a586129e
L
892011-02-08 H.J. Lu <hongjiu.lu@intel.com>
90
91 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
92 for ISA extensions.
93 (md_parse_option): Likewise.
94
98d23bef
BS
952011-02-04 Bernd Schmidt <bernds@codesourcery.com>
96
97 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
98 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
99 (TIC6X Options): Don't mention "-matomic".
100 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
101 (md_longopts): Remove corresponding entries.
102 (md_parse_option): Don't handle them.
103 (md_show_usage): Don't document them.
104 (tic6x_atomic): Delete variable.
105 (tic6x_update_features): Always copy tic6x_arch_enable to
106 tic6x_features.
107 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
108 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
109 (md_pseudo_table): Remove ".atomic" and ".noatomic".
110
a22429b9
NC
1112011-01-31 Nick Clifton <nickc@redhat.com>
112
113 * write.c (write_contents): Include output file name and bfd error
114 value when reporting the inability to write to the output file.
115 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
116 frag that has a non-zero fill value.
117
eb6fae19
DD
1182011-01-27 DJ Delorie <dj@redhat.com>
119
120 * config/tc-rx.c (md_convert_frag): If we can't compute the target
121 address, zero out the values stored in the object file to make
122 objdump's output consistent.
123
ca19b261
KT
1242011-01-26 Kai Tietz <kai.tietz@onevision.com>
125
126 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
127 x86_dwarf2_return_column to 32.
128
b37a4e79
NC
1292011-01-20 Nick Clifton <nickc@redhat.com>
130
131 PR gas/12384
132 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
133 comparison.
134
6ac88ef3
L
1352011-01-18 H.J. Lu <hongjiu.lu@intel.com>
136
137 * write.c (compress_debug): Return if section size is smaller
138 than 32 bytes.
139
24a2d04d
L
1402011-01-18 H.J. Lu <hongjiu.lu@intel.com>
141
142 PR gas/12409
143 * write.c (compress_debug): Return if section size is 0.
144
4a58c4bd
NC
1452011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
146
147 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
148 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
149 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
150 fmp626} options.
151
7c31ae13
NC
1522011-01-18 Nick Clifton <nickc@redhat.com>
153
154 PR gas/12390
155 * doc/all.texi: Add NS32K
156 * doc/as.texinfo: Remove target specific details of which
157 characters act as comment initiators and statement separators into
158 individual target specific files.
159 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
160 the hash character at the start of a line.
161 * doc/c-arm.texi (ARM-Chars): Likewise.
162 * doc/c-avr.texi (AVR-Chars): Likewise.
163 * doc/c-d10v.texi (D10V-Chars): Likewise.
164 * doc/c-d30v.texi (D30V-Chars): Likewise.
165 * doc/c-mmix.texi (MMIX-Chars): Likewise.
166 * doc/c-s390.texi (s390 characters): Likewise.
167 * doc/c-sh.texi (SH-Chars): Likewise.
168 * doc/c-sh64.texi (SH64-Chars): Likewise.
169 * doc/c-sparc.texi (SPARC-Chars): Likewise.
170 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
171 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
172 * doc/c-z80.texi (Z80-Chars): Likewise.
173 * doc/c-z8k.texi (Z8000-Chars): Likewise.
174 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
175 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
176 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
177 line separator characters.
178 * doc/c-cr16.texi (CR16 Syntax): Likewise.
179 * doc/c-i386.texi (i386-Chars): Likewise.
180 * doc/c-i860.texi (i860-Chars): Likewise.
181 * doc/c-i960.texi (i960-Chars): Likewise.
182 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
183 * doc/c-lm32.texi (LM32-Chars): likewise.
184 * doc/c-m32c.texi (M32C-Chars): Likewise.
185 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
186 * doc/c-m68k.texi (M68K-Chars): Likewise.
187 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
188 * doc/c-msp430.texi (MSP430-Chars): Likewise.
189 * doc/c-mt.texi (MT-Chars): Likewise.
190 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
191 * doc/c-pj.texi (PJ-Chars): Likewise.
192 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
193 * doc/c-rx.texi (RX-Chars): Likewise.
194 * doc/c-score.texi (SCORE-Chars): Likewise.
195 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
196 * doc/c-v850.texi (V850-Chars): Likewise.
197 * doc/c-vax.texi (VAX-Chars): Likewise.
198 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
199
2a2a0f38
QN
2002011-01-17 Quentin Neill <quentin.neill@amd.com>
201
202 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
203
204 * doc/c-i386.texi (i386-TBM): New section.
205
862be3fb
L
2062011-01-16 H.J. Lu <hongjiu.lu@intel.com>
207
208 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
209 (disallow_64bit_reloc): This.
210 (md_assemble): Don't check movabs for x32 mode here.
211 (i386_target_format): Updated.
212 (tc_gen_reloc): Check if 64bit relocations are allowed.
213
7f56bc95
L
2142011-01-15 H.J. Lu <hongjiu.lu@intel.com>
215
216 * config/tc-i386.c (disallow_64bit_disp): New.
217 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
218 X86_64_ABI/X86_64_X32_ABI.
219 (md_assemble): Don't allow movabs with relocation in x32 mode.
220 (i386_target_format): Updated.
221
570561f7
L
2222011-01-14 H.J. Lu <hongjiu.lu@intel.com>
223
224 * config/tc-i386.c (OPTION_N32): Renamed to ...
225 (OPTION_X32): This.
226 (md_longopts): Replace n32 with x32.
227 (md_parse_option): Updated.
228 (md_show_usage): Likewise.
229
4a22cb7c 230 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 231
c95354ed
MX
2322011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
233
234 * config/tc-mips.c (mips_ip): Update error messages. Take an
235 unadjusted offset for "+c" argument.
236
7af8ed2d
NC
2372011-01-10 Nick Clifton <nickc@redhat.com>
238
239 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
240 it.
241
cdf9ccec
NC
2422011-01-10 Nick Clifton <nickc@redhat.com>
243
244 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
245 part of the file.
246
0855e32b
NS
2472011-01-10 Nathan Sidwell <nathan@codesourcery.com>
248 Glauber de Oliveira Costa <glommer@gmail.com>
249
250 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
251 .tlsdescseq directive.
252 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
253 following a symbol.
254 (s_arm_tls_descseq): New directive.
255 (md_pseudo_table): Add it.
256 (encode_branch): Allow TLS_CALL relocs too.
257 (do_t_blx, do_t_branch23): Use encode_branch.
258 (reloc_names): Add tlsdesc and tlscall.
259 (md_apply_fix): Process tls desc relocations.
260 (tc_gen_reloc): Likewise.
261 (arm_fix_adjustable): Likewise.
262
87973e9f
QN
2632011-01-07 Quentin Neill <quentin.neill@amd.com>
264
265 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
266
267 * doc/c-i386.texi (i386-BMI): New section.
268
12505806
PK
2692011-01-06 Paul Koning <ni1d@arrl.net>
270
271 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
272 references to absolute addresses.
273
9689e3a3
DD
2742011-01-05 DJ Delorie <dj@redhat.com>
275
276 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
277 instead of an RH_NEG32 one.
278
35cc6a0b
L
2792011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
280
281 * doc/c-i386.texi: Clarify --n32.
282
f12dc422
L
2832011-01-04 H.J. Lu <hongjiu.lu@intel.com>
284
285 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
286 integer registers in VEX.vvvv. Check register-only source
287 operand when two source operands are swapped. Properly update
288 destination when two source operands are swapped.
289
0db46eb4
L
2902011-01-01 H.J. Lu <hongjiu.lu@intel.com>
291
292 * gas.c (parse_args): Update copyright to 2011.
293
5b326c3e 294For older changes see ChangeLog-2010
08d56133
NC
295\f
296Local Variables:
297mode: change-log
298left-margin: 8
299fill-column: 74
300version-control: never
301End:
This page took 0.562666 seconds and 4 git commands to generate.