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