2425a30e40
PR binutils/20876 bfd * opncls.c (find_separate_debug_file): Add include_dirs parameter. Only include the directory part of the bfd's filename in search paths if include_dirs is true. Add a couple of extra locations for looking for debug files. ( bfd_follow_gnu_debuglink): Update invocation of find_separate_debug_file. (bfd_follow_gnu_debugaltlink): Likewise. (get_build_id): New function: Finds the build-id of the given bfd. (get_build_id_name): New function: Computes the name of the separate debug info file for a bfd, based upon its build-id. (check_build_id_file): New function: Checks to see if a separate debug info file exists at the given location, and that its build-id matches that of the original bfd. (bfd_follow_build_id_debuglink): New function: Finds a separate debug info file for a given bfd by using the build-id method. * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Try using the build-id method of locating a separate debug info file before using the debuglink method. * bfd-in2.h: Regenerate. binutils * NEWS: Mention the new feature. * testsuite/binutils-all/objdump.exp (test_build_id_debuglink): New proc to test the location of separate debug info files using the build-id method.
56 lines
1.4 KiB
Plaintext
56 lines
1.4 KiB
Plaintext
2017-01-12 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/20876
|
||
* NEWS: Mention the new feature.
|
||
* testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
|
||
New proc to test the location of separate debug info files using
|
||
the build-id method.
|
||
|
||
2017-01-10 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 21034
|
||
* stabs.c (parse_stab_members): Fix thinko checking for g++
|
||
version 1 stabs information.
|
||
|
||
2017-01-09 Nick Clifton <nickc@redhat.com>
|
||
|
||
* objdump.c (display_file): Add new parameter 'last_file'. If
|
||
last_file is true, do not call bfd_close at the end of the
|
||
function.
|
||
(main): Set the value of the last_file parameter when calling
|
||
display_file.
|
||
|
||
2017-01-09 Alan Modra <amodra@gmail.com>
|
||
|
||
* readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
|
||
comment.
|
||
|
||
2017-01-06 Nick Clifton <nickc@redhat.com>
|
||
|
||
* MAINTAINERS: Move Paul Brook to the Past Maintainers section.
|
||
|
||
2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
|
||
|
||
PR 20958
|
||
* syslex.l (option): Add noyywrap
|
||
(yywrap): Delete.
|
||
|
||
2017-01-02 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2016
|
||
|
||
Copyright (C) 2017 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|