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