OSDN Git Service

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