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