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