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