Fix a typo in ld.texinfo.
[binutils-gdb.git] / ld / ChangeLog
1 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/11330
4 * ld.texinfo: Replace explicitely with explicitly.
5
6 2010-02-27 Jie Zhang <jie@codesourcery.com>
7
8 * scripttempl/armbpabi.sc: Don't combine .init_array.* or
9 .fini_array.* when do relocatable linking.
10 * scripttempl/elf.sc: Likewise.
11 * scripttempl/elf32sh-symbian.sc: Likewise.
12 * scripttempl/elf64hppa.sc: Likewise.
13 * scripttempl/elfxtensa.sc: Likewise.
14
15 2010-02-26 Alan Modra <amodra@gmail.com>
16
17 * scripttempl/elf.sc (.fini_array): Place input .fini_array after
18 .fini_array.*.
19 * scripttempl/armbpabi.sc: Likewise.
20 * scripttempl/elf32sh-symbian.sc: Likewise.
21 * scripttempl/elf64hppa.sc: Likewise.
22 * scripttempl/elfxtensa.sc: Likewise.
23
24 2010-02-25 Alan Modra <amodra@gmail.com>
25
26 PR ld/11304
27 * ldlang.c (init_os): Remove isec param. Don't check for
28 bfd_section already set or call bfd_init_private_section_data
29 here.
30 (exp_init_os): Update init_os call.
31 (lang_add_section): Tidy. Really don't set SEC_LINK_ONCE
32 flags. Call bfd_init_private_section_data here.
33 (map_input_to_output_sections): Tidy. Update init_os calls.
34 Use os->sectype to select sec flags for lang_data_statement.
35
36 2010-02-23 Alan Modra <amodra@gmail.com>
37
38 PR ld/11304
39 * ldlang.c: Revert last patch.
40
41 2010-02-23 Nick Clifton <nickc@redhat.com>
42
43 * po/bg.po: Updated Bulgarian translation.
44
45 2010-02-22 Alan Modra <amodra@gmail.com>
46
47 PR ld/11304
48 * ldlang.c (exp_init_os): Delete forward declaration.
49 (init_os): Don't check for bfd_section already created and don't
50 init addr_tree and load_base expressions here.
51 (map_input_to_output_sections): Only map input to output sections
52 and set constraints here, and as an exception, create output
53 sections which have their address set. Move all the other code to..
54 (create_other_output_sections): ..here. New function. Handle init
55 of addr_tree and load_base here too.
56 (lang_process): Call create_other_output_sections.
57
58 2010-02-19 Alan Modra <amodra@gmail.com>
59
60 * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
61 * Makefile.in: Regenerate.
62
63 2010-02-19 Alan Modra <amodra@gmail.com>
64
65 * ldlang.c (unique_section_p): Add os param. Allow group
66 sections to match /DISCARD/. Update all callers.
67 * emultempl/genelf.em (gld${EMULATION_NAME}_before_allocation): New.
68 (LDEMUL_BEFORE_ALLOCATION): Define.
69
70 2010-02-15 Nick Clifton <nickc@redhat.com>
71
72 * po/vi.po: Updated Vietnamese translation.
73
74 2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
75
76 * Makefile.am (CFILES): Add ldlex-wrapper.c.
77 (OFILES): Replace ldlex.c with ldlex-wrapper.c.
78 (ldlex.o): Replace with...
79 (ldlex-wrapper.o): ...this new rule.
80 (EXTRA_ld_new_SOURCES): Add ldlex.l.
81 (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
82 * Makefile.in: Regenerate.
83 * ldlex.l (sysdep.h): Don't include here.
84 * ldlex-wrapper.c: New file.
85
86 2010-02-09 Alan Modra <amodra@gmail.com>
87
88 * emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
89 function parameters.
90
91 2010-02-05 Nick Clifton <nickc@redhat.com>
92
93 * configure.in (ALL_LIBGUAS): Add bg.
94 * configure: Regenerate.
95 * po/bg.po: New Bulgarian translation.
96
97 2010-02-05 Ryan Mansfield <rmansfield@qnx.com>
98
99 * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
100 --target1-abs and --target1-rel options.
101
102 2010-02-03 Nick Clifton <nickc@redhat.com>
103
104 * emultempl/alphaelf.em: Update value expected from elf_object_id.
105 * emultempl/hppaelf.em: Likewise.
106 * emultempl/mipself.em: Likewise.
107 * emultempl/ppc32elf.em: Likewise.
108 * emultempl/ppc64elf.em: Likewise.
109
110 2010-02-03 Alan Modra <amodra@gmail.com>
111
112 * emultempl/ppc64elf.em (build_toc_list): Report errors from
113 ppc64_elf_next_toc_section.
114 (after_allocation): Update for changed function names and params.
115 Run second pass of multitoc partitioning.
116
117 2010-01-21 Jon Grant <jg@jguk.org>
118 Nick Clifton <nickc@redhat.com>
119
120 PR 4437
121 * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
122 a missing file or library. Instead mark the entry as missing and
123 set the global flag to indicate that missing files were
124 encountered.
125 * ldlang.c (missing_files): New exported variable.
126 (load_symbols): Skip loading if the file is missing.
127 (open_input_bfds): Terminate link if any input files were
128 missing.
129 * ldlang.h (struct lang_input_statement_struct): Add missing_file
130 field.
131 Add export of missing_file variable.
132
133 2010-01-13 DJ Delorie <dj@redhat.com>
134
135 * emultempl/elf32.em (_place_orphan): If an input section doesn't
136 match an existing output section, but an unused output section
137 statement does match, use it.
138 * emultempl/pe.em (_place_orphan): Likewise.
139 * emultempl/pep.em (_place_orphan): Likewise.
140
141 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
142
143 * configure: Regenerate.
144 * Makefile.in: Regenerate.
145
146 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
147
148 * ldver.c (ldversion): Change to "Copyright 2010".
149
150 2010-01-08 Alan Modra <amodra@gmail.com>
151
152 PR 11107
153 * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
154
155 For older changes see ChangeLog-2009
156 \f
157 Local Variables:
158 mode: change-log
159 left-margin: 8
160 fill-column: 74
161 version-control: never
162 End: