f36511c3e72421ed155595497164c47e033e857e
[external/binutils.git] / bfd / ChangeLog
1 2018-01-13  Nick Clifton  <nickc@redhat.com>
2
3         * version.m4: Bump version to 2.30.51
4         * configure: Regenerate.
5
6 2018-01-13  Nick Clifton  <nickc@redhat.com>
7
8         2.30 branch created.
9
10 2018-01-12  Jens Widell  <jl@opera.com>
11
12         * elf.c (setup_group): Optimize search for group by remembering
13         last found group and restarting search at that index.
14         * elf-bfd.h (struct elf_obj_tdata): Add group_search_offset field.
15
16 2018-01-12  Gunther Nikl  <gnikl@users.sourceforge.net>
17
18         * aoutx.h (aout_link_check_ar_symbols): Remove default and handle
19         bfd_link_common_skip_none in switch.
20
21 2018-01-12  Alan Modra  <amodra@gmail.com>
22
23         PR ld/22649
24         * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Ignore dynamic
25         references on forced local symbols.
26
27 2018-01-12  Vlad Ivanov  <vlad@ivanov.email>
28
29         * elfxx-mips.c (_bfd_mips_elf_final_link): Notify user when
30         .reginfo section has wrong size.
31
32 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33
34         PR ld/22393
35         * elf.c (_bfd_elf_map_sections_to_segments): When generating
36         separate code and read-only data LOAD segments, create a new
37         LOAD segment if the previous section contains text and the
38         current section doesn't or vice versa.  Don't put a writable
39         section in a read-only segment if there is a RELRO segment.
40
41 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
42
43         PR ld/22649
44         * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Ignore dynamic
45         references on forced local symbols.
46
47 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
48
49         PR ld/22677
50         * elflink.c (bfd_elf_gc_sections): Keep all PREINIT_ARRAY,
51         INIT_ARRAY as well as FINI_ARRAY sections for ld -r --gc-section.
52
53 2017-09-27  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
54
55         PR 22662
56         * elf32-nds32.c (nds32_elf_relax_loadstore): Fix a typographical error.
57
58 2018-01-03  John Baldwin  <jhb@FreeBSD.org>
59
60         * elf.c (elfcore_grok_freebsd_note): Handle
61         NT_FREEBSD_PROCSTAT_PROC, NT_FREEBSD_PROCSTAT_FILES, and
62         NT_FREEBSD_PROCSTAT_VMMAP.
63
64 2018-01-03  Alan Modra  <amodra@gmail.com>
65
66         Update year range in copyright notice of all files.
67
68 For older changes see ChangeLog-2017
69 \f
70 Copyright (C) 2018 Free Software Foundation, Inc.
71
72 Copying and distribution of this file, with or without modification,
73 are permitted in any medium without royalty provided the copyright
74 notice and this notice are preserved.
75
76 Local Variables:
77 mode: change-log
78 left-margin: 8
79 fill-column: 74
80 version-control: never
81 End: