Add support for locating separate debug info files via the build-id method.
[binutils-gdb.git] / binutils / ChangeLog
1 2017-01-12 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/20876
4 * NEWS: Mention the new feature.
5 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
6 New proc to test the location of separate debug info files using
7 the build-id method.
8
9 2017-01-10 Nick Clifton <nickc@redhat.com>
10
11 PR 21034
12 * stabs.c (parse_stab_members): Fix thinko checking for g++
13 version 1 stabs information.
14
15 2017-01-09 Nick Clifton <nickc@redhat.com>
16
17 * objdump.c (display_file): Add new parameter 'last_file'. If
18 last_file is true, do not call bfd_close at the end of the
19 function.
20 (main): Set the value of the last_file parameter when calling
21 display_file.
22
23 2017-01-09 Alan Modra <amodra@gmail.com>
24
25 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
26 comment.
27
28 2017-01-06 Nick Clifton <nickc@redhat.com>
29
30 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
31
32 2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
33
34 PR 20958
35 * syslex.l (option): Add noyywrap
36 (yywrap): Delete.
37
38 2017-01-02 Alan Modra <amodra@gmail.com>
39
40 Update year range in copyright notice of all files.
41
42 For older changes see ChangeLog-2016
43 \f
44 Copyright (C) 2017 Free Software Foundation, Inc.
45
46 Copying and distribution of this file, with or without modification,
47 are permitted in any medium without royalty provided the copyright
48 notice and this notice are preserved.
49
50 Local Variables:
51 mode: change-log
52 left-margin: 8
53 fill-column: 74
54 version-control: never
55 End: