]>
Commit | Line | Data |
---|---|---|
464e3686 SK |
1 | 2013-01-11 Sean Keys <[email protected]> |
2 | ||
3 | * config/tc-xgate.c (md_begin): Fix mistake made when going from | |
4 | git to cvs. | |
5 | ||
5817ffd1 PB |
6 | 2013-01-10 Peter Bergner <[email protected]> |
7 | ||
8 | * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm. | |
9 | * doc/c-ppc.texi (PowerPC-Opts): Likewise. | |
10 | * config/tc-ppc.c (md_show_usage): Likewise. | |
11 | (ppc_handle_align): Handle power8's group ending nop. | |
12 | ||
f4b1f6a9 SK |
13 | 2013-01-10 Sean Keys <[email protected]> |
14 | ||
15 | * config/tc-xgate.c (md_begin): Fix the printing of opcodes so | |
16 | that the assember exits after the opcodes have been printed. | |
17 | ||
34bca508 L |
18 | 2013-01-10 H.J. Lu <[email protected]> |
19 | ||
20 | * app.c: Remove trailing white spaces. | |
21 | * as.c: Likewise. | |
22 | * as.h: Likewise. | |
23 | * cond.c: Likewise. | |
24 | * dw2gencfi.c: Likewise. | |
25 | * dwarf2dbg.h: Likewise. | |
26 | * ecoff.c: Likewise. | |
27 | * input-file.c: Likewise. | |
28 | * itbl-lex.h: Likewise. | |
29 | * output-file.c: Likewise. | |
30 | * read.c: Likewise. | |
31 | * sb.c: Likewise. | |
32 | * subsegs.c: Likewise. | |
33 | * symbols.c: Likewise. | |
34 | * write.c: Likewise. | |
35 | * config/tc-i386.c: Likewise. | |
36 | * doc/Makefile.am: Likewise. | |
37 | * doc/Makefile.in: Likewise. | |
38 | * doc/c-aarch64.texi: Likewise. | |
39 | * doc/c-alpha.texi: Likewise. | |
40 | * doc/c-arc.texi: Likewise. | |
41 | * doc/c-arm.texi: Likewise. | |
42 | * doc/c-avr.texi: Likewise. | |
43 | * doc/c-bfin.texi: Likewise. | |
44 | * doc/c-cr16.texi: Likewise. | |
45 | * doc/c-d10v.texi: Likewise. | |
46 | * doc/c-d30v.texi: Likewise. | |
47 | * doc/c-h8300.texi: Likewise. | |
48 | * doc/c-hppa.texi: Likewise. | |
49 | * doc/c-i370.texi: Likewise. | |
50 | * doc/c-i386.texi: Likewise. | |
51 | * doc/c-i860.texi: Likewise. | |
52 | * doc/c-m32c.texi: Likewise. | |
53 | * doc/c-m32r.texi: Likewise. | |
54 | * doc/c-m68hc11.texi: Likewise. | |
55 | * doc/c-m68k.texi: Likewise. | |
56 | * doc/c-microblaze.texi: Likewise. | |
57 | * doc/c-mips.texi: Likewise. | |
58 | * doc/c-msp430.texi: Likewise. | |
59 | * doc/c-mt.texi: Likewise. | |
60 | * doc/c-s390.texi: Likewise. | |
61 | * doc/c-score.texi: Likewise. | |
62 | * doc/c-sh.texi: Likewise. | |
63 | * doc/c-sh64.texi: Likewise. | |
64 | * doc/c-tic54x.texi: Likewise. | |
65 | * doc/c-tic6x.texi: Likewise. | |
66 | * doc/c-v850.texi: Likewise. | |
67 | * doc/c-xc16x.texi: Likewise. | |
68 | * doc/c-xgate.texi: Likewise. | |
69 | * doc/c-xtensa.texi: Likewise. | |
70 | * doc/c-z80.texi: Likewise. | |
71 | * doc/internals.texi: Likewise. | |
72 | ||
4c665b71 RM |
73 | 2013-01-10 Roland McGrath <[email protected]> |
74 | ||
75 | * hash.c (hash_new_sized): Make it global. | |
76 | * hash.h: Declare it. | |
77 | * macro.c (define_macro): Use hash_new_sized instead of hash_new, | |
78 | pass a small size. | |
79 | ||
a3c62988 NC |
80 | 2013-01-10 Will Newton <[email protected]> |
81 | ||
82 | * Makefile.am: Add Meta. | |
83 | * Makefile.in: Regenerate. | |
84 | * config/tc-metag.c: New file. | |
85 | * config/tc-metag.h: New file. | |
86 | * configure.tgt: Add Meta. | |
87 | * doc/Makefile.am: Add Meta. | |
88 | * doc/Makefile.in: Regenerate. | |
89 | * doc/all.texi: Add Meta. | |
90 | * doc/as.texiinfo: Document Meta options. | |
91 | * doc/c-metag.texi: New file. | |
92 | ||
b37df7c4 SE |
93 | 2013-01-09 Steve Ellcey <[email protected]> |
94 | ||
95 | * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal | |
96 | calls. | |
97 | * config/tc-mips.c (internalError): Remove, replace with abort. | |
98 | ||
a3251895 YZ |
99 | 2013-01-08 Yufeng Zhang <[email protected]> |
100 | ||
101 | * config/tc-aarch64.c (parse_operands): Change to compare the result | |
102 | of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'. | |
103 | ||
8ab8155f NC |
104 | 2013-01-07 Nick Clifton <[email protected]> |
105 | ||
106 | PR gas/14887 | |
107 | * config/tc-arm.c (skip_past_char): Skip whitespace before the | |
108 | anticipated character. | |
109 | * config/tc-arm.c (parse_address_main): Delete skip of whitespace | |
110 | here as it is no longer needed. | |
111 | ||
a4ac1c42 AS |
112 | 2013-01-06 Andreas Schwab <[email protected]> |
113 | ||
114 | * doc/c-mips.texi (MIPS Opts): Fix use of @itemx. | |
115 | * doc/c-score.texi (SCORE-Opts): Likewise. | |
116 | * doc/c-tic54x.texi (TIC54X-Directives): Likewise. | |
117 | ||
e407c74b NC |
118 | 2013-01-04 Juergen Urban <[email protected]> |
119 | ||
120 | * config/tc-mips.c: Add support for MIPS r5900. | |
121 | Add M_LQ_AB and M_SQ_AB to support large values for instructions | |
122 | lq and sq. | |
123 | (can_swap_branch_p, get_append_method): Detect some conditional | |
124 | short loops to fix a bug on the r5900 by NOP in the branch delay | |
125 | slot. | |
126 | (M_MUL): Support 3 operands in multu on r5900. | |
127 | (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I. | |
128 | (s_mipsset): Force 32 bit floating point on r5900. | |
129 | (mips_ip): Check parameter range of instructions mfps and mtps on | |
130 | r5900. | |
131 | * configure.in: Detect CPU type when target string contains r5900 | |
132 | (e.g. mips64r5900el-linux-gnu). | |
133 | ||
62658407 L |
134 | 2013-01-02 H.J. Lu <[email protected]> |
135 | ||
136 | * as.c (parse_args): Update copyright year to 2013. | |
137 | ||
95830fd1 YZ |
138 | 2013-01-02 Yufeng Zhang <[email protected]> |
139 | ||
140 | * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53" | |
141 | and "cortex57". | |
142 | ||
517bb291 | 143 | 2013-01-02 Nick Clifton <[email protected]> |
d709e4e6 | 144 | |
517bb291 NC |
145 | PR gas/14987 |
146 | * config/tc-arm.c (parse_address_main): Skip whitespace before a | |
147 | closing bracket. | |
d709e4e6 | 148 | |
517bb291 | 149 | For older changes see ChangeLog-2012 |
08d56133 | 150 | \f |
517bb291 | 151 | Copyright (C) 2013 Free Software Foundation, Inc. |
752937aa NC |
152 | |
153 | Copying and distribution of this file, with or without modification, | |
154 | are permitted in any medium without royalty provided the copyright | |
155 | notice and this notice are preserved. | |
156 | ||
08d56133 NC |
157 | Local Variables: |
158 | mode: change-log | |
159 | left-margin: 8 | |
160 | fill-column: 74 | |
161 | version-control: never | |
162 | End: |