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