2010-02-10 Quentin Neill <quentin.neill@amd.com>
[binutils.git] / ld / ChangeLog
blob026095441941fd77218e9761106400a33c93d1d9
1 2010-02-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
3         * Makefile.am (CFILES): Add ldlex-wrapper.c.
4         (OFILES): Replace ldlex.c with ldlex-wrapper.c.
5         (ldlex.o): Replace with...
6         (ldlex-wrapper.o): ...this new rule.
7         (EXTRA_ld_new_SOURCES): Add ldlex.l.
8         (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
9         * Makefile.in: Regenerate.
10         * ldlex.l (sysdep.h): Don't include here.
11         * ldlex-wrapper.c: New file.
13 2010-02-09  Alan Modra  <amodra@gmail.com>
15         * emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
16         function parameters.
18 2010-02-05  Nick Clifton  <nickc@redhat.com>
20         * configure.in (ALL_LIBGUAS): Add bg.
21         * configure: Regenerate.
22         * po/bg.po: New Bulgarian translation.
24 2010-02-05  Ryan Mansfield  <rmansfield@qnx.com>
26         * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
27         --target1-abs and --target1-rel options.
29 2010-02-03  Nick Clifton  <nickc@redhat.com>
31         * emultempl/alphaelf.em: Update value expected from elf_object_id.
32         * emultempl/hppaelf.em: Likewise.
33         * emultempl/mipself.em: Likewise.
34         * emultempl/ppc32elf.em: Likewise.
35         * emultempl/ppc64elf.em: Likewise.
37 2010-02-03  Alan Modra  <amodra@gmail.com>
39         * emultempl/ppc64elf.em (build_toc_list): Report errors from
40         ppc64_elf_next_toc_section.
41         (after_allocation): Update for changed function names and params.
42         Run second pass of multitoc partitioning.
44 2010-01-21  Jon Grant  <jg@jguk.org>
45             Nick Clifton  <nickc@redhat.com>
47         PR 4437
48         * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
49         a missing file or library.  Instead mark the entry as missing and
50         set the global flag to indicate that missing files were
51         encountered.
52         * ldlang.c (missing_files): New exported variable.
53         (load_symbols): Skip loading if the file is missing.
54         (open_input_bfds): Terminate link if any input files were
55         missing.
56         * ldlang.h (struct lang_input_statement_struct): Add missing_file
57         field.
58         Add export of missing_file variable.
60 2010-01-13  DJ Delorie  <dj@redhat.com>
62         * emultempl/elf32.em (_place_orphan): If an input section doesn't
63         match an existing output section, but an unused output section
64         statement does match, use it.
65         * emultempl/pe.em (_place_orphan): Likewise.
66         * emultempl/pep.em (_place_orphan): Likewise.
68 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70         * configure: Regenerate.
71         * Makefile.in: Regenerate.
73 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
75         * ldver.c (ldversion): Change to "Copyright 2010".
77 2010-01-08  Alan Modra  <amodra@gmail.com>
79         PR 11107
80         * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
82 For older changes see ChangeLog-2009
84 Local Variables:
85 mode: change-log
86 left-margin: 8
87 fill-column: 74
88 version-control: never
89 End: