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