]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/ChangeLog
Add support for the Infineon XC16X.
[thirdparty/binutils-gdb.git] / ld / ChangeLog
1 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
2 Anil Paranjape <anilp1@kpitcummins.com>
3 Shilin Shakti <shilins@kpitcummins.com>
4
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.
16
17 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
18
19 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
20 Use the traditional target.
21
22 2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
23
24 * configure.tgt (arm*b-*-linux-gnueabi): Change to
25 arm*b-*-linux-*eabi.
26 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
27
28 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
29
30 PR ld/2290
31 * NEWS: Updated for the Linux linker search order change.
32
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.
36
37 2006-02-07 Paul Brook <paul@codesourcery.com>
38
39 * emultempl/armelf.em: Include elf/arm.h.
40 (arm_elf_finish): Set low address bit if enty point is a Thumb
41 function.
42
43 2006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
44
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.
48
49 2006-01-31 Danny Smith dannysmith@users.sourceforge.net
50
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.
54
55 2006-01-31 Filip Navara <navaraf@reactos.com>
56
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.
61
62 * pe-dll.c (process_def_file): Don't crash on malformed
63 fastcall symbol names in .def file.
64
65 2006-01-30 Nick Clifton <nickc@redhat.com>
66
67 * po/vi.po: Updated Vietnamese translation.
68
69 2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
70
71 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
72 file:" as informational message, not a warning.
73
74 2006-01-18 Roger Sayle <roger@eyesopen.com>
75
76 * emultempl/irix.em: Use lbasename instead of basename.
77
78 2006-01-16 Nick Clifton <nickc@redhat.com>
79
80 * po/zh_CN.po: New Chinese (simplified) translation.
81 * configure.in (ALL_LINGUAS): Add "zh_CH".
82 * configure: Regenerate.
83
84 2006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
85
86 * ld.texinfo (Options): Fix typo.
87
88 For older changes see ChangeLog-2005
89 \f
90 Local Variables:
91 mode: change-log
92 left-margin: 8
93 fill-column: 74
94 version-control: never
95 End: