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