Allow ld target customiser script to force on disk scripts.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2014-01-17 Alan Modra <amodra@gmail.com>
2
3 * genscripts.sh (COMPILE_IN): Don't set if already set.
4 * emulparams/nds32elf.sh: Don't clear EMULATION_LIBPATH, set
5 COMPILE_IN=no.
6 * emulparams/nds32elf16m.sh: Likewise.
7 * emulparams/nds32elf_linux.sh: Likewise.
8 * emultempl/aix.em: Test COMPILE_IN value is "yes".
9 * emultempl/armcoff.em: Likewise.
10 * emultempl/elf32.em: Likewise.
11 * emultempl/generic.em: Likewise.
12 * emultempl/gld960.em: Likewise.
13 * emultempl/gld960c.em: Likewise.
14 * emultempl/linux.em: Likewise.
15 * emultempl/lnk960.em: Likewise.
16 * emultempl/m68kcoff.em: Likewise.
17 * emultempl/sunos.em: Likewise.
18 * emultempl/ticoff.em: Likewise.
19
20 2014-01-16 H.J. Lu <hongjiu.lu@intel.com>
21
22 PR ld/16456
23 * genscripts.sh: Don't search directory with LIBPATH_SUFFIX_SKIP
24 suffix.
25 * emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX_SKIP): Set to 64
26 for elf32_x86_64 emulation.
27 * emulparams/elf_i386.sh (LIBPATH_SUFFIX_SKIP): Set to 64
28 for elf_i386 emulation.
29
30 2014-01-16 Alan Modra <amodra@gmail.com>
31
32 * ld.h (fat_section_userdata_type, get_userdata): Move to..
33 * ldlang.h (input_section_userdata_type, get_userdata): ..here.
34 * ldlang.c (init_map_userdata): Delete. Fold into..
35 (sort_def_symbol): ..here. Don't attach input section userdata
36 to output sections or global bfd sections.
37 (lang_map): Don't pre-allocate input section userdata.
38 (init_os): Don't allocate userdata for output sections.
39 (print_all_symbols): Update.
40
41 2014-01-15 H.J. Lu <hongjiu.lu@intel.com>
42
43 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
44 Silence uninitialized warning on ehdr_start_save with older
45 GCC.
46
47 2014-01-15 Alan Modra <amodra@gmail.com>
48
49 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Define
50 __ehdr_start before size_dynamic_sections and restore afterwards.
51
52 2014-01-10 Alan Modra <amodra@gmail.com>
53
54 PR ld/14207
55 PR ld/16322
56 PR binutils/16323
57 * ldlang.c (lang_size_sections): Remove unneeded RELRO base
58 adjust. Tidy comments.
59 * ld.texinfo (DATA_SEGMENT_RELRO_END): Correct description.
60
61 2014-01-10 Hans-Peter Nilsson <hp@axis.com>
62
63 * emulparams/crislinux.sh (COMMONPAGESIZE): Define.
64
65 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
66
67 PR ld/14207
68 PR ld/16322
69 PR binutils/16323
70 * ldlang.c (lang_size_sections): Properly align RELRO base.
71
72 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
73
74 * ldver.c (ldversion): Update copyright year to 2014.
75
76 For older changes see ChangeLog-2013
77 \f
78 Copyright (C) 2014 Free Software Foundation, Inc.
79
80 Copying and distribution of this file, with or without modification,
81 are permitted in any medium without royalty provided the copyright
82 notice and this notice are preserved.
83
84 Local Variables:
85 mode: change-log
86 left-margin: 8
87 fill-column: 74
88 version-control: never
89 End:
This page took 0.058635 seconds and 5 git commands to generate.