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