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