Remove freebsd1 from libtool.m4 macros and config.rpath.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
822ce8ee
RW
12011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 * configure: Regenerate.
4
36f44611
MF
52011-02-13 Mike Frysinger <vapier@gentoo.org>
6
7 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
8 * config/bfin-parse.y (BYTEOP2M): Delete token.
9 (asm_1): Remove BYTEOP2M insn matching.
10
26bb3ddd
MF
112011-02-12 Mike Frysinger <vapier@gentoo.org>
12
13 * config/bfin-defs.h: Include opcode/bfin.h.
14 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
15
347d120a
MF
162011-02-11 Mike Frysinger <vapier@gentoo.org>
17
18 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
19 (Modify Registers): Fix subtracted typo.
20 (.byte2): Extend and swap descriptions with .byte4.
21 (.byte4): Extend and swap descriptions with .byte2.
22 (.db, .dw, .dd): Document behavior.
23
5f956293
MF
242011-02-11 Mike Frysinger <vapier@gentoo.org>
25
26 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
27
c0e524fe
AM
282011-02-11 Alan Modra <amodra@gmail.com>
29
30 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
31
635fb38d
AM
322011-02-10 Alan Modra <amodra@gmail.com>
33
34 * doc/as.texinfo (Overview): Add missing markup around Blackfin
35 and PowerPC options.
36
b8b738ac
AM
372011-02-10 Alan Modra <amodra@gmail.com>
38
39 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
40 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
41 (Overview <Target PowerPC options>): Add a number of missing options.
42 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
43
2dde1948
L
442011-02-08 H.J. Lu <hongjiu.lu@intel.com>
45
46 PR gas/6957
47 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
48 for i686.
49
a586129e
L
502011-02-08 H.J. Lu <hongjiu.lu@intel.com>
51
52 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
53 for ISA extensions.
54 (md_parse_option): Likewise.
55
98d23bef
BS
562011-02-04 Bernd Schmidt <bernds@codesourcery.com>
57
58 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
59 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
60 (TIC6X Options): Don't mention "-matomic".
61 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
62 (md_longopts): Remove corresponding entries.
63 (md_parse_option): Don't handle them.
64 (md_show_usage): Don't document them.
65 (tic6x_atomic): Delete variable.
66 (tic6x_update_features): Always copy tic6x_arch_enable to
67 tic6x_features.
68 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
69 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
70 (md_pseudo_table): Remove ".atomic" and ".noatomic".
71
a22429b9
NC
722011-01-31 Nick Clifton <nickc@redhat.com>
73
74 * write.c (write_contents): Include output file name and bfd error
75 value when reporting the inability to write to the output file.
76 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
77 frag that has a non-zero fill value.
78
eb6fae19
DD
792011-01-27 DJ Delorie <dj@redhat.com>
80
81 * config/tc-rx.c (md_convert_frag): If we can't compute the target
82 address, zero out the values stored in the object file to make
83 objdump's output consistent.
84
ca19b261
KT
852011-01-26 Kai Tietz <kai.tietz@onevision.com>
86
87 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
88 x86_dwarf2_return_column to 32.
89
b37a4e79
NC
902011-01-20 Nick Clifton <nickc@redhat.com>
91
92 PR gas/12384
93 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
94 comparison.
95
6ac88ef3
L
962011-01-18 H.J. Lu <hongjiu.lu@intel.com>
97
98 * write.c (compress_debug): Return if section size is smaller
99 than 32 bytes.
100
24a2d04d
L
1012011-01-18 H.J. Lu <hongjiu.lu@intel.com>
102
103 PR gas/12409
104 * write.c (compress_debug): Return if section size is 0.
105
4a58c4bd
NC
1062011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
107
108 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
109 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
110 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
111 fmp626} options.
112
7c31ae13
NC
1132011-01-18 Nick Clifton <nickc@redhat.com>
114
115 PR gas/12390
116 * doc/all.texi: Add NS32K
117 * doc/as.texinfo: Remove target specific details of which
118 characters act as comment initiators and statement separators into
119 individual target specific files.
120 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
121 the hash character at the start of a line.
122 * doc/c-arm.texi (ARM-Chars): Likewise.
123 * doc/c-avr.texi (AVR-Chars): Likewise.
124 * doc/c-d10v.texi (D10V-Chars): Likewise.
125 * doc/c-d30v.texi (D30V-Chars): Likewise.
126 * doc/c-mmix.texi (MMIX-Chars): Likewise.
127 * doc/c-s390.texi (s390 characters): Likewise.
128 * doc/c-sh.texi (SH-Chars): Likewise.
129 * doc/c-sh64.texi (SH64-Chars): Likewise.
130 * doc/c-sparc.texi (SPARC-Chars): Likewise.
131 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
132 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
133 * doc/c-z80.texi (Z80-Chars): Likewise.
134 * doc/c-z8k.texi (Z8000-Chars): Likewise.
135 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
136 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
137 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
138 line separator characters.
139 * doc/c-cr16.texi (CR16 Syntax): Likewise.
140 * doc/c-i386.texi (i386-Chars): Likewise.
141 * doc/c-i860.texi (i860-Chars): Likewise.
142 * doc/c-i960.texi (i960-Chars): Likewise.
143 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
144 * doc/c-lm32.texi (LM32-Chars): likewise.
145 * doc/c-m32c.texi (M32C-Chars): Likewise.
146 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
147 * doc/c-m68k.texi (M68K-Chars): Likewise.
148 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
149 * doc/c-msp430.texi (MSP430-Chars): Likewise.
150 * doc/c-mt.texi (MT-Chars): Likewise.
151 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
152 * doc/c-pj.texi (PJ-Chars): Likewise.
153 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
154 * doc/c-rx.texi (RX-Chars): Likewise.
155 * doc/c-score.texi (SCORE-Chars): Likewise.
156 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
157 * doc/c-v850.texi (V850-Chars): Likewise.
158 * doc/c-vax.texi (VAX-Chars): Likewise.
159 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
160
2a2a0f38
QN
1612011-01-17 Quentin Neill <quentin.neill@amd.com>
162
163 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
164
165 * doc/c-i386.texi (i386-TBM): New section.
166
862be3fb
L
1672011-01-16 H.J. Lu <hongjiu.lu@intel.com>
168
169 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
170 (disallow_64bit_reloc): This.
171 (md_assemble): Don't check movabs for x32 mode here.
172 (i386_target_format): Updated.
173 (tc_gen_reloc): Check if 64bit relocations are allowed.
174
7f56bc95
L
1752011-01-15 H.J. Lu <hongjiu.lu@intel.com>
176
177 * config/tc-i386.c (disallow_64bit_disp): New.
178 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
179 X86_64_ABI/X86_64_X32_ABI.
180 (md_assemble): Don't allow movabs with relocation in x32 mode.
181 (i386_target_format): Updated.
182
570561f7
L
1832011-01-14 H.J. Lu <hongjiu.lu@intel.com>
184
185 * config/tc-i386.c (OPTION_N32): Renamed to ...
186 (OPTION_X32): This.
187 (md_longopts): Replace n32 with x32.
188 (md_parse_option): Updated.
189 (md_show_usage): Likewise.
190
4a22cb7c 191 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 192
c95354ed
MX
1932011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
194
195 * config/tc-mips.c (mips_ip): Update error messages. Take an
196 unadjusted offset for "+c" argument.
197
7af8ed2d
NC
1982011-01-10 Nick Clifton <nickc@redhat.com>
199
200 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
201 it.
202
cdf9ccec
NC
2032011-01-10 Nick Clifton <nickc@redhat.com>
204
205 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
206 part of the file.
207
0855e32b
NS
2082011-01-10 Nathan Sidwell <nathan@codesourcery.com>
209 Glauber de Oliveira Costa <glommer@gmail.com>
210
211 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
212 .tlsdescseq directive.
213 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
214 following a symbol.
215 (s_arm_tls_descseq): New directive.
216 (md_pseudo_table): Add it.
217 (encode_branch): Allow TLS_CALL relocs too.
218 (do_t_blx, do_t_branch23): Use encode_branch.
219 (reloc_names): Add tlsdesc and tlscall.
220 (md_apply_fix): Process tls desc relocations.
221 (tc_gen_reloc): Likewise.
222 (arm_fix_adjustable): Likewise.
223
87973e9f
QN
2242011-01-07 Quentin Neill <quentin.neill@amd.com>
225
226 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
227
228 * doc/c-i386.texi (i386-BMI): New section.
229
12505806
PK
2302011-01-06 Paul Koning <ni1d@arrl.net>
231
232 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
233 references to absolute addresses.
234
9689e3a3
DD
2352011-01-05 DJ Delorie <dj@redhat.com>
236
237 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
238 instead of an RH_NEG32 one.
239
35cc6a0b
L
2402011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
241
242 * doc/c-i386.texi: Clarify --n32.
243
f12dc422
L
2442011-01-04 H.J. Lu <hongjiu.lu@intel.com>
245
246 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
247 integer registers in VEX.vvvv. Check register-only source
248 operand when two source operands are swapped. Properly update
249 destination when two source operands are swapped.
250
0db46eb4
L
2512011-01-01 H.J. Lu <hongjiu.lu@intel.com>
252
253 * gas.c (parse_args): Update copyright to 2011.
254
5b326c3e 255For older changes see ChangeLog-2010
08d56133
NC
256\f
257Local Variables:
258mode: change-log
259left-margin: 8
260fill-column: 74
261version-control: never
262End:
This page took 0.47428 seconds and 4 git commands to generate.