* resbin.c: Avoid duplicating constants in calls to reswr_alloc.
[binutils.git] / ld / ChangeLog
blob57894bd058bbb601a086955bc64cd184f51602fb
1 2006-03-25  Bernd Schmidt  <bernd.schmidt@analog.com>
3         * emulparams/elf32bfinfd.sh: New file.
4         * emultempl/bfin.em: Delete.
5         * emulparams/bfin.sh: Lose reference to bfin.em.
6         * Makefile.am (eelf32bfin.c): Likewise.
7         (eelf32bfinfd.c): New.
8         * Makefile.in: Regenerate.
9         * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
10         targ_extra_emuls.
12 2006-03-22  Richard Sandiford  <richard@codesourcery.com>
13             Daniel Jacobowitz  <dan@codesourcery.com>
14             Phil Edwards  <phil@codesourcery.com>
15             Zack Weinberg  <zack@codesourcery.com>
16             Mark Mitchell  <mark@codesourcery.com>
17             Nathan Sidwell  <nathan@codesourcery.com>
19         * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
20         separate VxWorks emulations.
21         * emulparams/elf32ebmipvxworks.sh: New file.
22         * emulparams/elf32elmipvxworks.sh: New file.
23         * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
24         eelf32elmipvxworks.o.
25         (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
26         * Makefile.in: Regenerate.
28 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
30         PR 2434
31         * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
32         * ldlang.c (output_statement_table_init, lang_init): Likewise.
33         * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
34         (undefined_symbol): Likewise.
36 2006-03-07  Richard Sandiford  <richard@codesourcery.com>
37             Daniel Jacobowitz  <dan@codesourcery.com>
38             Zack Weinberg  <zack@codesourcery.com>
39             Nathan Sidwell  <nathan@codesourcery.com>
40             Paul Brook  <paul@codesourcery.com>
41             Ricardo Anguiano  <anguiano@codesourcery.com>
42             Phil Edwards  <phil@codesourcery.com>
44         * emulparams/armelf_vxworks.sh: Include vxworks.sh.
45         (MAXPAGESIZE): Define.
46         * emulparams/vxworks.sh: Undefine EMBEDDED.
47         * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
48         * Makefile.in: Regenerate.
50 2006-03-03  Bjoern Haase  <bjoern.m.haase@web.de>
52         * scripttempl/avr.sc:  Add *(.jumptables) *(.lowtext) sections.
53         Add KEEP() directives.
54         Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
55         .bss output sections.
57 2006-03-03  Richard Sandiford  <richard@codesourcery.com>
59         * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
60         (EXTRA_EM_FILE): Define.
61         * emultempl/vxworks.em: New file.
62         * ld.texinfo (--force-dynamic): Document.
63         * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
64         on vxworks.em.
65         * Makefile.in: Regenerate.
67 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
69         * emulparams/elf32ppccommon.sh: New file, extracted from...
70         * emulparams/elf32ppc.sh: ...here.
71         * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
72         instead of elf32ppc.sh.
73         (BSS_PLT): Remove override.
74         * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
75         (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
76         (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
77         (eelf32ppclinux.c): Likewise.
78         (eelf32ppcvxworks.c): Likewise.  Add missing vxworks.sh dependency.
79         * Makefile.in: Regenerate.
81 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
83         * Makefile.am: Add html target.
84         * Makefile.in: Regenerate.
85         * po/Make-in: Add html target.
87 2006-02-17  Shrirang Khisti  <shrirangk@kpitcummins.com>
88             Anil Paranjape   <anilp1@kpitcummins.com>
89             Shilin Shakti    <shilins@kpitcummins.com>
91         * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
92         * scripttemp/elf32xc16xl.sc: Default linker script for large model.
93         * scripttemp/elf32xc16xs.sc: Default linker script for small model.
94         * emulparams/elf32xc16x.sh: Emulation script for tiny model.
95         * emulparams/elf32xc16xl.sh: Emulation script for large model.
96         * emulparams/elf32xc16xs.sh: Emulation script for small model.
97         * Makefile.am: Add entry to make xc16x target.
98         * Makefile.in: Regenerate.
99         * configure.tgt: Specify default and other emulation parameters
100         for xc16x.
101         * NEWS: Announce the support for the new target.
103 2006-02-16  Nick Hudson  <nick.hudson@dsl.pipex.com>
105         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
106         Use the traditional target.
108 2006-02-13  Joseph S. Myers  <joseph@codesourcery.com>
110         * configure.tgt (arm*b-*-linux-gnueabi): Change to
111         arm*b-*-linux-*eabi.
112         (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
114 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
116         PR ld/2290
117         * NEWS: Updated for the Linux linker search order change.
119         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
120         gld${EMULATION_NAME}_check_ld_so_conf before checking default
121         search directories for DT_NEEDED entries.
123 2006-02-07  Paul Brook  <paul@codesourcery.com>
125         * emultempl/armelf.em: Include elf/arm.h.
126         (arm_elf_finish): Set low address bit if enty point is a Thumb
127         function.
129 2006-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
131         * deffilep.y (def_image_name): If the image name does not have
132         a suffix, append the default.
133         * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
135 2006-01-31  Danny Smith  dannysmith@users.sourceforge.net
137         * NEWS: Mention support for forward exports in PE-COFF dll's.
138         * ld.texinfo: Expand documentation of EXPORT statements in
139         PE-COFF .def files.
141 2006-01-31  Filip Navara  <navaraf@reactos.com>
143         * deffile.h (struct def_file_export): Add field flag_forward.
144         * pe-dll.c (process_def_file): Check for forward exports.
145         (generate_edata): Generate forward export symbols.
146         (fill_edata): Emit them.
148         * pe-dll.c (process_def_file): Don't crash on malformed
149         fastcall symbol names in .def file.
151 2006-01-30  Nick Clifton  <nickc@redhat.com>
153         * po/vi.po: Updated Vietnamese translation.
155 2006-01-27  Yitzchak Scott-Thoennes  <sthoenna@efn.org>
157         * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
158         file:" as informational message, not a warning.
160 2006-01-18  Roger Sayle  <roger@eyesopen.com>
162         * emultempl/irix.em: Use lbasename instead of basename.
164 2006-01-16  Nick Clifton  <nickc@redhat.com>
166         * po/zh_CN.po: New Chinese (simplified) translation.
167         * configure.in (ALL_LINGUAS): Add "zh_CH".
168         * configure: Regenerate.
170 2006-01-16  Bernhard Fischer  <aldot@gcc.gnu.org>
172         * ld.texinfo (Options): Fix typo.
174 For older changes see ChangeLog-2005
176 Local Variables:
177 mode: change-log
178 left-margin: 8
179 fill-column: 74
180 version-control: never
181 End: