Add HOSTING_SCRT0 for PIE test
[binutils-gdb.git] / ld / ChangeLog
1 2013-01-19 H.J. Lu <hongjiu.lu@intel.com>
2
3 * Makefile.am (HOSTING_SCRT0): New.
4
5 * configure.host (HOSTING_SCRT0): New. Used for PIE.
6
7 * configure.in (HOSTING_SCRT0): New AC_SUBST.
8
9 * Makefile.in: Regenerated.
10 * configure: Likewise.
11
12 2013-01-18 Mike Frysinger <vapier@gentoo.org>
13
14 * NEWS: Mention change in behavior with --enable-new-dtags.
15 * ld.texinfo (Options): Clarify --enable-new-dtags behavior.
16
17 2013-01-14 Leif Ekblad <leif@rdos.net>
18 Alan Modra <amodra@gmail.com>
19
20 * ld.texinfo (-Tldata-segment): Describe.
21 * ldlex.h (OPTION_TLDATA_SEGMENT): New enum value.
22 * lexsup.c (ld_options): Add -Tldata-segment.
23 (parse_args): Handle OPTION_TLDATA_SEGMENT.
24 * scripttempl/elf.sc: Support LARGE_DATA_ADDR.
25
26 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
27
28 * deffilep.y: Remove trailing white spaces.
29 * elf-hints-local.h: Likewise.
30 * ldexp.c: Likewise.
31 * ldlang.h: Likewise.
32 * ldmisc.c: Likewise.
33 * ldwrite.c: Likewise.
34 * pe-dll.c: Likewise.
35 * emulparams/criself.sh: Likewise.
36 * emulparams/crislinux.sh: Likewise.
37 * emulparams/elf32_tic6x_le.sh: Likewise.
38 * emulparams/elf32bmipn32-defs.sh: Likewise.
39 * emulparams/elf32mb_linux.sh: Likewise.
40 * emulparams/elf32mep.sh: Likewise.
41 * emulparams/elf32microblaze.sh: Likewise.
42 * emulparams/elf32ppc.sh: Likewise.
43 * emulparams/elf64_s390.sh: Likewise.
44 * emulparams/elf64alpha.sh: Likewise.
45 * emulparams/elf_s390.sh: Likewise.
46 * emulparams/elf_x86_64.sh: Likewise.
47 * emulparams/tic80coff.sh: Likewise.
48 * emultempl/aix.em: Likewise.
49 * emultempl/avrelf.em: Likewise.
50 * emultempl/cr16elf.em: Likewise.
51 * emultempl/pe.em: Likewise.
52 * emultempl/pep.em: Likewise.
53 * emultempl/spuelf.em: Likewise.
54 * emultempl/tic6xdsbt.em: Likewise.
55
56 2013-01-10 Will Newton <will.newton@imgtec.com>
57
58 * Makefile.am: Add Meta.
59 * Makefile.in: Regenerate.
60 * configure.tgt: Add Meta.
61 * emulparams/elf32metag.sh: New file.
62 * emultempl/metagelf.em: New file.
63
64 2013-01-09 Alan Modra <amodra@gmail.com>
65
66 * emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.
67 * emulparams/elf32_x86_64.sh: Likewise.
68 * emulparams/elf_k1om.sh: Likewise.
69 * emulparams/elf_l1om.sh: Likewise.
70 * scripttempl/elf.sc (LARGE_BSS): Define rather than appending to
71 OTHER_BSS_SECTIONS. Substitute in script.
72
73 2013-01-08 Leif Ekblad <leif@rdos.net>
74
75 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
76
77 2013-01-08 Alan Modra <amodra@gmail.com>
78
79 * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace
80 "name" param with a bfd_link_needed_list pointer. Update caller.
81 (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise.
82
83 2013-01-08 Alan Modra <amodra@gmail.com>
84
85 * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.
86 * Makefile.in: Regenerate.
87
88 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
89
90 * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
91 compatibility.
92
93 2013-01-07 Patrice Dumas <pertusus@free.fr>
94
95 * ld.texinfo: Replace @ with @@ when it is part of the text.
96 Correct ordering of M68HC11 entry.
97
98 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
99
100 * configure.tgt: Support ELF files for Sony Playstation 2 (for
101 ps2dev and ps2sdk).
102 * emulparams/elf32lr5900n32.sh: Create linker script for Sony
103 Playstation 2 ELF files using MIPS ABI n32.
104 * emulparams/elf32lr5900.sh: Create linker script for Sony
105 Playstation 2 ELF files using MIPS ABI o32.
106 * Makefile.am: Add linker scripts for Sony Playstation 2 ELF
107 files.
108
109 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
110
111 * ldver.c (ldversion): Update copyright year to 2013.
112
113 For older changes see ChangeLog-2012
114 \f
115 Copyright (C) 2013 Free Software Foundation, Inc.
116
117 Copying and distribution of this file, with or without modification,
118 are permitted in any medium without royalty provided the copyright
119 notice and this notice are preserved.
120
121 Local Variables:
122 mode: change-log
123 left-margin: 8
124 fill-column: 74
125 version-control: never
126 End: