PR c++/14998:
[binutils-gdb.git] / ld / ChangeLog
1 2013-01-25 Kai Tietz <ktietz@redhat.com>
2
3 * deffilep.y (def_image_name): Adjust type of base-address
4 argument.
5 (%union): Add new type bfd_vma as vma.
6 (VMA): New rule.
7 (opt_base): Use VMA instead of NUMBER rule to evaluate value.
8 (def_file_print): Use bfd's fprintf_vma to output base-address.
9
10 2013-01-24 Nick Clifton <nickc@redhat.com>
11
12 * NEWS: Mention support for V850E3V5 architecture.
13
14 2013-01-23 Martin Koegler <martin.koegler@chello.at>
15
16 PR ld/15041
17 * scripttempl/pep.sc (.pdata): Only accept .pdata sections.
18 (.xdata): Similarly.
19 (.debug_frame): Similarly.
20
21 2013-01-23 Georg-Johann Lay <avr@gjlay.de>
22
23 PR ld/15037
24 * scripttempl/avr.sc (.eeprom): Keep it.
25
26 2013-01-23 Leif Ekblad <leif@rdos.net>
27
28 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64rdos.c.
29 (eelf64rdos.c): New rule.
30 * emulparams/elf64rdos.sh: New file.
31 * configure.tgt (x86_64-*-rdos*): Use above.
32 * Makefile.in: Regenerate.
33
34 2013-01-22 Roland McGrath <mcgrathr@google.com>
35
36 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
37 new_dtags to TRUE for *-*-nacl* targets.
38
39 2013-01-21 Mike Frysinger <vapier@gentoo.org>
40
41 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
42 link_info.new_dtags to TRUE for linux/gnu targets.
43 * NEWS: Mention new dtags default.
44
45 2013-01-19 H.J. Lu <hongjiu.lu@intel.com>
46
47 * Makefile.am (HOSTING_SCRT0): New.
48
49 * configure.host (HOSTING_SCRT0): New. Used for PIE.
50
51 * configure.in (HOSTING_SCRT0): New AC_SUBST.
52
53 * Makefile.in: Regenerated.
54 * configure: Likewise.
55
56 2013-01-18 Mike Frysinger <vapier@gentoo.org>
57
58 * NEWS: Mention change in behavior with --enable-new-dtags.
59 * ld.texinfo (Options): Clarify --enable-new-dtags behavior.
60
61 2013-01-14 Leif Ekblad <leif@rdos.net>
62 Alan Modra <amodra@gmail.com>
63
64 * ld.texinfo (-Tldata-segment): Describe.
65 * ldlex.h (OPTION_TLDATA_SEGMENT): New enum value.
66 * lexsup.c (ld_options): Add -Tldata-segment.
67 (parse_args): Handle OPTION_TLDATA_SEGMENT.
68 * scripttempl/elf.sc: Support LARGE_DATA_ADDR.
69
70 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
71
72 * deffilep.y: Remove trailing white spaces.
73 * elf-hints-local.h: Likewise.
74 * ldexp.c: Likewise.
75 * ldlang.h: Likewise.
76 * ldmisc.c: Likewise.
77 * ldwrite.c: Likewise.
78 * pe-dll.c: Likewise.
79 * emulparams/criself.sh: Likewise.
80 * emulparams/crislinux.sh: Likewise.
81 * emulparams/elf32_tic6x_le.sh: Likewise.
82 * emulparams/elf32bmipn32-defs.sh: Likewise.
83 * emulparams/elf32mb_linux.sh: Likewise.
84 * emulparams/elf32mep.sh: Likewise.
85 * emulparams/elf32microblaze.sh: Likewise.
86 * emulparams/elf32ppc.sh: Likewise.
87 * emulparams/elf64_s390.sh: Likewise.
88 * emulparams/elf64alpha.sh: Likewise.
89 * emulparams/elf_s390.sh: Likewise.
90 * emulparams/elf_x86_64.sh: Likewise.
91 * emulparams/tic80coff.sh: Likewise.
92 * emultempl/aix.em: Likewise.
93 * emultempl/avrelf.em: Likewise.
94 * emultempl/cr16elf.em: Likewise.
95 * emultempl/pe.em: Likewise.
96 * emultempl/pep.em: Likewise.
97 * emultempl/spuelf.em: Likewise.
98 * emultempl/tic6xdsbt.em: Likewise.
99
100 2013-01-10 Will Newton <will.newton@imgtec.com>
101
102 * Makefile.am: Add Meta.
103 * Makefile.in: Regenerate.
104 * configure.tgt: Add Meta.
105 * emulparams/elf32metag.sh: New file.
106 * emultempl/metagelf.em: New file.
107
108 2013-01-09 Alan Modra <amodra@gmail.com>
109
110 * emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.
111 * emulparams/elf32_x86_64.sh: Likewise.
112 * emulparams/elf_k1om.sh: Likewise.
113 * emulparams/elf_l1om.sh: Likewise.
114 * scripttempl/elf.sc (LARGE_BSS): Define rather than appending to
115 OTHER_BSS_SECTIONS. Substitute in script.
116
117 2013-01-08 Leif Ekblad <leif@rdos.net>
118
119 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
120
121 2013-01-08 Alan Modra <amodra@gmail.com>
122
123 * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace
124 "name" param with a bfd_link_needed_list pointer. Update caller.
125 (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise.
126
127 2013-01-08 Alan Modra <amodra@gmail.com>
128
129 * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.
130 * Makefile.in: Regenerate.
131
132 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
133
134 * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
135 compatibility.
136
137 2013-01-07 Patrice Dumas <pertusus@free.fr>
138
139 * ld.texinfo: Replace @ with @@ when it is part of the text.
140 Correct ordering of M68HC11 entry.
141
142 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
143
144 * configure.tgt: Support ELF files for Sony Playstation 2 (for
145 ps2dev and ps2sdk).
146 * emulparams/elf32lr5900n32.sh: Create linker script for Sony
147 Playstation 2 ELF files using MIPS ABI n32.
148 * emulparams/elf32lr5900.sh: Create linker script for Sony
149 Playstation 2 ELF files using MIPS ABI o32.
150 * Makefile.am: Add linker scripts for Sony Playstation 2 ELF
151 files.
152
153 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
154
155 * ldver.c (ldversion): Update copyright year to 2013.
156
157 For older changes see ChangeLog-2012
158 \f
159 Copyright (C) 2013 Free Software Foundation, Inc.
160
161 Copying and distribution of this file, with or without modification,
162 are permitted in any medium without royalty provided the copyright
163 notice and this notice are preserved.
164
165 Local Variables:
166 mode: change-log
167 left-margin: 8
168 fill-column: 74
169 version-control: never
170 End: