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