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