Updated Bulgarian translation.
[binutils.git] / ld / ChangeLog
blob5b5b11d0a1d740100ccd9683c06c4ffcaaebdaec
1 2010-02-23  Nick Clifton  <nickc@redhat.com>
3         * po/bg.po: Updated Bulgarian translation.
5 2010-02-22  Alan Modra  <amodra@gmail.com>
7         PR ld/11304
8         * ldlang.c (exp_init_os): Delete forward declaration.
9         (init_os): Don't check for bfd_section already created and don't
10         init addr_tree and load_base expressions here.
11         (map_input_to_output_sections): Only map input to output sections
12         and set constraints here, and as an exception, create output
13         sections which have their address set.  Move all the other code to..
14         (create_other_output_sections): ..here.  New function.  Handle init
15         of addr_tree and load_base here too.
16         (lang_process): Call create_other_output_sections.
18 2010-02-19  Alan Modra  <amodra@gmail.com>
20         * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
21         * Makefile.in: Regenerate.
23 2010-02-19  Alan Modra  <amodra@gmail.com>
25         * ldlang.c (unique_section_p): Add os param.  Allow group
26         sections to match /DISCARD/.  Update all callers.
27         * emultempl/genelf.em (gld${EMULATION_NAME}_before_allocation): New.
28         (LDEMUL_BEFORE_ALLOCATION): Define.
30 2010-02-15  Nick Clifton  <nickc@redhat.com>
32         * po/vi.po: Updated Vietnamese translation.
34 2010-02-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
36         * Makefile.am (CFILES): Add ldlex-wrapper.c.
37         (OFILES): Replace ldlex.c with ldlex-wrapper.c.
38         (ldlex.o): Replace with...
39         (ldlex-wrapper.o): ...this new rule.
40         (EXTRA_ld_new_SOURCES): Add ldlex.l.
41         (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
42         * Makefile.in: Regenerate.
43         * ldlex.l (sysdep.h): Don't include here.
44         * ldlex-wrapper.c: New file.
46 2010-02-09  Alan Modra  <amodra@gmail.com>
48         * emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
49         function parameters.
51 2010-02-05  Nick Clifton  <nickc@redhat.com>
53         * configure.in (ALL_LIBGUAS): Add bg.
54         * configure: Regenerate.
55         * po/bg.po: New Bulgarian translation.
57 2010-02-05  Ryan Mansfield  <rmansfield@qnx.com>
59         * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
60         --target1-abs and --target1-rel options.
62 2010-02-03  Nick Clifton  <nickc@redhat.com>
64         * emultempl/alphaelf.em: Update value expected from elf_object_id.
65         * emultempl/hppaelf.em: Likewise.
66         * emultempl/mipself.em: Likewise.
67         * emultempl/ppc32elf.em: Likewise.
68         * emultempl/ppc64elf.em: Likewise.
70 2010-02-03  Alan Modra  <amodra@gmail.com>
72         * emultempl/ppc64elf.em (build_toc_list): Report errors from
73         ppc64_elf_next_toc_section.
74         (after_allocation): Update for changed function names and params.
75         Run second pass of multitoc partitioning.
77 2010-01-21  Jon Grant  <jg@jguk.org>
78             Nick Clifton  <nickc@redhat.com>
80         PR 4437
81         * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
82         a missing file or library.  Instead mark the entry as missing and
83         set the global flag to indicate that missing files were
84         encountered.
85         * ldlang.c (missing_files): New exported variable.
86         (load_symbols): Skip loading if the file is missing.
87         (open_input_bfds): Terminate link if any input files were
88         missing.
89         * ldlang.h (struct lang_input_statement_struct): Add missing_file
90         field.
91         Add export of missing_file variable.
93 2010-01-13  DJ Delorie  <dj@redhat.com>
95         * emultempl/elf32.em (_place_orphan): If an input section doesn't
96         match an existing output section, but an unused output section
97         statement does match, use it.
98         * emultempl/pe.em (_place_orphan): Likewise.
99         * emultempl/pep.em (_place_orphan): Likewise.
101 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
103         * configure: Regenerate.
104         * Makefile.in: Regenerate.
106 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
108         * ldver.c (ldversion): Change to "Copyright 2010".
110 2010-01-08  Alan Modra  <amodra@gmail.com>
112         PR 11107
113         * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
115 For older changes see ChangeLog-2009
117 Local Variables:
118 mode: change-log
119 left-margin: 8
120 fill-column: 74
121 version-control: never
122 End: