]>
Commit | Line | Data |
---|---|---|
b19f47ad JW |
1 | 2015-02-11 Matthew Wahab <[email protected]> |
2 | ||
3 | * config/tc-arm.c: Add support for Cortex-A72. | |
4 | ||
5c3696f8 KT |
5 | 2015-02-09 Kyrylo Tkachov <[email protected]> |
6 | ||
7 | * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead | |
8 | of as_warn for deprecation messages. | |
9 | (encode_arm_addr_mode_2): Likewise. | |
10 | (check_obsolete): Likewise. | |
11 | (do_rd_rm_rn): Likewise. | |
12 | (do_co_reg): Likewise. | |
13 | (do_setend): Likewise. | |
14 | (do_t_mov_cmp): Likewise. | |
15 | (do_neon_ldr_str): Likewise. | |
16 | (opcode_lookup): Likewise. | |
17 | (if_fsm_post_encode): Likewise. | |
18 | (md_assemble): Likewise. | |
19 | ||
73e76108 JB |
20 | 2015-02-06 Jan Beulich <[email protected]> |
21 | ||
22 | * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label. | |
23 | (cfi_change_reg_numbers): Also do nothing for CFI_label. | |
24 | (cfi_pseudo_table): Also handle .cfi_label when not supporting | |
25 | CFI directives. | |
26 | ||
64a81db0 AM |
27 | 2015-02-05 Alan Modra <[email protected]> |
28 | ||
29 | * config/tc-msp430.c (md_assemble): Correct size passed to | |
30 | extract_cmd. Remove index check. | |
31 | ||
2abdd192 JW |
32 | 2015-02-04 Matthew Wahab <[email protected]> |
33 | ||
34 | * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72. | |
35 | * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72". | |
36 | ||
3101e637 NC |
37 | 2015-02-04 Nick Clifton <[email protected]> |
38 | ||
39 | * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of | |
40 | these instructions. | |
41 | ||
8e02d7f5 JW |
42 | 2015-02-03 Renlin Li <[email protected]> |
43 | ||
44 | * doc/c-aarch64.texi (.arch): Document the directive. | |
45 | (.arch_extension): Likewise. | |
46 | ||
6d012254 NC |
47 | 2015-02-03 Nick Clifton <[email protected]> |
48 | ||
49 | * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define. | |
50 | ||
3f8107ab AM |
51 | 2015-01-28 James Bowman <[email protected]> |
52 | ||
53 | * Makefile.am: Add FT32 files. | |
54 | * config/tc-ft32.c: New file. | |
55 | * config/tc-ft32.h: New file. | |
56 | * configure.tgt: Add FT32 support. | |
57 | * Makefile.in: Regenerate. | |
58 | * po/POTFILES.in: Regenerate. | |
59 | ||
20d79870 KLC |
60 | 2015-01-27 Kuan-Lin Chen <[email protected]> |
61 | ||
62 | * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument | |
63 | of instruction la to a symbol. | |
64 | ||
3bd3aeb4 KLC |
65 | 2015-01-27 Kuan-Lin Chen <[email protected]> |
66 | ||
67 | * config/tc-nds32.c (nds32_parse_name): Ignore when the input is | |
68 | section name. | |
69 | ||
740bdc67 AM |
70 | 2015-01-19 Alan Modra <[email protected]> |
71 | ||
72 | * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}. | |
73 | * write.c (get_frag_for_reloc): Allow match just past end of frag. | |
74 | ||
1e2e8c52 AK |
75 | 2015-01-16 Andreas Krebbel <[email protected]> |
76 | ||
77 | * config/tc-s390.c (struct pd_reg): Remove. | |
78 | (pre_defined_registers): Remove. | |
79 | (REG_NAME_CNT): Remove. | |
80 | (reg_name_search): Calculate the register number instead of doing | |
81 | a lookup. | |
82 | (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new | |
83 | reg_name_search signature. | |
84 | (s390_parse_cpu): Support the new arch string z13. | |
85 | (s390_insert_operand): Support for vector registers with the extra | |
86 | field for the fifth bit of each vector register operand. | |
87 | (md_gather_operand): Adjust to the new handling of optional | |
88 | parameters. | |
89 | ||
90 | * doc/as.texinfo: Document the z13 cpu string. | |
91 | ||
0900a05b JW |
92 | 2015-01-13 Matthew Wahab <[email protected]> |
93 | ||
94 | * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for | |
95 | #0, restoring previous behaviour. | |
96 | ||
69602580 JB |
97 | 2015-01-12 Jan Beulich <[email protected]> |
98 | ||
99 | * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New. | |
100 | (cfi_pseudo_table): Add "cfi_label". | |
101 | (output_cfi_insn): Handle CFI_label. | |
102 | (select_cie_for_fde): Als terminate CIE when encountering | |
103 | CFI_label. | |
104 | * dw2gencfi.h (cfi_add_label): Declare. | |
105 | (struct cfi_insn_data): New member "sym_name". | |
106 | (CFI_label): New. | |
107 | * read.c (read_symbol_name): Drop "static". | |
108 | * read.h (read_symbol_name): Declare. | |
109 | ||
cb3b1e65 JB |
110 | 2015-01-12 Jan Beulich <[email protected]> |
111 | ||
112 | * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range. | |
113 | (do_neon_qshl_imm): Likewise. | |
114 | ||
b38ead21 AM |
115 | 2015-01-12 Alan Modra <[email protected]> |
116 | ||
117 | * read.c (s_altmacro, s_reloc): Make definition static. | |
118 | ||
491793b5 AB |
119 | 2015-01-10 Andrew Burgess <[email protected]> |
120 | ||
121 | * config/tc-avr.c (md_apply_fix): Update the contents of VALP for | |
122 | diff fixups. | |
123 | ||
ea0d6bb9 PT |
124 | 2015-01-09 Philipp Tomsich <[email protected]> |
125 | ||
126 | * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and | |
127 | X-Gene 2. | |
128 | * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2. | |
129 | ||
5a70a223 JB |
130 | 2015-01-07 Jan Beulich <[email protected]> |
131 | ||
132 | * config/tc-arm.c (struct arm_option_extension_value_table): | |
133 | Split field "value" into fields "merge_value" and "clear_value". | |
134 | (arm_extensions): Adjust initializer accordingly. | |
135 | ||
efd321f9 AM |
136 | 2015-01-01 Alan Modra <[email protected]> |
137 | ||
138 | * as.c (parse_args): Just print current year. | |
139 | ||
b90efa5b | 140 | 2015-01-01 Alan Modra <[email protected]> |
bffb6004 | 141 | |
b90efa5b | 142 | Update year range in copyright notice of all files. |
bffb6004 | 143 | |
b90efa5b | 144 | For older changes see ChangeLog-2014 |
08d56133 | 145 | \f |
b90efa5b | 146 | Copyright (C) 2015 Free Software Foundation, Inc. |
752937aa NC |
147 | |
148 | Copying and distribution of this file, with or without modification, | |
149 | are permitted in any medium without royalty provided the copyright | |
150 | notice and this notice are preserved. | |
151 | ||
08d56133 NC |
152 | Local Variables: |
153 | mode: change-log | |
154 | left-margin: 8 | |
155 | fill-column: 74 | |
156 | version-control: never | |
157 | End: |