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