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