* emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
[binutils-gdb.git] / ld / ChangeLog
1 2010-02-05 Ryan Mansfield <rmansfield@qnx.com>
2
3 * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
4 --target1-abs and --target1-rel options.
5
6 2010-02-03 Nick Clifton <nickc@redhat.com>
7
8 * emultempl/alphaelf.em: Update value expected from elf_object_id.
9 * emultempl/hppaelf.em: Likewise.
10 * emultempl/mipself.em: Likewise.
11 * emultempl/ppc32elf.em: Likewise.
12 * emultempl/ppc64elf.em: Likewise.
13
14 2010-02-03 Alan Modra <amodra@gmail.com>
15
16 * emultempl/ppc64elf.em (build_toc_list): Report errors from
17 ppc64_elf_next_toc_section.
18 (after_allocation): Update for changed function names and params.
19 Run second pass of multitoc partitioning.
20
21 2010-01-21 Jon Grant <jg@jguk.org>
22 Nick Clifton <nickc@redhat.com>
23
24 PR 4437
25 * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
26 a missing file or library. Instead mark the entry as missing and
27 set the global flag to indicate that missing files were
28 encountered.
29 * ldlang.c (missing_files): New exported variable.
30 (load_symbols): Skip loading if the file is missing.
31 (open_input_bfds): Terminate link if any input files were
32 missing.
33 * ldlang.h (struct lang_input_statement_struct): Add missing_file
34 field.
35 Add export of missing_file variable.
36
37 2010-01-13 DJ Delorie <dj@redhat.com>
38
39 * emultempl/elf32.em (_place_orphan): If an input section doesn't
40 match an existing output section, but an unused output section
41 statement does match, use it.
42 * emultempl/pe.em (_place_orphan): Likewise.
43 * emultempl/pep.em (_place_orphan): Likewise.
44
45 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
46
47 * configure: Regenerate.
48 * Makefile.in: Regenerate.
49
50 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
51
52 * ldver.c (ldversion): Change to "Copyright 2010".
53
54 2010-01-08 Alan Modra <amodra@gmail.com>
55
56 PR 11107
57 * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
58
59 For older changes see ChangeLog-2009
60 \f
61 Local Variables:
62 mode: change-log
63 left-margin: 8
64 fill-column: 74
65 version-control: never
66 End: