Add support for the Infineon XC16X.
[binutils.git] / ld / ChangeLog
blobeaf4e1a50b893cdd76b317173d46b3b09e89c13b
1 2006-02-17  Shrirang Khisti  <shrirangk@kpitcummins.com>
2             Anil Paranjape   <anilp1@kpitcummins.com>
3             Shilin Shakti    <shilins@kpitcummins.com>
5         * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
6         * scripttemp/elf32xc16xl.sc: Default linker script for large model.
7         * scripttemp/elf32xc16xs.sc: Default linker script for small model.
8         * emulparams/elf32xc16x.sh: Emulation script for tiny model.
9         * emulparams/elf32xc16xl.sh: Emulation script for large model.
10         * emulparams/elf32xc16xs.sh: Emulation script for small model.
11         * Makefile.am: Add entry to make xc16x target.
12         * Makefile.in: Regenerate.
13         * configure.tgt: Specify default and other emulation parameters
14         for xc16x.
15         * NEWS: Announce the support for the new target.
17 2006-02-16  Nick Hudson  <nick.hudson@dsl.pipex.com>
19         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
20         Use the traditional target.
22 2006-02-13  Joseph S. Myers  <joseph@codesourcery.com>
24         * configure.tgt (arm*b-*-linux-gnueabi): Change to
25         arm*b-*-linux-*eabi.
26         (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
28 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
30         PR ld/2290
31         * NEWS: Updated for the Linux linker search order change.
33         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
34         gld${EMULATION_NAME}_check_ld_so_conf before checking default
35         search directories for DT_NEEDED entries.
37 2006-02-07  Paul Brook  <paul@codesourcery.com>
39         * emultempl/armelf.em: Include elf/arm.h.
40         (arm_elf_finish): Set low address bit if enty point is a Thumb
41         function.
43 2006-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
45         * deffilep.y (def_image_name): If the image name does not have
46         a suffix, append the default.
47         * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
49 2006-01-31  Danny Smith  dannysmith@users.sourceforge.net
51         * NEWS: Mention support for forward exports in PE-COFF dll's.
52         * ld.texinfo: Expand documentation of EXPORT statements in
53         PE-COFF .def files.
55 2006-01-31  Filip Navara  <navaraf@reactos.com>
57         * deffile.h (struct def_file_export): Add field flag_forward.
58         * pe-dll.c (process_def_file): Check for forward exports.
59         (generate_edata): Generate forward export symbols.
60         (fill_edata): Emit them.
62         * pe-dll.c (process_def_file): Don't crash on malformed
63         fastcall symbol names in .def file.
65 2006-01-30  Nick Clifton  <nickc@redhat.com>
67         * po/vi.po: Updated Vietnamese translation.
69 2006-01-27  Yitzchak Scott-Thoennes  <sthoenna@efn.org>
71         * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
72         file:" as informational message, not a warning.
74 2006-01-18  Roger Sayle  <roger@eyesopen.com>
76         * emultempl/irix.em: Use lbasename instead of basename.
78 2006-01-16  Nick Clifton  <nickc@redhat.com>
80         * po/zh_CN.po: New Chinese (simplified) translation.
81         * configure.in (ALL_LINGUAS): Add "zh_CH".
82         * configure: Regenerate.
84 2006-01-16  Bernhard Fischer  <aldot@gcc.gnu.org>
86         * ld.texinfo (Options): Fix typo.
88 For older changes see ChangeLog-2005
90 Local Variables:
91 mode: change-log
92 left-margin: 8
93 fill-column: 74
94 version-control: never
95 End: