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