* pe-dll.c (make_one): Make text section readonly.
[binutils-gdb.git] / ld / ChangeLog
1 2010-03-18 Doug Semler <dougsemler@gmail.com>
2
3 * pe-dll.c (make_one): Make text section readonly.
4 (make_one): Add *ABS* symbol @feat.00 with value 1 to tag
5 the jump stub on X86 as /SAFESEH compatible for
6 native toolchains.
7
8 2010-03-17 Alan Modra <amodra@gmail.com>
9
10 * ldlang.c (lang_size_sections_1): Remove "s" param. Set "s" from
11 *prev instead. Update all callers.
12
13 2010-03-15 Daniel Jacobowitz <dan@codesourcery.com>
14
15 * ldlang.c (lang_insert_orphan): Place loadable orphans in the same
16 region and phdrs as their placement section.
17
18 2010-03-15 Alan Modra <amodra@gmail.com>
19
20 * emultempl/ppc64elf.em (move_input_section, sort_toc_sections): New.
21 (ppc_before_allocation): Call sort_toc_sections.
22 (no_toc_sort, OPTION_NO_TOC_SORT): New.
23 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
24 PARSE_AND_LIST_OPTIONS): Handle --no-toc-sort.
25
26 2010-03-14 Alan Modra <amodra@gmail.com>
27
28 PR ld/11378
29 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation): Call
30 ppc64_elf_check_init_fini and warn if .init/.fini use different TOCs.
31
32 2010-03-11 George Gensure <werkt0@gmail.com>
33
34 PR ld/11367
35 * ldcref.c (handle_asneeded_cref): Correct copying of refs.
36
37 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
38
39 * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_sol2.o,
40 eelf_i386_sol2.o.
41 (ALL_64_EMULATIONS): Add eelf_x86_64_sol2.o, eelf64_sparc_sol2.o.
42 (eelf32_sparc_sol2.c): New rule.
43 (eelf64_sparc_sol2.c): Likewise.
44 (eelf_x86_64_sol2.c): Likewise.
45 (eelf_i386_sol2.c): Likewise.
46 * Makefile.in: Regenerate.
47 * configure.tgt (i[3-7]86-*-solaris2*): Change targ_emul to
48 elf_i386_sol2.
49 Add elf_i386_ldso, elf_x86_64_sol2 to targ_extra_emuls.
50 (x86_64-*-solaris2*): Change targ_emul to elf_x86_64_sol2.
51 Add elf_x86_64, elf_i386_sol2, elf_i386 to targ_extra_emuls.
52 (sparc-*-solaris2.[0-6]*): Change targ_emul to elf32_sparc_sol2.
53 Add target_extra_emuls.
54 (sparc-*-solaris2*): Change targ_emul to elf32_sparc_sol2.
55 Add elf32_sparc, elf64_sparc_sol2 to targ_extra_emuls.
56 (sparcv9-*-solaris2*): Change targ_emul to elf64_sparc_sol2.
57 Add elf64_sparc, elf32_sparc_sol2 to target_extra_emuls.
58 * emulparams/elf32_sparc_sol2.sh: New file.
59 * emulparams/elf64_sparc_sol2.sh: New file.
60 * emulparams/elf_i386_sol2.sh: New file.
61 * emulparams/elf_x86_64_sol2.sh: New file.
62 * emultempl/solaris2.em: New file.
63
64 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
65
66 PR ld/11330
67 * ld.texinfo: Replace explicitely with explicitly.
68
69 2010-02-27 Jie Zhang <jie@codesourcery.com>
70
71 * scripttempl/armbpabi.sc: Don't combine .init_array.* or
72 .fini_array.* when do relocatable linking.
73 * scripttempl/elf.sc: Likewise.
74 * scripttempl/elf32sh-symbian.sc: Likewise.
75 * scripttempl/elf64hppa.sc: Likewise.
76 * scripttempl/elfxtensa.sc: Likewise.
77
78 2010-02-26 Alan Modra <amodra@gmail.com>
79
80 * scripttempl/elf.sc (.fini_array): Place input .fini_array after
81 .fini_array.*.
82 * scripttempl/armbpabi.sc: Likewise.
83 * scripttempl/elf32sh-symbian.sc: Likewise.
84 * scripttempl/elf64hppa.sc: Likewise.
85 * scripttempl/elfxtensa.sc: Likewise.
86
87 2010-02-25 Alan Modra <amodra@gmail.com>
88
89 PR ld/11304
90 * ldlang.c (init_os): Remove isec param. Don't check for
91 bfd_section already set or call bfd_init_private_section_data
92 here.
93 (exp_init_os): Update init_os call.
94 (lang_add_section): Tidy. Really don't set SEC_LINK_ONCE
95 flags. Call bfd_init_private_section_data here.
96 (map_input_to_output_sections): Tidy. Update init_os calls.
97 Use os->sectype to select sec flags for lang_data_statement.
98
99 2010-02-23 Alan Modra <amodra@gmail.com>
100
101 PR ld/11304
102 * ldlang.c: Revert last patch.
103
104 2010-02-23 Nick Clifton <nickc@redhat.com>
105
106 * po/bg.po: Updated Bulgarian translation.
107
108 2010-02-22 Alan Modra <amodra@gmail.com>
109
110 PR ld/11304
111 * ldlang.c (exp_init_os): Delete forward declaration.
112 (init_os): Don't check for bfd_section already created and don't
113 init addr_tree and load_base expressions here.
114 (map_input_to_output_sections): Only map input to output sections
115 and set constraints here, and as an exception, create output
116 sections which have their address set. Move all the other code to..
117 (create_other_output_sections): ..here. New function. Handle init
118 of addr_tree and load_base here too.
119 (lang_process): Call create_other_output_sections.
120
121 2010-02-19 Alan Modra <amodra@gmail.com>
122
123 * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
124 * Makefile.in: Regenerate.
125
126 2010-02-19 Alan Modra <amodra@gmail.com>
127
128 * ldlang.c (unique_section_p): Add os param. Allow group
129 sections to match /DISCARD/. Update all callers.
130 * emultempl/genelf.em (gld${EMULATION_NAME}_before_allocation): New.
131 (LDEMUL_BEFORE_ALLOCATION): Define.
132
133 2010-02-15 Nick Clifton <nickc@redhat.com>
134
135 * po/vi.po: Updated Vietnamese translation.
136
137 2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
138
139 * Makefile.am (CFILES): Add ldlex-wrapper.c.
140 (OFILES): Replace ldlex.c with ldlex-wrapper.c.
141 (ldlex.o): Replace with...
142 (ldlex-wrapper.o): ...this new rule.
143 (EXTRA_ld_new_SOURCES): Add ldlex.l.
144 (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
145 * Makefile.in: Regenerate.
146 * ldlex.l (sysdep.h): Don't include here.
147 * ldlex-wrapper.c: New file.
148
149 2010-02-09 Alan Modra <amodra@gmail.com>
150
151 * emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
152 function parameters.
153
154 2010-02-05 Nick Clifton <nickc@redhat.com>
155
156 * configure.in (ALL_LIBGUAS): Add bg.
157 * configure: Regenerate.
158 * po/bg.po: New Bulgarian translation.
159
160 2010-02-05 Ryan Mansfield <rmansfield@qnx.com>
161
162 * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
163 --target1-abs and --target1-rel options.
164
165 2010-02-03 Nick Clifton <nickc@redhat.com>
166
167 * emultempl/alphaelf.em: Update value expected from elf_object_id.
168 * emultempl/hppaelf.em: Likewise.
169 * emultempl/mipself.em: Likewise.
170 * emultempl/ppc32elf.em: Likewise.
171 * emultempl/ppc64elf.em: Likewise.
172
173 2010-02-03 Alan Modra <amodra@gmail.com>
174
175 * emultempl/ppc64elf.em (build_toc_list): Report errors from
176 ppc64_elf_next_toc_section.
177 (after_allocation): Update for changed function names and params.
178 Run second pass of multitoc partitioning.
179
180 2010-01-21 Jon Grant <jg@jguk.org>
181 Nick Clifton <nickc@redhat.com>
182
183 PR 4437
184 * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
185 a missing file or library. Instead mark the entry as missing and
186 set the global flag to indicate that missing files were
187 encountered.
188 * ldlang.c (missing_files): New exported variable.
189 (load_symbols): Skip loading if the file is missing.
190 (open_input_bfds): Terminate link if any input files were
191 missing.
192 * ldlang.h (struct lang_input_statement_struct): Add missing_file
193 field.
194 Add export of missing_file variable.
195
196 2010-01-13 DJ Delorie <dj@redhat.com>
197
198 * emultempl/elf32.em (_place_orphan): If an input section doesn't
199 match an existing output section, but an unused output section
200 statement does match, use it.
201 * emultempl/pe.em (_place_orphan): Likewise.
202 * emultempl/pep.em (_place_orphan): Likewise.
203
204 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
205
206 * configure: Regenerate.
207 * Makefile.in: Regenerate.
208
209 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
210
211 * ldver.c (ldversion): Change to "Copyright 2010".
212
213 2010-01-08 Alan Modra <amodra@gmail.com>
214
215 PR 11107
216 * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
217
218 For older changes see ChangeLog-2009
219 \f
220 Local Variables:
221 mode: change-log
222 left-margin: 8
223 fill-column: 74
224 version-control: never
225 End: