bfd/
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2006-04-05 Richard Sandiford <richard@codesourcery.com>
2 Daniel Jacobowitz <dan@codesourcery.com>
3
4 * configure.tgt (sparc*-*-vxworks*): New stanza.
5 * emulparams/elf32_sparc_vxworks.sh: New file.
6 * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
7 (eelf32_sparc_vxworks.c): New rule.
8 * Makefile.in: Regenerate.
9
10 2006-04-04 Eric Botcazou <ebotcazou@adacore.com>
11
12 * ldlang.c (lang_map): Print the list of discarded input sections.
13 (print_input_section): Change parameter and print zero-sized sections.
14 (print_statement): Adjust call to print_input_section.
15
16 2006-04-01 Danny Smith <dannysmith@users.sourceforge.net>
17
18 * deffilep.y (def_image_name): If LIBRARY or NAME statement
19 specifies an empty string, retain the name specified on command
20 line.
21 * ld.texinfo: Document above.
22
23 2006-03-31 Jakub Jelinek <jakub@redhat.com>
24
25 * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
26 bfd_find_nearest_line succeeded for %C or %D, but filename
27 is NULL, print section+offset at the end.
28
29 2006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
30
31 * emulparams/elf32bfinfd.sh: New file.
32 * emultempl/bfin.em: Delete.
33 * emulparams/bfin.sh: Lose reference to bfin.em.
34 * Makefile.am (eelf32bfin.c): Likewise.
35 (eelf32bfinfd.c): New.
36 * Makefile.in: Regenerate.
37 * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
38 targ_extra_emuls.
39
40 2006-03-22 Richard Sandiford <richard@codesourcery.com>
41 Daniel Jacobowitz <dan@codesourcery.com>
42 Phil Edwards <phil@codesourcery.com>
43 Zack Weinberg <zack@codesourcery.com>
44 Mark Mitchell <mark@codesourcery.com>
45 Nathan Sidwell <nathan@codesourcery.com>
46
47 * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
48 separate VxWorks emulations.
49 * emulparams/elf32ebmipvxworks.sh: New file.
50 * emulparams/elf32elmipvxworks.sh: New file.
51 * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
52 eelf32elmipvxworks.o.
53 (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
54 * Makefile.in: Regenerate.
55
56 2006-03-16 Alan Modra <amodra@bigpond.net.au>
57
58 PR 2434
59 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
60 * ldlang.c (output_statement_table_init, lang_init): Likewise.
61 * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
62 (undefined_symbol): Likewise.
63
64 2006-03-07 Richard Sandiford <richard@codesourcery.com>
65 Daniel Jacobowitz <dan@codesourcery.com>
66 Zack Weinberg <zack@codesourcery.com>
67 Nathan Sidwell <nathan@codesourcery.com>
68 Paul Brook <paul@codesourcery.com>
69 Ricardo Anguiano <anguiano@codesourcery.com>
70 Phil Edwards <phil@codesourcery.com>
71
72 * emulparams/armelf_vxworks.sh: Include vxworks.sh.
73 (MAXPAGESIZE): Define.
74 * emulparams/vxworks.sh: Undefine EMBEDDED.
75 * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
76 * Makefile.in: Regenerate.
77
78 2006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
79
80 * scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections.
81 Add KEEP() directives.
82 Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
83 .bss output sections.
84
85 2006-03-03 Richard Sandiford <richard@codesourcery.com>
86
87 * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
88 (EXTRA_EM_FILE): Define.
89 * emultempl/vxworks.em: New file.
90 * ld.texinfo (--force-dynamic): Document.
91 * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
92 on vxworks.em.
93 * Makefile.in: Regenerate.
94
95 2006-03-02 Richard Sandiford <richard@codesourcery.com>
96
97 * emulparams/elf32ppccommon.sh: New file, extracted from...
98 * emulparams/elf32ppc.sh: ...here.
99 * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
100 instead of elf32ppc.sh.
101 (BSS_PLT): Remove override.
102 * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
103 (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
104 (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
105 (eelf32ppclinux.c): Likewise.
106 (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
107 * Makefile.in: Regenerate.
108
109 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
110
111 * Makefile.am: Add html target.
112 * Makefile.in: Regenerate.
113 * po/Make-in: Add html target.
114
115 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
116 Anil Paranjape <anilp1@kpitcummins.com>
117 Shilin Shakti <shilins@kpitcummins.com>
118
119 * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
120 * scripttemp/elf32xc16xl.sc: Default linker script for large model.
121 * scripttemp/elf32xc16xs.sc: Default linker script for small model.
122 * emulparams/elf32xc16x.sh: Emulation script for tiny model.
123 * emulparams/elf32xc16xl.sh: Emulation script for large model.
124 * emulparams/elf32xc16xs.sh: Emulation script for small model.
125 * Makefile.am: Add entry to make xc16x target.
126 * Makefile.in: Regenerate.
127 * configure.tgt: Specify default and other emulation parameters
128 for xc16x.
129 * NEWS: Announce the support for the new target.
130
131 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
132
133 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
134 Use the traditional target.
135
136 2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
137
138 * configure.tgt (arm*b-*-linux-gnueabi): Change to
139 arm*b-*-linux-*eabi.
140 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
141
142 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
143
144 PR ld/2290
145 * NEWS: Updated for the Linux linker search order change.
146
147 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
148 gld${EMULATION_NAME}_check_ld_so_conf before checking default
149 search directories for DT_NEEDED entries.
150
151 2006-02-07 Paul Brook <paul@codesourcery.com>
152
153 * emultempl/armelf.em: Include elf/arm.h.
154 (arm_elf_finish): Set low address bit if enty point is a Thumb
155 function.
156
157 2006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
158
159 * deffilep.y (def_image_name): If the image name does not have
160 a suffix, append the default.
161 * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
162
163 2006-01-31 Danny Smith dannysmith@users.sourceforge.net
164
165 * NEWS: Mention support for forward exports in PE-COFF dll's.
166 * ld.texinfo: Expand documentation of EXPORT statements in
167 PE-COFF .def files.
168
169 2006-01-31 Filip Navara <navaraf@reactos.com>
170
171 * deffile.h (struct def_file_export): Add field flag_forward.
172 * pe-dll.c (process_def_file): Check for forward exports.
173 (generate_edata): Generate forward export symbols.
174 (fill_edata): Emit them.
175
176 * pe-dll.c (process_def_file): Don't crash on malformed
177 fastcall symbol names in .def file.
178
179 2006-01-30 Nick Clifton <nickc@redhat.com>
180
181 * po/vi.po: Updated Vietnamese translation.
182
183 2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
184
185 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
186 file:" as informational message, not a warning.
187
188 2006-01-18 Roger Sayle <roger@eyesopen.com>
189
190 * emultempl/irix.em: Use lbasename instead of basename.
191
192 2006-01-16 Nick Clifton <nickc@redhat.com>
193
194 * po/zh_CN.po: New Chinese (simplified) translation.
195 * configure.in (ALL_LINGUAS): Add "zh_CH".
196 * configure: Regenerate.
197
198 2006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
199
200 * ld.texinfo (Options): Fix typo.
201
202 For older changes see ChangeLog-2005
203 \f
204 Local Variables:
205 mode: change-log
206 left-margin: 8
207 fill-column: 74
208 version-control: never
209 End:
This page took 0.050202 seconds and 4 git commands to generate.