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