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