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