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