]> Git Repo - binutils.git/blame - gas/ChangeLog
mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints.
[binutils.git] / gas / ChangeLog
CommitLineData
cb580a26
NC
12014-03-27 Nick Clifton <[email protected]>
2
3 * config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
4 sprintf in order to avoid a compile time warning.
5
b3fe4307
NC
62014-03-26 Nick Clifton <[email protected]>
7
8 * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
9 relocation is used on an 8-bit operand or vice versa.
10 (tc_gen_reloc): Use the RL78_16U relocation for RL78_CODE.
11 (md_apply_fix): Add support for RL78_HI8, RL78_HI16 and RL78_LO16.
12
3c6256d2
NC
132014-03-25 Nick Clifton <[email protected]>
14
15 * config/obj-coff-seh.c (obj_coff_seh_code): New function -
16 switches the current segment back to the code segment recorded
17 when seh_proc was last invoked.
18 * config/obj-coff-seh.h (SEH_CMDS): Add seh_code.
19
3e60bf4d
AM
202014-03-25 Alan Modra <[email protected]>
21
22 * config/tc-ppc.c (ppc_is_toc_sym): Revert 2014-03-05.
23 (md_assemble): Likewise. Warn.
24
a82c7d90
DW
252014-03-21 David Weatherford <[email protected]>
26 Max Filippov <[email protected]>
27
28 * config/tc-xtensa.c (xtensa_check_frag_count)
29 xtensa_create_trampoline_frag,
30 xtensa_maybe_create_trampoline_frag, init_trampoline_frag,
31 find_trampoline_seg, search_trampolines, get_best_trampoline,
32 check_and_update_trampolines, add_jump_to_trampoline,
33 dump_trampolines): New functions.
34 (md_parse_option): Add cases for --[no-]trampolines options.
35 (md_assemble, finish_vinsn, xtensa_end): Add call to
36 xtensa_check_frag_count.
37 (xg_assemble_vliw_tokens): Add call to
38 xtensa_maybe_create_trampoline_frag.
39 (xtensa_relax_frag): Relax fragments with RELAX_TRAMPOLINE state.
40 (relax_frag_immed): Relax jump instructions that cannot reach its
41 target.
42 * config/tc-xtensa.h (xtensa_relax_statesE::RELAX_TRAMPOLINE): New
43 relax state.
44 * doc/as.texinfo: Document --[no-]trampolines command-line options.
45 * doc/c-xtensa.texi: Document trampolines relaxation and command
46 line options.
47 * frags.c (get_frag_count, clear_frag_count): New function.
48 (frag_alloc): Increment totalfrags counter.
49 * frags.h (get_frag_count, clear_frag_count): New function.
50
0c315784
DD
512014-03-20 DJ Delorie <[email protected]>
52
53 * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add.
54 * config/rl78-parse.y (BC, BNC, BZ, BNZ, BH, BHZ, bt_bf): Call
55 rl78_relax().
56 * config/tc-rl78.h (md_relax_frag): Define.
57 (rl78_relax_frag): Declare.
58 * config/tc-rl78.c (rl78_relax): Add.
59 (md_assemble): Set up the variable frags also when relaxing.
60 (op_type_T): New.
61 (rl78_opcode_type): New.
62 (rl78_frag_fix_value): New.
63 (md_estimate_size_before_relax): New-ish.
64 (rl78_relax_frag): New.
65 (md_convert_frag): New-ish.
66
d56a8dda
RS
672014-03-20 Richard Sandiford <[email protected]>
68
69 * config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
70 * config/tc-mips.c (md_pcrel_from): Remove error message.
71 (md_apply_fix): Convert PC-relative BFD_RELOC_32s to
72 BFD_RELOC_32_PCREL. Report a specific error message for unhandled
73 PC-relative expressions. Handle BFD_RELOC_8.
74
ec92c392
JM
752014-03-19 Jose E. Marchesi <[email protected]>
76
77 * config/tc-sparc.c (hpriv_reg_table): Added entries for
78 %hstick_offset and %hstick_enable.
79 * doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
80 %hstick_enable hyperprivileged registers.
81
288c6b30 822014-03-19 Daniel Gutson <[email protected]>
2e6976a8
DG
83 Nick Clifton <[email protected]>
84
85 * config/tc-arm.c (codecomposer_syntax): New flag that states whether the
86 CCS syntax compatibility mode is on or off.
87 (asmfunc_states): New enum to represent the asmfunc directive state.
88 (asmfunc_state): New variable holding the asmfunc directive state.
89 (comment_chars): Rename to arm_comment_chars.
90 (line_separator_chars): Rename to arm_line_separator_chars.
91 (s_ccs_ref): New function that handles the .ref directive.
92 (asmfunc_debug): New function.
93 (s_ccs_asmfunc): New function that handles the .asmfunc directive.
94 (s_ccs_endasmfunc): New function that handles the .endasmfunc directive.
95 (s_ccs_def): New function that handles the .def directive.
96 (tc_start_label_without_colon): New function.
97 (md_pseudo_table): Added new CCS directives.
98 (arm_ccs_mode): New function that handles the -mccs command line option.
99 (arm_long_opts): Added new -mccs command line option.
100 * config/tc-arm.h (LABELS_WITHOUT_COLONS): New macro.
101 (TC_START_LABEL_WITHOUT_COLON): New macro.
102 (tc_start_label_without_colon): Added extern function declaration.
103 (tc_comment_chars): Define.
104 (tc_line_separator_chars): Define.
105 * app.c (do_scrub_begin): Use tc_line_separator_chars, if defined.
106 * read.c (read_begin): Likewise.
107 * doc/as.texinfo: Add documentation for the -mccs command line
108 option.
109 * doc/c-arm.texi: Likewise.
110 * doc/internals.texi: Document tc_line_separator_chars.
111 * NEWS: Mention the new feature.
112
a52e6fd3
YZ
1132014-03-18 Jiong Wang <[email protected]>
114
115 * config/tc-aarch64.c (aarch64_opts): Add new option
116 "mno-verbose-error".
117 (verbose_error_p): Initialize to 1.
118 * doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
119 and -mno-verbose-error.
120
1f5afe1c
NC
1212014-03-17 Nick Clifton <[email protected]>
122
123 PR gas/16694
124 * config/tc-arm.c (tc_arm_regname_to_dw2regnum): Parse VFP
125 registers as well.
126
df359aa7
RE
1272014-03-13 Richard Earnshaw <[email protected]>
128 Jiong Wang <[email protected]>
129
130 * doc/c-aarch64.texi: Clean up some formatting issues.
131 (AArch64 Options): Document -mcpu and -march.
132 (AArch64 Extensions): New node.
133
167ad85b
TG
1342014-03-13 Tristan Gingold <[email protected]>
135
136 * config/tc-i386.c (use_big_obj): Declare.
137 (OPTION_MBIG_OBJ): Define.
138 (md_longopts): Add -mbig-obj option.
139 (md_parse_option): Handle it.
140 (md_show_usage): Display help for this option.
141 (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
142 * doc/c-i386.texi: Document the option.
143
55d9b4c1
NC
1442014-03-12 Nick Clifton <[email protected]>
145
146 PR gas/16688
147 * config/tc-aarch64.c (literal_expression): New structure.
148 (literal_pool): Replace exp array with literal_expression array.
149 (add_to_lit_pool): When adding a bignum cache the big value.
150 (s_ltorg): When emitting a bignum initialise the global bignum
151 array from the cached value.
152
fa47fa92
AM
1532014-03-12 Alan Modra <[email protected]>
154
155 * Makefile.in: Regenerate.
156 * config.in: Regenerate.
157 * doc/Makefile.in: Regenerate.
158
255d9eec
DC
1592014-03-06 Pitchumani Sivanupandi <[email protected]>
160 Vishnu KS <[email protected]>
161 Senthil Kumar Selvaraj <[email protected]>
162 Soundararajan <[email protected]>
163
164 * gas/tc-avr.c: Add new devices
165 avr25: ata5272, attiny828
166 avr35: ata5505, attiny1634
167 avr4: atmega8a, ata6285, ata6286, atmega48pa
168 avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
169 atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
170 atmega16hva2
171 avr51: atmega128a, atmega1284
172 avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
173 atxmega32e5, atxmega16e5, atxmega8e5
174 avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
175 atxmega64c3, atxmega64d4
176 avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
177 atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
178 atxmega256c3, atxmega384c3, atxmega384d3
179 avrxmega7: atxmega128a4u
180 * doc/c-avr.texi: Ditto.
181
4b95cf5c
AM
1822014-03-05 Alan Modra <[email protected]>
183
184 Update copyright years.
185
45965137
AM
1862014-03-05 Alan Modra <[email protected]>
187
188 * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
189 (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
190
a0593ad9
AM
1912014-03-05 Alan Modra <[email protected]>
192
193 * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
194 later. Merge absolute and relative branch reloc selection.
195 Generate 16-bit relocs for most 16-bit insn fields given a
196 non-constant expression.
197
f50c47f1
AM
1982014-03-05 Alan Modra <[email protected]>
199
200 * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
201 (md_assemble): Don't call ppc_is_toc_sym for ELF.
202
cd0c81e9 2032014-03-04 Heiher <[email protected]>
4ba154f5
RS
204
205 * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
206 Loongson-3A.
207
65d7bab5
NC
2082014-03-03 Nick Clifton <[email protected]>
209
210 * config/msp430/msp430.c: Replace known mcu array with known
211 msp430 ISA mcu name array.
212 Accept any name for -mmcu option.
213 Add -mz option to warn about missing NOP following an interrupt
214 status change.
215 (check_for_nop): New.
216 (msp430_operands): Emit a warning, if requested, when an interrupt
217 changing instruction is not followed by a NOP.
218 * doc/c-msp430.c: Document -mz option.
219
2c80b753
AM
2202014-03-03 Alan Modra <[email protected]>
221
222 * config/bfin-lex-wrapper.c: Correct copyright date.
c1a3e85c
AM
223 * config/obj-fdpicelf.c: Likewise.
224 * config/obj-fdpicelf.h: Likewise.
2c80b753
AM
225 * config/tc-frv.c: Correct copyright punctuation.
226 * config/tc-ip2k.c: Likewise.
227 * config/tc-iq2000.c: Likewise.
228 * config/tc-mep.c: Likewise.
229 * config/tc-tic4x.c: Likewise.
230 * config/tc-tic4x.h: Likewise.
231
83046454
DC
2322014-03-01 Senthil Kumar Selvaraj <[email protected]>
233
234 * config/tc-avr.c: Remove atxmega16x1.
235
02fe846e
AM
2362014-02-28 Alan Modra <[email protected]>
237
238 * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
239 field for 64-bit dwarf.
240
dcf893b5
IT
2412014-02-21 Ilya Tocar <[email protected]>
242
243 * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
244 * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
245
963f3586
IT
2462014-02-12 Ilya Tocar <[email protected]>
247
248 * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
249 * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
250 clflushopt/.clfushopt.
251
c1c69e83
AM
2522014-02-10 Alan Modra <[email protected]>
253
254 * po/POTFILES.in: Regenerate.
255 * po/gas.pot: Regenerate.
256
1c2de463
SL
2572014-02-03 Sandra Loosemore <[email protected]>
258
259 * config/tc-nios2.c (md_apply_fix): Test for new relocs.
260 (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
261 %got_hiadj relocation operators. Sort table and add comment
262 to explain ordering.
263 (nios2_fix_adjustable): Test for new relocs.
264 * doc/c-nios2.texi (Nios II Relocations): Document new relocation
265 operators.
266
78058a5e
SL
2672014-01-30 Sandra Loosemore <[email protected]>
268
269 * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
270 (nios2_assemble_args_m): Likewise.
271 (md_assemble): Likewise.
272
34b822e3
DD
2732014-01-24 DJ Delorie <[email protected]>
274
275 * config/tc-msp430.c (msp430_section): Always flag data sections,
276 regardless of -md.
277 (msp430_frob_section): New. Make sure all sections are noticed if
278 they have content.
279 (msp430_lcomm): New. Flag bss if .lcomm is seen.
280 (msp430_comm): New. Likewise.
281 (md_pseudo_table): Add them.
282 * config/tc-msp430.h (msp430_frob_section): Declare.
283 (tc_frob_section): Define.
284
8e75a78f
NC
2852014-01-23 Nick Clifton <[email protected]>
286
287 * config/tc-msp430.c (show_mcu_list): Delete.
288 (md_parse_option): Accept any MCU name. Accept several more
289 variants for the -mcpu option.
290 (md_show_usage): Do not call show_mcu_list.
291
96b96102
DD
2922014-01-22 DJ Delorie <[email protected]>
293
294 * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
295 * doc/c-msp430.texi (MSP430 Directives): Document it.
296
7c84a0ca
MZ
2972014-01-22 Michael Zolotukhin <[email protected]>
298
299 * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
300 gather assert.
301
8444f82a
MZ
3022014-01-22 Michael Zolotukhin <[email protected]>
303
304 PR gas/16489
305 * config/tc-i386.c (check_VecOperands): Add check for invalid
306 register set in AVX512 gathers.
307
cda796e1
AM
3082014-01-22 Alan Modra <[email protected]>
309
310 * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
311
c9d66558
DD
3122014-01-21 DJ Delorie <[email protected]>
313
314 * config/tc-rl78.c (require_end_of_expr): New.
315 (md_operand): Call it.
316 (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
317 as not overflowing.
318
827f64ff
WN
3192014-01-17 Will Newton <[email protected]>
320
321 * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
322 for the s32.f64 flavours of VCVT.
323
73812f59
NC
3242014-01-14 Nick Clifton <[email protected]>
325
326 PR gas/16434
327 * config/tc-z80.c (wrong_match): Provide format string to
328 as_warn.
329 (parse_exp_not_indexed): Delete unused variable dummy.
330 (emit_byte): Delete unused variable fixp.
331
143e9f4a
L
3322014-01-08 H.J. Lu <[email protected]>
333
334 * config/tc-i386.c (regbnd): Removed.
335 (vec_disp8): Likewise.
336
221fd5d5
L
3372014-01-08 H.J. Lu <[email protected]>
338
339 * as.c (parse_args): Update copyright year to 2014.
340
1651e569
TT
3412014-01-07 Tom Tromey <[email protected]>
342
343 * config/tc-tic30.c (debug): Avoid old VA_* compatibility
344 wrappers.
345
b51f1626
TT
3462014-01-07 Tom Tromey <[email protected]>
347
348 * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
349 use PARAMS.
350
3cea37c4
TT
3512014-01-07 Tom Tromey <[email protected]>
352
353 * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
354
9877c63c
PT
3552013-01-07 Philipp Tomsich <[email protected]>
356
357 * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
358
5fb776a6 359For older changes see ChangeLog-2013
08d56133 360\f
5fb776a6 361Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
362
363Copying and distribution of this file, with or without modification,
364are permitted in any medium without royalty provided the copyright
365notice and this notice are preserved.
366
08d56133
NC
367Local Variables:
368mode: change-log
369left-margin: 8
370fill-column: 74
371version-control: never
372End:
This page took 1.191274 seconds and 4 git commands to generate.