PR binutils/15026
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
f5555712
YZ
12013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
2
3 * config/tc-aarch64.c (output_operand_error_record): Change to output
4 the out-of-range error message as value-expected message if there is
5 only one single value in the expected range.
6 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
7 LSL #0 as a programmer-friendly feature.
8
8fd4256d
L
92013-01-16 H.J. Lu <hongjiu.lu@intel.com>
10
11 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
12 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
13 BFD_RELOC_64_SIZE relocations.
14 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
15 for it.
16 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
17 relocations against local symbols.
18
a5840dce
AM
192013-01-16 Alan Modra <amodra@gmail.com>
20
21 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
22 finding some sort of toc syntax error, and break to avoid
23 compiler uninit warning.
24
af89796a
L
252013-01-15 H.J. Lu <hongjiu.lu@intel.com>
26
27 PR gas/15019
28 * config/tc-i386.c (lex_got): Increment length by 1 if the
29 relocation token is removed.
30
dd42f060
NC
312013-01-15 Nick Clifton <nickc@redhat.com>
32
33 * config/tc-v850.c (md_assemble): Allow signed values for
34 V850E_IMMEDIATE.
35
464e3686
SK
362013-01-11 Sean Keys <skeys@ipdatasys.com>
37
38 * config/tc-xgate.c (md_begin): Fix mistake made when going from
af89796a 39 git to cvs.
464e3686 40
5817ffd1
PB
412013-01-10 Peter Bergner <bergner@vnet.ibm.com>
42
43 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
44 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
45 * config/tc-ppc.c (md_show_usage): Likewise.
46 (ppc_handle_align): Handle power8's group ending nop.
47
f4b1f6a9
SK
482013-01-10 Sean Keys <skeys@ipdatasys.com>
49
50 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
af89796a 51 that the assember exits after the opcodes have been printed.
f4b1f6a9 52
34bca508
L
532013-01-10 H.J. Lu <hongjiu.lu@intel.com>
54
55 * app.c: Remove trailing white spaces.
56 * as.c: Likewise.
57 * as.h: Likewise.
58 * cond.c: Likewise.
59 * dw2gencfi.c: Likewise.
60 * dwarf2dbg.h: Likewise.
61 * ecoff.c: Likewise.
62 * input-file.c: Likewise.
63 * itbl-lex.h: Likewise.
64 * output-file.c: Likewise.
65 * read.c: Likewise.
66 * sb.c: Likewise.
67 * subsegs.c: Likewise.
68 * symbols.c: Likewise.
69 * write.c: Likewise.
70 * config/tc-i386.c: Likewise.
71 * doc/Makefile.am: Likewise.
72 * doc/Makefile.in: Likewise.
73 * doc/c-aarch64.texi: Likewise.
74 * doc/c-alpha.texi: Likewise.
75 * doc/c-arc.texi: Likewise.
76 * doc/c-arm.texi: Likewise.
77 * doc/c-avr.texi: Likewise.
78 * doc/c-bfin.texi: Likewise.
79 * doc/c-cr16.texi: Likewise.
80 * doc/c-d10v.texi: Likewise.
81 * doc/c-d30v.texi: Likewise.
82 * doc/c-h8300.texi: Likewise.
83 * doc/c-hppa.texi: Likewise.
84 * doc/c-i370.texi: Likewise.
85 * doc/c-i386.texi: Likewise.
86 * doc/c-i860.texi: Likewise.
87 * doc/c-m32c.texi: Likewise.
88 * doc/c-m32r.texi: Likewise.
89 * doc/c-m68hc11.texi: Likewise.
90 * doc/c-m68k.texi: Likewise.
91 * doc/c-microblaze.texi: Likewise.
92 * doc/c-mips.texi: Likewise.
93 * doc/c-msp430.texi: Likewise.
94 * doc/c-mt.texi: Likewise.
95 * doc/c-s390.texi: Likewise.
96 * doc/c-score.texi: Likewise.
97 * doc/c-sh.texi: Likewise.
98 * doc/c-sh64.texi: Likewise.
99 * doc/c-tic54x.texi: Likewise.
100 * doc/c-tic6x.texi: Likewise.
101 * doc/c-v850.texi: Likewise.
102 * doc/c-xc16x.texi: Likewise.
103 * doc/c-xgate.texi: Likewise.
104 * doc/c-xtensa.texi: Likewise.
105 * doc/c-z80.texi: Likewise.
106 * doc/internals.texi: Likewise.
107
4c665b71
RM
1082013-01-10 Roland McGrath <mcgrathr@google.com>
109
110 * hash.c (hash_new_sized): Make it global.
111 * hash.h: Declare it.
112 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
113 pass a small size.
114
a3c62988
NC
1152013-01-10 Will Newton <will.newton@imgtec.com>
116
117 * Makefile.am: Add Meta.
118 * Makefile.in: Regenerate.
119 * config/tc-metag.c: New file.
120 * config/tc-metag.h: New file.
121 * configure.tgt: Add Meta.
122 * doc/Makefile.am: Add Meta.
123 * doc/Makefile.in: Regenerate.
124 * doc/all.texi: Add Meta.
125 * doc/as.texiinfo: Document Meta options.
126 * doc/c-metag.texi: New file.
127
b37df7c4
SE
1282013-01-09 Steve Ellcey <sellcey@mips.com>
129
130 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
131 calls.
132 * config/tc-mips.c (internalError): Remove, replace with abort.
133
a3251895
YZ
1342013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
135
136 * config/tc-aarch64.c (parse_operands): Change to compare the result
137 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
138
8ab8155f
NC
1392013-01-07 Nick Clifton <nickc@redhat.com>
140
141 PR gas/14887
142 * config/tc-arm.c (skip_past_char): Skip whitespace before the
143 anticipated character.
144 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
145 here as it is no longer needed.
146
a4ac1c42
AS
1472013-01-06 Andreas Schwab <schwab@linux-m68k.org>
148
149 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
150 * doc/c-score.texi (SCORE-Opts): Likewise.
151 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
152
e407c74b
NC
1532013-01-04 Juergen Urban <JuergenUrban@gmx.de>
154
155 * config/tc-mips.c: Add support for MIPS r5900.
156 Add M_LQ_AB and M_SQ_AB to support large values for instructions
157 lq and sq.
158 (can_swap_branch_p, get_append_method): Detect some conditional
159 short loops to fix a bug on the r5900 by NOP in the branch delay
160 slot.
161 (M_MUL): Support 3 operands in multu on r5900.
162 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
163 (s_mipsset): Force 32 bit floating point on r5900.
164 (mips_ip): Check parameter range of instructions mfps and mtps on
165 r5900.
166 * configure.in: Detect CPU type when target string contains r5900
167 (e.g. mips64r5900el-linux-gnu).
168
62658407
L
1692013-01-02 H.J. Lu <hongjiu.lu@intel.com>
170
171 * as.c (parse_args): Update copyright year to 2013.
172
95830fd1
YZ
1732013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
174
175 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
176 and "cortex57".
177
517bb291 1782013-01-02 Nick Clifton <nickc@redhat.com>
d709e4e6 179
517bb291
NC
180 PR gas/14987
181 * config/tc-arm.c (parse_address_main): Skip whitespace before a
182 closing bracket.
d709e4e6 183
517bb291 184For older changes see ChangeLog-2012
08d56133 185\f
517bb291 186Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
187
188Copying and distribution of this file, with or without modification,
189are permitted in any medium without royalty provided the copyright
190notice and this notice are preserved.
191
08d56133
NC
192Local Variables:
193mode: change-log
194left-margin: 8
195fill-column: 74
196version-control: never
197End:
This page took 0.584674 seconds and 4 git commands to generate.