* ldlang.c (get_init_priority): Comment typo.
[binutils-gdb.git] / ld / ChangeLog
1 2013-02-11 Alan Modra <amodra@gmail.com>
2
3 * ldlang.c (get_init_priority): Comment typo.
4 (lang_finish): Free link_info.hash and lang_definedness_table.
5 (lang_end): Delete lang_definedness_table comment.
6
7 2013-02-11 Alan Modra <amodra@gmail.com>
8
9 PR ld/15130
10 * ld.texinfo (-rpath-link): Typo fix.
11
12 2013-02-08 Markos Chandras <markos.chandras@imgtec.com>
13
14 * emultempl/metagelf.em (build_section_lists): Use sec_info_type
15 rather than userdata->flags.just_syms.
16
17 2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
18 Andrew Jenner <andrew@codesourcery.com>
19
20 Based on patches from Altera Corporation.
21
22 * Makefile.am (enios2elf.c): New rule.
23 * Makefile.in: Regenerated.
24 * configure.tgt: Add case for nios2*-*-*.
25 * emulparams/nios2elf.sh: New file.
26 * NEWS: Note Altera Nios II support.
27
28 2013-02-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
29
30 * emultempl/avrelf.em (avr_elf_before_parse): New function.
31 (LDEMUL_BEFORE_PARSE): Define.
32
33 2013-02-06 Alan Modra <amodra@gmail.com>
34
35 PR ld/15096
36 * emultempl/elf32.em: Revert 2013-02-04, 2013-01-22 and 2013-01-21.
37 * emultempl/alphaelf.em: Revert 2013-02-04.
38 * emultempl/cr16elf.em: Likewise.
39 * emultempl/crxelf.em: Likewise.
40 * emultempl/hppaelf.em: Likewise.
41 * emultempl/ia64elf.em: Likewise.
42 * emultempl/mipself.em: Likewise.
43 * NEWS: Revert 2013-01-21.
44
45 2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
46
47 PR ld/15096
48 * emultempl/alphaelf.em (alpha_after_parse): Call
49 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
50 * emultempl/cr16elf.em (cr16elf_after_parse): Likewise.
51 * emultempl/crxelf.em (crxelf_after_parse): Likewise.
52 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
53 * emultempl/mipself.em (mips_after_parse): Likewise.
54
55 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Renamed
56 to ...
57 (gld_${EMULATION_NAME}_after_parse): This. Call
58 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
59 (LDEMUL_AFTER_PARSE): Set to gld_${EMULATION_NAME}_after_parse.
60
61 * emultempl/elf32.em (new_dtags_set): New variable.
62 (gld${EMULATION_NAME}_before_parse): Don't set link_info.new_dtags
63 here.
64 (gld${EMULATION_NAME}_after_parse): New function.
65 (ld_${EMULATION_NAME}_emulation): Replace after_parse_default'
66 with gld${EMULATION_NAME}_after_parse.
67 (gld${EMULATION_NAME}_handle_option): Set new_dtags_set to TRUE
68 when setting link_info.new_dtags.
69
70 2013-01-25 Kai Tietz <ktietz@redhat.com>
71
72 * deffilep.y (def_image_name): Adjust type of base-address
73 argument.
74 (%union): Add new type bfd_vma as vma.
75 (VMA): New rule.
76 (opt_base): Use VMA instead of NUMBER rule to evaluate value.
77 (def_file_print): Use bfd's fprintf_vma to output base-address.
78
79 2013-01-24 Nick Clifton <nickc@redhat.com>
80
81 * NEWS: Mention support for V850E3V5 architecture.
82
83 2013-01-23 Martin Koegler <martin.koegler@chello.at>
84
85 PR ld/15041
86 * scripttempl/pep.sc (.pdata): Only accept .pdata sections.
87 (.xdata): Similarly.
88 (.debug_frame): Similarly.
89
90 2013-01-23 Georg-Johann Lay <avr@gjlay.de>
91
92 PR ld/15037
93 * scripttempl/avr.sc (.eeprom): Keep it.
94
95 2013-01-23 Leif Ekblad <leif@rdos.net>
96
97 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64rdos.c.
98 (eelf64rdos.c): New rule.
99 * emulparams/elf64rdos.sh: New file.
100 * configure.tgt (x86_64-*-rdos*): Use above.
101 * Makefile.in: Regenerate.
102
103 2013-01-22 Roland McGrath <mcgrathr@google.com>
104
105 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
106 new_dtags to TRUE for *-*-nacl* targets.
107
108 2013-01-21 Mike Frysinger <vapier@gentoo.org>
109
110 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
111 link_info.new_dtags to TRUE for linux/gnu targets.
112 * NEWS: Mention new dtags default.
113
114 2013-01-19 H.J. Lu <hongjiu.lu@intel.com>
115
116 * Makefile.am (HOSTING_SCRT0): New.
117
118 * configure.host (HOSTING_SCRT0): New. Used for PIE.
119
120 * configure.in (HOSTING_SCRT0): New AC_SUBST.
121
122 * Makefile.in: Regenerated.
123 * configure: Likewise.
124
125 2013-01-18 Mike Frysinger <vapier@gentoo.org>
126
127 * NEWS: Mention change in behavior with --enable-new-dtags.
128 * ld.texinfo (Options): Clarify --enable-new-dtags behavior.
129
130 2013-01-14 Leif Ekblad <leif@rdos.net>
131 Alan Modra <amodra@gmail.com>
132
133 * ld.texinfo (-Tldata-segment): Describe.
134 * ldlex.h (OPTION_TLDATA_SEGMENT): New enum value.
135 * lexsup.c (ld_options): Add -Tldata-segment.
136 (parse_args): Handle OPTION_TLDATA_SEGMENT.
137 * scripttempl/elf.sc: Support LARGE_DATA_ADDR.
138
139 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
140
141 * deffilep.y: Remove trailing white spaces.
142 * elf-hints-local.h: Likewise.
143 * ldexp.c: Likewise.
144 * ldlang.h: Likewise.
145 * ldmisc.c: Likewise.
146 * ldwrite.c: Likewise.
147 * pe-dll.c: Likewise.
148 * emulparams/criself.sh: Likewise.
149 * emulparams/crislinux.sh: Likewise.
150 * emulparams/elf32_tic6x_le.sh: Likewise.
151 * emulparams/elf32bmipn32-defs.sh: Likewise.
152 * emulparams/elf32mb_linux.sh: Likewise.
153 * emulparams/elf32mep.sh: Likewise.
154 * emulparams/elf32microblaze.sh: Likewise.
155 * emulparams/elf32ppc.sh: Likewise.
156 * emulparams/elf64_s390.sh: Likewise.
157 * emulparams/elf64alpha.sh: Likewise.
158 * emulparams/elf_s390.sh: Likewise.
159 * emulparams/elf_x86_64.sh: Likewise.
160 * emulparams/tic80coff.sh: Likewise.
161 * emultempl/aix.em: Likewise.
162 * emultempl/avrelf.em: Likewise.
163 * emultempl/cr16elf.em: Likewise.
164 * emultempl/pe.em: Likewise.
165 * emultempl/pep.em: Likewise.
166 * emultempl/spuelf.em: Likewise.
167 * emultempl/tic6xdsbt.em: Likewise.
168
169 2013-01-10 Will Newton <will.newton@imgtec.com>
170
171 * Makefile.am: Add Meta.
172 * Makefile.in: Regenerate.
173 * configure.tgt: Add Meta.
174 * emulparams/elf32metag.sh: New file.
175 * emultempl/metagelf.em: New file.
176
177 2013-01-09 Alan Modra <amodra@gmail.com>
178
179 * emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.
180 * emulparams/elf32_x86_64.sh: Likewise.
181 * emulparams/elf_k1om.sh: Likewise.
182 * emulparams/elf_l1om.sh: Likewise.
183 * scripttempl/elf.sc (LARGE_BSS): Define rather than appending to
184 OTHER_BSS_SECTIONS. Substitute in script.
185
186 2013-01-08 Leif Ekblad <leif@rdos.net>
187
188 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
189
190 2013-01-08 Alan Modra <amodra@gmail.com>
191
192 * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace
193 "name" param with a bfd_link_needed_list pointer. Update caller.
194 (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise.
195
196 2013-01-08 Alan Modra <amodra@gmail.com>
197
198 * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.
199 * Makefile.in: Regenerate.
200
201 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
202
203 * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
204 compatibility.
205
206 2013-01-07 Patrice Dumas <pertusus@free.fr>
207
208 * ld.texinfo: Replace @ with @@ when it is part of the text.
209 Correct ordering of M68HC11 entry.
210
211 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
212
213 * configure.tgt: Support ELF files for Sony Playstation 2 (for
214 ps2dev and ps2sdk).
215 * emulparams/elf32lr5900n32.sh: Create linker script for Sony
216 Playstation 2 ELF files using MIPS ABI n32.
217 * emulparams/elf32lr5900.sh: Create linker script for Sony
218 Playstation 2 ELF files using MIPS ABI o32.
219 * Makefile.am: Add linker scripts for Sony Playstation 2 ELF
220 files.
221
222 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
223
224 * ldver.c (ldversion): Update copyright year to 2013.
225
226 For older changes see ChangeLog-2012
227 \f
228 Copyright (C) 2013 Free Software Foundation, Inc.
229
230 Copying and distribution of this file, with or without modification,
231 are permitted in any medium without royalty provided the copyright
232 notice and this notice are preserved.
233
234 Local Variables:
235 mode: change-log
236 left-margin: 8
237 fill-column: 74
238 version-control: never
239 End: