6bf8eb17971c79eeca0fdf4a764010335a3afcab
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
2
3 * app.c: Remove trailing white spaces.
4 * as.c: Likewise.
5 * as.h: Likewise.
6 * cond.c: Likewise.
7 * dw2gencfi.c: Likewise.
8 * dwarf2dbg.h: Likewise.
9 * ecoff.c: Likewise.
10 * input-file.c: Likewise.
11 * itbl-lex.h: Likewise.
12 * output-file.c: Likewise.
13 * read.c: Likewise.
14 * sb.c: Likewise.
15 * subsegs.c: Likewise.
16 * symbols.c: Likewise.
17 * write.c: Likewise.
18 * config/tc-i386.c: Likewise.
19 * doc/Makefile.am: Likewise.
20 * doc/Makefile.in: Likewise.
21 * doc/c-aarch64.texi: Likewise.
22 * doc/c-alpha.texi: Likewise.
23 * doc/c-arc.texi: Likewise.
24 * doc/c-arm.texi: Likewise.
25 * doc/c-avr.texi: Likewise.
26 * doc/c-bfin.texi: Likewise.
27 * doc/c-cr16.texi: Likewise.
28 * doc/c-d10v.texi: Likewise.
29 * doc/c-d30v.texi: Likewise.
30 * doc/c-h8300.texi: Likewise.
31 * doc/c-hppa.texi: Likewise.
32 * doc/c-i370.texi: Likewise.
33 * doc/c-i386.texi: Likewise.
34 * doc/c-i860.texi: Likewise.
35 * doc/c-m32c.texi: Likewise.
36 * doc/c-m32r.texi: Likewise.
37 * doc/c-m68hc11.texi: Likewise.
38 * doc/c-m68k.texi: Likewise.
39 * doc/c-microblaze.texi: Likewise.
40 * doc/c-mips.texi: Likewise.
41 * doc/c-msp430.texi: Likewise.
42 * doc/c-mt.texi: Likewise.
43 * doc/c-s390.texi: Likewise.
44 * doc/c-score.texi: Likewise.
45 * doc/c-sh.texi: Likewise.
46 * doc/c-sh64.texi: Likewise.
47 * doc/c-tic54x.texi: Likewise.
48 * doc/c-tic6x.texi: Likewise.
49 * doc/c-v850.texi: Likewise.
50 * doc/c-xc16x.texi: Likewise.
51 * doc/c-xgate.texi: Likewise.
52 * doc/c-xtensa.texi: Likewise.
53 * doc/c-z80.texi: Likewise.
54 * doc/internals.texi: Likewise.
55
56 2013-01-10 Roland McGrath <mcgrathr@google.com>
57
58 * hash.c (hash_new_sized): Make it global.
59 * hash.h: Declare it.
60 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
61 pass a small size.
62
63 2013-01-10 Will Newton <will.newton@imgtec.com>
64
65 * Makefile.am: Add Meta.
66 * Makefile.in: Regenerate.
67 * config/tc-metag.c: New file.
68 * config/tc-metag.h: New file.
69 * configure.tgt: Add Meta.
70 * doc/Makefile.am: Add Meta.
71 * doc/Makefile.in: Regenerate.
72 * doc/all.texi: Add Meta.
73 * doc/as.texiinfo: Document Meta options.
74 * doc/c-metag.texi: New file.
75
76 2013-01-09 Steve Ellcey <sellcey@mips.com>
77
78 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
79 calls.
80 * config/tc-mips.c (internalError): Remove, replace with abort.
81
82 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
83
84 * config/tc-aarch64.c (parse_operands): Change to compare the result
85 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
86
87 2013-01-07 Nick Clifton <nickc@redhat.com>
88
89 PR gas/14887
90 * config/tc-arm.c (skip_past_char): Skip whitespace before the
91 anticipated character.
92 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
93 here as it is no longer needed.
94
95 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
96
97 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
98 * doc/c-score.texi (SCORE-Opts): Likewise.
99 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
100
101 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
102
103 * config/tc-mips.c: Add support for MIPS r5900.
104 Add M_LQ_AB and M_SQ_AB to support large values for instructions
105 lq and sq.
106 (can_swap_branch_p, get_append_method): Detect some conditional
107 short loops to fix a bug on the r5900 by NOP in the branch delay
108 slot.
109 (M_MUL): Support 3 operands in multu on r5900.
110 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
111 (s_mipsset): Force 32 bit floating point on r5900.
112 (mips_ip): Check parameter range of instructions mfps and mtps on
113 r5900.
114 * configure.in: Detect CPU type when target string contains r5900
115 (e.g. mips64r5900el-linux-gnu).
116
117 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
118
119 * as.c (parse_args): Update copyright year to 2013.
120
121 2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
122
123 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
124 and "cortex57".
125
126 2013-01-02 Nick Clifton <nickc@redhat.com>
127
128 PR gas/14987
129 * config/tc-arm.c (parse_address_main): Skip whitespace before a
130 closing bracket.
131
132 For older changes see ChangeLog-2012
133 \f
134 Copyright (C) 2013 Free Software Foundation, Inc.
135
136 Copying and distribution of this file, with or without modification,
137 are permitted in any medium without royalty provided the copyright
138 notice and this notice are preserved.
139
140 Local Variables:
141 mode: change-log
142 left-margin: 8
143 fill-column: 74
144 version-control: never
145 End:
This page took 0.038163 seconds and 4 git commands to generate.