binutils/
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
4 (TEXI2POD): Use AM_MAKEINFOFLAGS.
5 (configdoc.texi): Don't set top_srcdir.
6 * ld.texinfo: Don't use top_srcdir.
7 * aclocal.m4, Makefile.in: Regenerated.
8
9 2006-04-19 Alan Modra <amodra@bigpond.net.au>
10
11 * ldlang.c (wild): Tidy default_common_section loop.
12 (print_input_section): Format.
13
14 * configure: Regenerate.
15
16 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
17
18 * po/POTFILES.in: Regenerated.
19
20 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
21
22 * config.in: Regenerated.
23
24 2006-04-14 David Heine <dlheine@tensilica.com>
25 Bob Wilson <bob.wilson@acm.org>
26
27 * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
28 function to strip inconsistent linkonce sections.
29 (input_section_linked_worker, input_section_linked): New.
30 (is_inconsistent_linkonce_section): New.
31 (xtensa_strip_inconsistent_linkonce_sections): New.
32
33 2006-04-11 Diego Pettenò <flameeyes@gentoo.org>
34
35 * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD
36 and Dragonfly targets.
37 * configure.in (AC_CHECK_HEADERS): Add elf-hints.h.
38 * Makefile.am (HFILES): Add elf-hints-local.h.
39 * elf-hints-local.h: New file.
40 * Makefile.in: Regenerate.
41 * configure: Regenerate.
42
43 2006-04-07 Bernhard Fischer <aldot@gcc.gnu.org>
44
45 * ld.texinfo: Fix typo in documentation of --check-sections.
46
47 2006-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
48
49 * ldlang.c (load_symbols): Set as_needed and add_needed according
50 to the corresponding script's fields while processing it.
51
52 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
53
54 * Makefile.am: Add install-html, install-html-am, and
55 install-html-recursive targets.
56 * Makefile.in: Regenerate.
57 * configure.in: AC_SUBST datarootdir, docdir, htmldir.
58 * configure: Regenerate.
59 * po/Make-in: Add install-html target.
60
61 2006-04-06 H.J. Lu <hongjiu.lu@intel.com>
62
63 * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
64 link_info.need_relax_finalize.
65
66 * ldlang.c (relax_sections): New.
67 (lang_process): Use. Call relax_sections link_info.relax_pass
68 times.
69
70 * ldmain.c (main): Set link_info.relax_pass to 1. Remove
71 link_info.need_relax_finalize.
72
73 2006-04-05 Alan Modra <amodra@bigpond.net.au>
74
75 * Makefile.am (GENSCRIPTS): Pass prefix.
76 * Makefile.in: Regenerate.
77 * genscripts.sh: Adjust for extra parameter.
78 * emultempl/elf32.em (parse_ld_so_conf): Return true iff file
79 exists.
80 (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists.
81 * NEWS: Update.
82
83 2006-04-05 Richard Sandiford <richard@codesourcery.com>
84 Daniel Jacobowitz <dan@codesourcery.com>
85
86 * configure.tgt (sparc*-*-vxworks*): New stanza.
87 * emulparams/elf32_sparc_vxworks.sh: New file.
88 * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
89 (eelf32_sparc_vxworks.c): New rule.
90 * Makefile.in: Regenerate.
91
92 2006-04-04 Eric Botcazou <ebotcazou@adacore.com>
93
94 * ldlang.c (lang_map): Print the list of discarded input sections.
95 (print_input_section): Change parameter and print zero-sized sections.
96 (print_statement): Adjust call to print_input_section.
97
98 2006-04-01 Danny Smith <dannysmith@users.sourceforge.net>
99
100 * deffilep.y (def_image_name): If LIBRARY or NAME statement
101 specifies an empty string, retain the name specified on command
102 line.
103 * ld.texinfo: Document above.
104
105 2006-03-31 Jakub Jelinek <jakub@redhat.com>
106
107 * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
108 bfd_find_nearest_line succeeded for %C or %D, but filename
109 is NULL, print section+offset at the end.
110
111 2006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
112
113 * emulparams/elf32bfinfd.sh: New file.
114 * emultempl/bfin.em: Delete.
115 * emulparams/bfin.sh: Lose reference to bfin.em.
116 * Makefile.am (eelf32bfin.c): Likewise.
117 (eelf32bfinfd.c): New.
118 * Makefile.in: Regenerate.
119 * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
120 targ_extra_emuls.
121
122 2006-03-22 Richard Sandiford <richard@codesourcery.com>
123 Daniel Jacobowitz <dan@codesourcery.com>
124 Phil Edwards <phil@codesourcery.com>
125 Zack Weinberg <zack@codesourcery.com>
126 Mark Mitchell <mark@codesourcery.com>
127 Nathan Sidwell <nathan@codesourcery.com>
128
129 * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
130 separate VxWorks emulations.
131 * emulparams/elf32ebmipvxworks.sh: New file.
132 * emulparams/elf32elmipvxworks.sh: New file.
133 * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
134 eelf32elmipvxworks.o.
135 (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
136 * Makefile.in: Regenerate.
137
138 2006-03-16 Alan Modra <amodra@bigpond.net.au>
139
140 PR 2434
141 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
142 * ldlang.c (output_statement_table_init, lang_init): Likewise.
143 * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
144 (undefined_symbol): Likewise.
145
146 2006-03-07 Richard Sandiford <richard@codesourcery.com>
147 Daniel Jacobowitz <dan@codesourcery.com>
148 Zack Weinberg <zack@codesourcery.com>
149 Nathan Sidwell <nathan@codesourcery.com>
150 Paul Brook <paul@codesourcery.com>
151 Ricardo Anguiano <anguiano@codesourcery.com>
152 Phil Edwards <phil@codesourcery.com>
153
154 * emulparams/armelf_vxworks.sh: Include vxworks.sh.
155 (MAXPAGESIZE): Define.
156 * emulparams/vxworks.sh: Undefine EMBEDDED.
157 * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
158 * Makefile.in: Regenerate.
159
160 2006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
161
162 * scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections.
163 Add KEEP() directives.
164 Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
165 .bss output sections.
166
167 2006-03-03 Richard Sandiford <richard@codesourcery.com>
168
169 * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
170 (EXTRA_EM_FILE): Define.
171 * emultempl/vxworks.em: New file.
172 * ld.texinfo (--force-dynamic): Document.
173 * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
174 on vxworks.em.
175 * Makefile.in: Regenerate.
176
177 2006-03-02 Richard Sandiford <richard@codesourcery.com>
178
179 * emulparams/elf32ppccommon.sh: New file, extracted from...
180 * emulparams/elf32ppc.sh: ...here.
181 * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
182 instead of elf32ppc.sh.
183 (BSS_PLT): Remove override.
184 * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
185 (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
186 (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
187 (eelf32ppclinux.c): Likewise.
188 (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
189 * Makefile.in: Regenerate.
190
191 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
192
193 * Makefile.am: Add html target.
194 * Makefile.in: Regenerate.
195 * po/Make-in: Add html target.
196
197 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
198 Anil Paranjape <anilp1@kpitcummins.com>
199 Shilin Shakti <shilins@kpitcummins.com>
200
201 * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
202 * scripttemp/elf32xc16xl.sc: Default linker script for large model.
203 * scripttemp/elf32xc16xs.sc: Default linker script for small model.
204 * emulparams/elf32xc16x.sh: Emulation script for tiny model.
205 * emulparams/elf32xc16xl.sh: Emulation script for large model.
206 * emulparams/elf32xc16xs.sh: Emulation script for small model.
207 * Makefile.am: Add entry to make xc16x target.
208 * Makefile.in: Regenerate.
209 * configure.tgt: Specify default and other emulation parameters
210 for xc16x.
211 * NEWS: Announce the support for the new target.
212
213 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
214
215 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
216 Use the traditional target.
217
218 2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
219
220 * configure.tgt (arm*b-*-linux-gnueabi): Change to
221 arm*b-*-linux-*eabi.
222 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
223
224 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
225
226 PR ld/2290
227 * NEWS: Updated for the Linux linker search order change.
228
229 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
230 gld${EMULATION_NAME}_check_ld_so_conf before checking default
231 search directories for DT_NEEDED entries.
232
233 2006-02-07 Paul Brook <paul@codesourcery.com>
234
235 * emultempl/armelf.em: Include elf/arm.h.
236 (arm_elf_finish): Set low address bit if enty point is a Thumb
237 function.
238
239 2006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
240
241 * deffilep.y (def_image_name): If the image name does not have
242 a suffix, append the default.
243 * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
244
245 2006-01-31 Danny Smith dannysmith@users.sourceforge.net
246
247 * NEWS: Mention support for forward exports in PE-COFF dll's.
248 * ld.texinfo: Expand documentation of EXPORT statements in
249 PE-COFF .def files.
250
251 2006-01-31 Filip Navara <navaraf@reactos.com>
252
253 * deffile.h (struct def_file_export): Add field flag_forward.
254 * pe-dll.c (process_def_file): Check for forward exports.
255 (generate_edata): Generate forward export symbols.
256 (fill_edata): Emit them.
257
258 * pe-dll.c (process_def_file): Don't crash on malformed
259 fastcall symbol names in .def file.
260
261 2006-01-30 Nick Clifton <nickc@redhat.com>
262
263 * po/vi.po: Updated Vietnamese translation.
264
265 2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
266
267 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
268 file:" as informational message, not a warning.
269
270 2006-01-18 Roger Sayle <roger@eyesopen.com>
271
272 * emultempl/irix.em: Use lbasename instead of basename.
273
274 2006-01-16 Nick Clifton <nickc@redhat.com>
275
276 * po/zh_CN.po: New Chinese (simplified) translation.
277 * configure.in (ALL_LINGUAS): Add "zh_CH".
278 * configure: Regenerate.
279
280 2006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
281
282 * ld.texinfo (Options): Fix typo.
283
284 For older changes see ChangeLog-2005
285 \f
286 Local Variables:
287 mode: change-log
288 left-margin: 8
289 fill-column: 74
290 version-control: never
291 End:
This page took 0.044402 seconds and 4 git commands to generate.