PR 4437
[binutils.git] / ld / ChangeLog
blobbaaf4df9d59de325b3614328edf39ce2210e360a
1 2010-01-21  Jon Grant  <jg@jguk.org>
2             Nick Clifton  <nickc@redhat.com>
4         PR 4437
5         * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
6         a missing file or library.  Instead mark the entry as missing and
7         set the global flag to indicate that missing files were
8         encountered.
9         * ldlang.c (missing_files): New exported variable.
10         (load_symbols): Skip loading if the file is missing.
11         (open_input_bfds): Terminate link if any input files were
12         missing.
13         * ldlang.h (struct lang_input_statement_struct): Add missing_file
14         field.
15         Add export of missing_file variable.
17 2010-01-13  DJ Delorie  <dj@redhat.com>
19         * emultempl/elf32.em (_place_orphan): If an input section doesn't
20         match an existing output section, but an unused output section
21         statement does match, use it.
22         * emultempl/pe.em (_place_orphan): Likewise.
23         * emultempl/pep.em (_place_orphan): Likewise.
25 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27         * configure: Regenerate.
28         * Makefile.in: Regenerate.
30 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
32         * ldver.c (ldversion): Change to "Copyright 2010".
34 2010-01-08  Alan Modra  <amodra@gmail.com>
36         PR 11107
37         * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
39 For older changes see ChangeLog-2009
41 Local Variables:
42 mode: change-log
43 left-margin: 8
44 fill-column: 74
45 version-control: never
46 End: