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