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