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