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