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