edb8cd6d1350c00e746eb26ad54f76f78aaabc11
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2016-09-26 Alan Modra <amodra@gmail.com>
2
3 * nm.c (get_elf_symbol_type): Don't use sprintf with translated
4 strings, use asprintf instead.
5 (get_coff_symbol_type): Likewise.
6
7 2016-09-19 Alan Modra <amodra@gmail.com>
8
9 * nm.c (print_symbol): Remove is_synthetic param. Test sym->flags
10 instead.
11 (print_size_symbols, print_symbols): Adjust to suit, deleting
12 now unused synth_count param and fromsynth var.
13 (display_rel_file): Adjust, localizing synth_count.
14
15 2016-09-14 Ed Maste <emaste@freebsd.org>
16
17 * readelf.c (process_mips_specific): Fix typo in error message.
18
19 2016-09-06 Nick Clifton <nickc@redhat.com>
20
21 * readelf.c (request_dump_bynumber): Only call memcpy if
22 dump_sects is not NULL.
23
24 2016-08-29 H.J. Lu <hongjiu.lu@intel.com>
25
26 * readelf.c (load_specific_debug_section): Check the external
27 compression header size.
28
29 2016-08-19 Nick Clifton <nickc@redhat.com>
30
31 * testsuite/binutils-all/readelf.s: Adjust expected ordering of
32 sections.
33 * testsuite/binutils-all/readelf.s-64: Likewise.
34
35 2016-08-12 Nick Clifton <nickc@redhat.com>
36
37 * readelf.c (process_symbol_table): Generate a warning if a local
38 symbol is found at and offste greater than or equal to the sh_info
39 field of it's section header.
40
41 2016-08-08 Nick Clifton <nickc@redhat.com>
42
43 PR binutils/20440
44 * dwarf.c (display_debug_lines_decoded): Add checks for running
45 off the end of the section when populating the directory table and
46 file table.
47 (frame_display_row): Set max_regs equal to ncols.
48 * readelf.c (load_specific_debug_section): If the section is
49 compressed, but it is not big enough to hold a compression
50 header then warn and return 0.
51
52 PR binutils/20439
53 * dwarf.c (display_debug_lines_decoded): Check directory and file
54 indicies before using them to access directory and file tables.
55
56 2016-08-02 Nick Clifton <nickc@redhat.com>
57
58 PR binutils/17512
59 * resbin.c (bin_to_res_version): Cast variables to correct type
60 for printing in error message.
61
62 2016-07-28 Nick Clifton <nickc@redhat.com>
63
64 PR binutils/17512
65 * rescoff.c (read_coff_res_dir): Fix detection of buffer overrun.
66 * resbin.c (bin_to_res_version): Allow for the padded length of a
67 version block to be longer than the recorded length. Skip padding
68 bytes.
69
70 2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
71
72 * configure: Regenerated.
73
74 2016-07-20 Claudiu Zissulescu <claziss@synopsys.com>
75
76 * doc/binutils.texi (objdump): Add ARC disassembler options.
77 * testsuite/binutils-all/arc/dsp.s: New file.
78 * testsuite/binutils-all/arc/objdump.exp: Likewise.
79 * NEWS: Mention the new feature.
80
81 2016-07-20 Nick Clifton <nickc@redhat.com>
82
83 * doc/binutils.texi (objcopy): Note that the localize symbol
84 options do not affect unique symbols.
85
86 2016-07-16 Alan Modra <amodra@gmail.com>
87
88 * ar.c: Include plugin-api.h.
89 * nm.c: Likewise.
90
91 2016-07-16 Alan Modra <amodra@gmail.com>
92
93 * bucomm.c: Don't include libbfd.h.
94 (endian_string, display_target_list): Delete forward declaration.
95 (display_info_table, display_target_tables): Likewise.
96 (LONGEST_ARCH): Delete.
97 (struct display_target): New.
98 (do_display_target): New function.
99 (display_target_list, display_info): Rewrite functions.
100 (display_info_table): Delete.
101 (do_info_size, do_info_header, do_info_row): New functions.
102
103 2016-07-16 Alan Modra <amodra@gmail.com>
104
105 * elfcomm.h (HOST_WIDEST_INT): Move to..
106 * sysdep.h: ..here.
107 * od-macho.c: Don't include libbfd.h. Do include dwarf.h
108 (dump_dyld_info_rebase): Use read_leb128 rather than
109 read_unsigned_leb128.
110 (dump_dyld_info_bind, dump_dyld_info_export_1): Likewise.
111 (dump_segment_split_info): Likewise.
112 (dump_dyld_info): Rename vars to avoid shadowing dwarf.h enums.
113 (dump_load_command): Likewise.
114
115 2016-07-16 Alan Modra <amodra@gmail.com>
116
117 * ar.c: Don't include libbfd.h.
118 * objcopy.c: Likewise.
119 * bucomm.c (bfd_get_archive_filename): Use xmalloc rather than
120 bfd_malloc.
121
122 2016-07-15 Alan Modra <amodra@gmail.com>
123
124 * testsuite/binutils-all/remove-relocs-01.s: Use .dc.a, not .word.
125
126 2016-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * doc/binutils.texi (objcopy): Document 'remove-relocations'.
129 (strip): Likewise.
130 * objcopy.c (SECTION_CONTEXT_REMOVE_RELOCS): Define.
131 (enum command_line_switch): Add 'OPTION_REMOVE_RELOCS'.
132 (struct option strip_options): Add 'remove-relocations'.
133 (struct option copy_options): Likewise.
134 (copy_usage): Likewise.
135 (strip_usage): Likewise.
136 (handle_remove_relocations_option): New function.
137 (discard_relocations): New function.
138 (handle_remove_section_option): New function.
139 (copy_relocations_in_section): Use discard_relocations.
140 (strip_main): Use handle_remove_section_option for
141 'remove-section', and handle 'remove-relocations' option.
142 (copy_main): Likewise.
143 * testsuite/binutils-all/objcopy.exp: Run new tests.
144 * testsuite/binutils-all/remove-relocs-01.d: New file.
145 * testsuite/binutils-all/remove-relocs-01.s: New file.
146 * testsuite/binutils-all/remove-relocs-02.d: New file.
147 * testsuite/binutils-all/remove-relocs-03.d: New file.
148 * testsuite/binutils-all/remove-relocs-04.d: New file.
149 * testsuite/binutils-all/remove-relocs-05.d: New file.
150 * testsuite/binutils-all/remove-relocs-06.d: New file.
151 * NEWS: Mention new option.
152
153 2016-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
154
155 * objcopy.c (find_section_list): Handle section patterns starting
156 with '!' being a non-matching pattern.
157 * doc/binutils.texi (objcopy): Give example of using '!' with
158 --remove-section and --only-section.
159 (strip): Give example of using '!' with --remove-section.
160 * testsuite/binutils-all/data-sections.s: New file.
161 * testsuite/binutils-all/only-section-01.d: New file.
162 * testsuite/binutils-all/remove-section-01.d: New file.
163 * testsuite/binutils-all/objcopy.exp: Run new tests.
164 * NEWS: Mention new feature.
165
166 2016-07-09 Alan Modra <amodra@gmail.com>
167
168 PR binutils/20337
169 * objdump.c (compare_symbols): For ELF, sort same value/type
170 symbols according to size.
171
172 2016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
173
174 * objdump.c (dump_section_header): Rename SEC_ELF_NOREAD
175 to SEC_ELF_NOREAD.
176 * readelf.c (get_elf_section_flags): Rename ARM_NOREAD to
177 ARM_PURECODE and SHF_ARM_NOREAD to SHF_ARM_PURECODE.
178 (process_section_headers): Rename noread to purecode.
179
180 * section.c (SEC_ELF_NOREAD): Rename to ...
181 (SEC_ELF_PURECODE): ... this.
182
183 2016-07-01 Nick Clifton <nickc@redhat.com>
184
185 * prdbg.c (pr_enum_type): Use a buffer big enough to hold an
186 extremely large decimal value.
187 (pr_range_type): Likewise.
188 (pr_array_type): Likewise.
189 (pr_struct_field): Likewise.
190 (pr_class_baseclass): Likewise.
191 (pr_class_method_variant): Likewise.
192 (pr_tag_type): Likewise.
193 (pr_int_constant): Likewise.
194 (pr_typed_constant): Likewise.
195 (pr_variable): Likewise.
196 (pr_function_parameter): Likewise.
197 (pr_start_block): Likewise.
198 (pr_lineno): Likewise.
199 (pr_end_block): Likewise.
200 (tg_enum_type): Likewise.
201 (tg_int_constant): Likewise.
202 (tg_typed_constant): Likewise.
203 (tg_start_block): Likewise.
204
205 2016-07-01 Nick Clifton <nickc@redhat.com>
206
207 * testsuite/binutils-all/objcopy.exp
208 (objcopy_test_without_global_symbol): Expect this test to fail on
209 the AArch64 and ARM targets, since they preserve their mapping
210 symbols.
211
212 2016-07-01 Tristan Gingold <gingold@adacore.com>
213
214 * NEWS: Add marker for 2.27.
215
216 2016-07-30 Tristan Gingold <gingold@adacore.com>
217
218 * doc/binutils.texi (objdump): Fix mis-placement.
219
220 2016-06-28 Nick Clifton <nickc@redhat.com>
221
222 * testsuite/binutils-all/ar.exp: Relax previous restriction on
223 Alpha targets. Allow ELF based Alpha targets.
224
225 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
226
227 * testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with
228 the `unique_symbol' test.
229
230 2016-06-28 Alan Modra <amodra@gmail.com>
231
232 PR 20304
233 * objdump.c (objdump_print_symname): Don't attempt to retrieve
234 version info from synthetic symbols.
235
236 2016-06-24 Alan Modra <amodra@gmail.com>
237
238 * objcopy.c (find_section_rename): Forward declare. Remove
239 ibfd and sec_ptr param. Add old_name param. Allow for NULL
240 returned_flags. Move read of section name and flags to..
241 (setup_section): ..here. Update find_section_rename call.
242 (filter_symbols): Rename section symbols for renamed sections.
243 (copy_object): Call filter_symbols when renamed sections.
244 * testsuite/lib/binutils-common.exp (is_bad_symtab): New.
245 * testsuite/binutils-all/update-section.exp: Revert 96037eb0
246 mips xfail.
247 * testsuite/binutils-all/objcopy.exp (copy_executable): Use
248 is_bad_symtab.
249 (localize-hidden-1): xfail if is_bad_symtab.
250 * testsuite/binutils-all/readelf.exp: Use is_bad_symtab to select
251 between mips/tmips.
252
253 2016-06-24 Alan Modra <amodra@gmail.com>
254
255 * objdump.c (struct print_file_list): Add "max_printed".
256 (try_print_file_open): Init new field.
257 (show_line): Don't show 5 context lines when redisplaying source.
258
259 2016-06-22 Nick Clifton <nickc@redhat.com>
260
261 * testsuite/binutils-all/ar.exp: Skip tests for Alpha target.
262 Skip bfdtest1 tests for tic30 target.
263 * testsuite/binutils-all/arm/objdump.exp: Skip for aout arm
264 target.
265 * testsuite/binutils-all/compress.exp: Expect some tests to fail
266 on the nds32.
267 * testsuite/binutils-all/copy-3.d: Skip for go32 targets.
268 * testsuite/binutils-all/copy-4.d: Skip for AIX and linuxecoff
269 targets.
270 * testsuite/binutils-all/nm.exp: Treat beos based targets as ELF
271 targets.
272 * testsuite/binutils-all/objcopy.exp: Only run reverse bytes tests
273 if the bintest.o file was created. Use the
274 get_standard_section_names proc to get the name of the data
275 section.
276 * testsuite/binutils-all/objdump.exp: Update regexps to allow for
277 RX section names.
278 * testsuite/binutils-all/readelf.exp: Use
279 get_standard_section_names proc to get the name of the data
280 section.
281 * testsuite/binutils-all/readelf.r: Allow for non standard text
282 section names.
283 * testsuite/binutils-all/readelf.s: Update regexps for tilepro.
284 * testsuite/binutils-all/size.exp: Allow for non standard section
285 names.
286 * testsuite/binutils-all/update-section.exp: Expect comapre 1vs4
287 to fail on mips targets.
288 * testsuite/lib/utils-lib.exp (default_binutils_run): Use
289 get_standard_section_names proc.
290 (run_dump_test): Likewise.
291 (proc get_standard_section_names): New proc.
292
293 2016-06-22 Nick Clifton <nickc@redhat.com>
294
295 * readelf.c (dynamic_section_mips_val): Increase size of timebuf.
296 (process_mips_specific): Likewise.
297 (process_gnu_liblist): Likewise.
298
299 2016-06-21 Graham Markall <graham.markall@embecosm.com>
300
301 * readelf.c (decode_ARC_machine_flags): Remove E_ARC_MACH_NPS400
302 case.
303
304 2016-06-15 Nick Clifton <nickc@redhat.com>
305
306 * readelf.c (is_24bit_abs_reloc): Add support for R_FT32_20
307 reloc.
308
309 2016-06-14 John Baldwin <jhb@FreeBSD.org>
310
311 * objcopy.c (do_elf_stt_common): Use correct type.
312
313 2016-06-14 Alan Modra <amodra@gmail.com>
314
315 * ar.c: Expand uses of bfd_my_archive.
316 * size.c: Likewise.
317
318 2016-06-14 Alan Modra <amodra@gmail.com>
319
320 PR ld/20241
321 * bucomm.c (bfd_get_archive_filename): Return file name within thin
322 archive.
323
324 2016-06-02 Nick Clifton <nickc@redhat.com>
325
326 PR 20089
327 * objcopy.c (group_signature): Fail if the input symbol table has
328 not been loaded, or if the sh_info field of the group header is 0.
329
330 * dwarf.c (display_debug_frames): Do not display any
331 interpretation if the block consists solely of DW__CFA_NOPs.
332
333 2016-05-31 Alan Modra <amodra@gmail.com>
334
335 * objcopy.c: Formatting, whitespace throughout.
336 (copy_main): Init newsym->othersym.
337 (parse_symflags): Make len a size_t. Adjust uses.
338
339 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
340
341 PR binutils/14625
342 * NEWS: Mention --enable-64-bit-archive.
343
344 2016-05-18 Nick Clifton <nickc@redhat.com>
345
346 PR 20096
347 * objcopy.c (copy_relocations_in_section): Also check for the
348 symbol pointed to by sym_ptr_ptr being NULL.
349
350 2016-05-18 Maciej W. Rozycki <macro@imgtec.com>
351
352 * testsuite/binutils-all/mips/mixed-mips16-micromips.d: New test.
353 * testsuite/binutils-all/mips/mixed-mips16-micromips.s: New test
354 source.
355 * testsuite/binutils-all/mips/mips.exp: Run the new test.
356
357 2016-05-18 Nick Clifton <nickc@redhat.com>
358
359 * po/sv.po: Updated Swedish translation.
360
361 2016-05-18 Maciej W. Rozycki <macro@imgtec.com>
362
363 * readelf.c (dynamic_section_mips_val) <DT_MIPS_RLD_VERSION>
364 <DT_MIPS_LOCAL_GOTNO, DT_MIPS_CONFLICTNO, DT_MIPS_LIBLISTNO>
365 <DT_MIPS_SYMTABNO, DT_MIPS_UNREFEXTNO, DT_MIPS_HIPAGENO>
366 <DT_MIPS_DELTA_CLASS_NO, DT_MIPS_DELTA_INSTANCE_NO>
367 <DT_MIPS_DELTA_RELOC_NO, DT_MIPS_DELTA_SYM_NO>
368 <DT_MIPS_DELTA_CLASSSYM_NO, DT_MIPS_COMPACT_SIZE>: Use the
369 `d_val' rather than `d_ptr' member of the dynamic entry.
370
371 2016-05-17 Maciej W. Rozycki <macro@imgtec.com>
372
373 * testsuite/lib/binutils-common.exp (supports_gnu_unique): New
374 procedure.
375 * testsuite/binutils-all/objcopy.exp: Use `supports_gnu_unique'
376 with the `strip-10' test.
377
378 2016-05-16 Maciej W. Rozycki <macro@imgtec.com>
379
380 * testsuite/binutils-all/objcopy.exp: Don't skip the `strip-10'
381 test for the V850.
382
383 2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
384
385 * readelf.c (print_mips_ases): Add DSPR3.
386
387 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
388
389 * readelf.c (display_arm_attribute): Add output for Tag_DSP_extension.
390 (arm_attr_public_tags): Define DSP_extension attribute.
391
392 2016-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * doc/binutils.texi (nm): Update description of --size-sort.
395
396 2016-05-09 Nick Clifton <nickc@redhat.com>
397
398 PR binutils/20063
399 * readelf.c (get_32bit_section_headers): Warn if an out of range
400 sh_link or sh_info field is encountered.
401 (get_64bit_section_headers): Likewise.
402
403 2016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
404
405 * testsuite/lib/binutils-common.exp (is_elf_format): Add avr-*-*.
406
407 2016-05-03 Nick Clifton <nickc@redhat.com>
408
409 * po/sv.po: Updated Swedish translation.
410
411 2016-04-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
412
413 * readelf.c (is_32bit_pcrel_reloc): Return true if reloc is 32-bit
414 PC relocation for AVR target.
415 (is_none_reloc): Return true if reloc is any of AVR diff
416 relocations.
417
418 2016-04-29 Nick Clifton <nickc@redhat.com>
419
420 PR 19938
421 * readelf.c (get_solaris_segment_type): New function.
422 (get_segment_type): Call it.
423
424 2016-04-28 Nick Clifton <nickc@redhat.com>
425
426 * po/zh_CN.po: Updated Chinese (simplified) translation.
427
428 2016-04-28 Nick Clifton <nickc@redhat.com>
429
430 PR target/19722
431 * testsuite/binutils-all/aarch64/illegal.s: New test.
432 * testsuite/binutils-all/aarch64/illegal.d: New test driver.
433
434 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
435
436 * resres.c: Likewise.
437
438 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
439
440 * Makefile.in: Regenerated with automake 1.11.6.
441 * aclocal.m4: Likewise.
442 * doc/Makefile.in: Likewise.
443
444 2016-04-14 Nick Clifton <nickc@redhat.com>
445
446 PR target/19938
447 * testsuite/binutils-all/i386/compressed-1b.d: Allow for the
448 string sections possibly having the SHF_STRINGS flag bit set.
449 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
450 * testsuite/binutils-all/readelf.s: Likewise.
451 * testsuite/binutils-all/readelf.s-64: Likewise.
452 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
453 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
454
455 2016-04-13 Nick Clifton <nickc@redhat.com>
456
457 PR target/19938
458 * readelf.c (get_solaris_section_type): New function: Returns the
459 name of Solaris specific section types.
460 (get_solaris_dynamic_type): New function: Return the name of
461 Solaris specific dynamic types.
462 (get_dynamic_type): Use get_solaris_dynamic_type.
463 (get_section_type_name): Use get_solaris_section_type.
464 (get_solaris_symbol_visibility): New function: Returns Solaris
465 specific symbol visibilities.
466 (print_dynamic_symbol): Use get_solaris_symbol_visibility.
467 (process_symbol_table): Likewise.
468
469 2016-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
470
471 * dwarf.h (init_dwarf_regnames_s390): Declare.
472 * dwarf.c (dwarf_regnames_s390): New.
473 (init_dwarf_regnames_s390): New.
474 (init_dwarf_regnames): Call it.
475 * objdump.c (dump_dwarf): Likewise.
476
477 2016-04-11 Maciej W. Rozycki <macro@imgtec.com>
478
479 * testsuite/binutils-all/mips/mips16-undecoded.d: New test.
480 * testsuite/binutils-all/mips/mips16-undecoded.s: New test
481 source.
482 * testsuite/binutils-all/mips/mips.exp: Run the new test.
483
484 2016-04-04 Nick Clifton <nickc@redhat.com>
485
486 PR 19872
487 * dwarf.c (display_debug_aranges): Skip warning about unrecognised
488 version number if the version is zero.
489
490 2016-03-29 Alan Modra <amodra@gmail.com>
491
492 * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
493 (get_dynamic_data): Likewise.
494
495 2016-03-22 Nick Clifton <nickc@redhat.com>
496
497 PR 19851
498 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
499 with run time size check.
500
501 * configure: Regenerate.
502
503 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * readelf.c (decode_ARC_machine_flags): Handle nps400.
506
507 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * readelf.c (get_machine_flags): Move arc processing into...
510 (decode_ARC_machine_flags): ... new function. Remove use of
511 EF_ARC_CPU_GENERIC, change default case from "generic arc" to
512 "unknown arc". Merged ABI printing between two machine types.
513
514 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
517 to the architecture list.
518
519 2016-03-21 Nick Clifton <nickc@redhat.com>
520
521 * dlltool.c: Replace use of alloca with call to xmalloc.
522 * dllwrap.c: Likewise.
523 * nlmconv.c: Likewise.
524 * objdump.c: Likewise.
525 * resrc.c: Likewise.
526 * winduni.c: Likewise.
527 * configure: Regenerate.
528
529 2016-03-07 Nick Clifton <nickc@redhat.com>
530
531 PR binutils/19775
532 * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
533 Run the new proc.
534 * testsuite/binutils-all/empty: New, empty, file.
535
536 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
537
538 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
539
540 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
541
542 PR ld/19645
543 * NEWS: Mention --elf-stt-common= for objcopy.
544 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
545 * objcopy.c (do_elf_stt_common): New.
546 (command_line_switch): Add OPTION_ELF_STT_COMMON.
547 (copy_options): Add --elf-stt-common=.
548 (copy_usage): Add --elf-stt-common=.
549 (copy_object): Also check do_elf_stt_common for ELF targets.
550 (copy_file): Handle do_elf_stt_common.
551 (copy_main): Handle OPTION_ELF_STT_COMMON.
552 * readelf.c (apply_relocations): Support STT_COMMON.
553 * testsuite/binutils-all/common-1.s: New file.
554 * testsuite/binutils-all/common-1a.d: Likewise.
555 * testsuite/binutils-all/common-1b.d: Likewise.
556 * testsuite/binutils-all/common-1c.d: Likewise.
557 * testsuite/binutils-all/common-1d.d: Likewise.
558 * testsuite/binutils-all/common-1e.d: Likewise.
559 * testsuite/binutils-all/common-1f.d: Likewise.
560 * testsuite/binutils-all/common-2.s: Likewise.
561 * testsuite/binutils-all/common-2a.d: Likewise.
562 * testsuite/binutils-all/common-2b.d: Likewise.
563 * testsuite/binutils-all/common-2c.d: Likewise.
564 * testsuite/binutils-all/common-2d.d: Likewise.
565 * testsuite/binutils-all/common-2e.d: Likewise.
566 * testsuite/binutils-all/common-2f.d: Likewise.
567 * testsuite/binutils-all/objcopy.exp
568 (objcopy_test_elf_common_symbols): New proc.
569 Run objcopy_test_elf_common_symbols for ELF targets
570
571 2016-02-16 H.J. Lu <hongjiu.lu@intel.com>
572
573 PR binutils/19647
574 * readelf.c (get_section_type_name): Add a missing break.
575
576 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
577
578 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
579
580 2016-02-15 Nick Clifton <nickc@redhat.com>
581
582 * readelf.c (get_section_type_name): Add hex prefix to offsets
583 printed for LOPROC and LOOS values. Ensure that a result is
584 always returned for the V850 target, even when an unrecognised
585 processor specific value is encountered.
586 (process_section_headers): Display key values in the order in
587 which they appear to the user. Add the "C (compressed)" value to
588 the list.
589
590 2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
591
592 * doc/binutils.texi: Fix a typo.
593
594 2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
595
596 * testsuite/binutils-all/objdump.exp: Update expected default
597 architecture value for ARC binaries.
598
599 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
600
601 PR binutils/19547
602 * testsuite/binutils-all/objcopy.exp
603 (objcopy_test_without_global_symbol): New proc.
604 Run objcopy_test_without_global_symbol.
605 * testsuite/binutils-all/pr19547.c: New file.
606
607 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
608
609 PR binutils/19523
610 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
611 runtest.
612 * Makefile.in: Regenerated.
613 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
614 proc.
615 Run test_gnu_debuglink for native ELF build.
616
617 2016-01-20 Nick Clifton <nickc@redhat.com>
618
619 PR 19495
620 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
621 do not support inserting leading underscores.
622
623 2016-01-20 Mickael Guene <mickael.guene@st.com>
624
625 * readelf.c (get_elf_section_flags): Display y letter for section
626 with SHF_ARM_NOREAD section flag in readelf section output.
627 (process_section_headers): Add y letter in readelf section output
628 key mapping for ARM architecture.
629 * objdump.c (dump_section_header): Display NOREAD attributes as
630 well.
631 * doc/binutils.texi (objdump): Note that it is correct for
632 sections to have both the READONLY and NOREAD attributes.
633
634 2016-01-19 John Baldwin <jhb@FreeBSD.org>
635
636 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
637
638 2016-01-19 John Baldwin <jhb@FreeBSD.org>
639
640 * readelf.c (get_freebsd_elfcore_note_type): New
641 (process_note): Add support for FreeBSD core notes.
642
643 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
644 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
645
646 * readelf.c (get_machine_flags): Add support for newer ARC ELF
647 header flags.
648
649 2016-01-18 Alan Modra <amodra@gmail.com>
650
651 * configure: Regenerate.
652
653 2016-01-17 Alan Modra <amodra@gmail.com>
654
655 * configure: Regenerate.
656
657 2016-01-17 Alan Modra <amodra@gmail.com>
658
659 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
660 for m68hc11/12 and xgate triples.
661
662 2016-01-17 Alan Modra <amodra@gmail.com>
663
664 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
665
666 2016-01-01 Alan Modra <amodra@gmail.com>
667
668 Update year range in copyright notice of all files.
669
670 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
671 \f
672 Copyright (C) 2016 Free Software Foundation, Inc.
673
674 Copying and distribution of this file, with or without modification,
675 are permitted in any medium without royalty provided the copyright
676 notice and this notice are preserved.
677
678 Local Variables:
679 mode: change-log
680 left-margin: 8
681 fill-column: 74
682 version-control: never
683 End:
This page took 0.043742 seconds and 4 git commands to generate.