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