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