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