]>
Commit | Line | Data |
---|---|---|
769c7ea5 NC |
1 | 2018-01-13 Nick Clifton <[email protected]> |
2 | ||
3 | * version.m4: Bump version to 2.30.51 | |
4 | * configure: Regenerate. | |
5 | ||
faf766e3 NC |
6 | 2018-01-13 Nick Clifton <[email protected]> |
7 | ||
8 | 2.30 branch created. | |
9 | ||
564e11c9 JW |
10 | 2018-01-12 Jens Widell <[email protected]> |
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 | ||
a78eea16 AM |
16 | 2018-01-12 Gunther Nikl <[email protected]> |
17 | ||
18 | * aoutx.h (aout_link_check_ar_symbols): Remove default and handle | |
19 | bfd_link_common_skip_none in switch. | |
20 | ||
87e79a65 AM |
21 | 2018-01-12 Alan Modra <[email protected]> |
22 | ||
23 | PR ld/22649 | |
24 | * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Ignore dynamic | |
25 | references on forced local symbols. | |
26 | ||
58807c48 VI |
27 | 2018-01-12 Vlad Ivanov <[email protected]> |
28 | ||
29 | * elfxx-mips.c (_bfd_mips_elf_final_link): Notify user when | |
30 | .reginfo section has wrong size. | |
31 | ||
2888249f L |
32 | 2018-01-11 H.J. Lu <[email protected]> |
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 | ||
d664fd41 L |
41 | 2018-01-11 H.J. Lu <[email protected]> |
42 | ||
43 | PR ld/22649 | |
44 | * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Ignore dynamic | |
45 | references on forced local symbols. | |
46 | ||
8b6f4cd3 L |
47 | 2018-01-11 H.J. Lu <[email protected]> |
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 | ||
6cef73f9 KLC |
53 | 2017-09-27 Kuan-Lin Chen <[email protected]> |
54 | ||
55 | PR 22662 | |
56 | * elf32-nds32.c (nds32_elf_relax_loadstore): Fix a typographical error. | |
57 | ||
ddb2bbcf JB |
58 | 2018-01-03 John Baldwin <[email protected]> |
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 | ||
219d1afa AM |
64 | 2018-01-03 Alan Modra <[email protected]> |
65 | ||
66 | Update year range in copyright notice of all files. | |
67 | ||
1e563868 | 68 | For older changes see ChangeLog-2017 |
3499769a | 69 | \f |
1e563868 | 70 | Copyright (C) 2018 Free Software Foundation, Inc. |
3499769a AM |
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: |