]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/ChangeLog
ld/
[thirdparty/binutils-gdb.git] / ld / ChangeLog
1 2006-03-03 Richard Sandiford <richard@codesourcery.com>
2
3 * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
4 (EXTRA_EM_FILE): Define.
5 * emultempl/vxworks.em: New file.
6 * ld.texinfo (--force-dynamic): Document.
7 * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
8 on vxworks.em.
9 * Makefile.in: Regenerate.
10
11 2006-03-02 Richard Sandiford <richard@codesourcery.com>
12
13 * emulparams/elf32ppccommon.sh: New file, extracted from...
14 * emulparams/elf32ppc.sh: ...here.
15 * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
16 instead of elf32ppc.sh.
17 (BSS_PLT): Remove override.
18 * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
19 (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
20 (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
21 (eelf32ppclinux.c): Likewise.
22 (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
23 * Makefile.in: Regenerate.
24
25 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
26
27 * Makefile.am: Add html target.
28 * Makefile.in: Regenerate.
29 * po/Make-in: Add html target.
30
31 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
32 Anil Paranjape <anilp1@kpitcummins.com>
33 Shilin Shakti <shilins@kpitcummins.com>
34
35 * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
36 * scripttemp/elf32xc16xl.sc: Default linker script for large model.
37 * scripttemp/elf32xc16xs.sc: Default linker script for small model.
38 * emulparams/elf32xc16x.sh: Emulation script for tiny model.
39 * emulparams/elf32xc16xl.sh: Emulation script for large model.
40 * emulparams/elf32xc16xs.sh: Emulation script for small model.
41 * Makefile.am: Add entry to make xc16x target.
42 * Makefile.in: Regenerate.
43 * configure.tgt: Specify default and other emulation parameters
44 for xc16x.
45 * NEWS: Announce the support for the new target.
46
47 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
48
49 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
50 Use the traditional target.
51
52 2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
53
54 * configure.tgt (arm*b-*-linux-gnueabi): Change to
55 arm*b-*-linux-*eabi.
56 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
57
58 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
59
60 PR ld/2290
61 * NEWS: Updated for the Linux linker search order change.
62
63 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
64 gld${EMULATION_NAME}_check_ld_so_conf before checking default
65 search directories for DT_NEEDED entries.
66
67 2006-02-07 Paul Brook <paul@codesourcery.com>
68
69 * emultempl/armelf.em: Include elf/arm.h.
70 (arm_elf_finish): Set low address bit if enty point is a Thumb
71 function.
72
73 2006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
74
75 * deffilep.y (def_image_name): If the image name does not have
76 a suffix, append the default.
77 * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
78
79 2006-01-31 Danny Smith dannysmith@users.sourceforge.net
80
81 * NEWS: Mention support for forward exports in PE-COFF dll's.
82 * ld.texinfo: Expand documentation of EXPORT statements in
83 PE-COFF .def files.
84
85 2006-01-31 Filip Navara <navaraf@reactos.com>
86
87 * deffile.h (struct def_file_export): Add field flag_forward.
88 * pe-dll.c (process_def_file): Check for forward exports.
89 (generate_edata): Generate forward export symbols.
90 (fill_edata): Emit them.
91
92 * pe-dll.c (process_def_file): Don't crash on malformed
93 fastcall symbol names in .def file.
94
95 2006-01-30 Nick Clifton <nickc@redhat.com>
96
97 * po/vi.po: Updated Vietnamese translation.
98
99 2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
100
101 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
102 file:" as informational message, not a warning.
103
104 2006-01-18 Roger Sayle <roger@eyesopen.com>
105
106 * emultempl/irix.em: Use lbasename instead of basename.
107
108 2006-01-16 Nick Clifton <nickc@redhat.com>
109
110 * po/zh_CN.po: New Chinese (simplified) translation.
111 * configure.in (ALL_LINGUAS): Add "zh_CH".
112 * configure: Regenerate.
113
114 2006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
115
116 * ld.texinfo (Options): Fix typo.
117
118 For older changes see ChangeLog-2005
119 \f
120 Local Variables:
121 mode: change-log
122 left-margin: 8
123 fill-column: 74
124 version-control: never
125 End: