*** empty log message ***
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
a1c16379
JJ
12006-03-31 Jakub Jelinek <jakub@redhat.com>
2
3 * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
4 bfd_find_nearest_line succeeded for %C or %D, but filename
5 is NULL, print section+offset at the end.
6
753a4ce3
BS
72006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
8
9 * emulparams/elf32bfinfd.sh: New file.
10 * emultempl/bfin.em: Delete.
11 * emulparams/bfin.sh: Lose reference to bfin.em.
12 * Makefile.am (eelf32bfin.c): Likewise.
13 (eelf32bfinfd.c): New.
14 * Makefile.in: Regenerate.
15 * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
16 targ_extra_emuls.
17
0a44bf69
RS
182006-03-22 Richard Sandiford <richard@codesourcery.com>
19 Daniel Jacobowitz <dan@codesourcery.com>
20 Phil Edwards <phil@codesourcery.com>
21 Zack Weinberg <zack@codesourcery.com>
22 Mark Mitchell <mark@codesourcery.com>
23 Nathan Sidwell <nathan@codesourcery.com>
24
25 * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
26 separate VxWorks emulations.
27 * emulparams/elf32ebmipvxworks.sh: New file.
28 * emulparams/elf32elmipvxworks.sh: New file.
29 * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
30 eelf32elmipvxworks.o.
31 (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
32 * Makefile.in: Regenerate.
33
66eb6687
AM
342006-03-16 Alan Modra <amodra@bigpond.net.au>
35
36 PR 2434
37 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
38 * ldlang.c (output_statement_table_init, lang_init): Likewise.
39 * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
40 (undefined_symbol): Likewise.
41
00a97672
RS
422006-03-07 Richard Sandiford <richard@codesourcery.com>
43 Daniel Jacobowitz <dan@codesourcery.com>
44 Zack Weinberg <zack@codesourcery.com>
45 Nathan Sidwell <nathan@codesourcery.com>
46 Paul Brook <paul@codesourcery.com>
47 Ricardo Anguiano <anguiano@codesourcery.com>
48 Phil Edwards <phil@codesourcery.com>
49
50 * emulparams/armelf_vxworks.sh: Include vxworks.sh.
51 (MAXPAGESIZE): Define.
52 * emulparams/vxworks.sh: Undefine EMBEDDED.
53 * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
54 * Makefile.in: Regenerate.
55
df406460
NC
562006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
57
58 * scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections.
59 Add KEEP() directives.
60 Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
61 .bss output sections.
62
4f471f39
RS
632006-03-03 Richard Sandiford <richard@codesourcery.com>
64
65 * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
66 (EXTRA_EM_FILE): Define.
67 * emultempl/vxworks.em: New file.
68 * ld.texinfo (--force-dynamic): Document.
69 * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
70 on vxworks.em.
71 * Makefile.in: Regenerate.
72
4a3dc543
RS
732006-03-02 Richard Sandiford <richard@codesourcery.com>
74
75 * emulparams/elf32ppccommon.sh: New file, extracted from...
76 * emulparams/elf32ppc.sh: ...here.
77 * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
78 instead of elf32ppc.sh.
79 (BSS_PLT): Remove override.
80 * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
81 (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
82 (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
83 (eelf32ppclinux.c): Likewise.
84 (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
85 * Makefile.in: Regenerate.
86
f7d9e5c3
CD
872006-02-27 Carlos O'Donell <carlos@codesourcery.com>
88
89 * Makefile.am: Add html target.
90 * Makefile.in: Regenerate.
91 * po/Make-in: Add html target.
92
d70c5fc7
NC
932006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
94 Anil Paranjape <anilp1@kpitcummins.com>
95 Shilin Shakti <shilins@kpitcummins.com>
96
97 * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
98 * scripttemp/elf32xc16xl.sc: Default linker script for large model.
99 * scripttemp/elf32xc16xs.sc: Default linker script for small model.
100 * emulparams/elf32xc16x.sh: Emulation script for tiny model.
101 * emulparams/elf32xc16xl.sh: Emulation script for large model.
102 * emulparams/elf32xc16xs.sh: Emulation script for small model.
103 * Makefile.am: Add entry to make xc16x target.
104 * Makefile.in: Regenerate.
105 * configure.tgt: Specify default and other emulation parameters
106 for xc16x.
107 * NEWS: Announce the support for the new target.
108
aaa2ab3d
NH
1092006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
110
111 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
112 Use the traditional target.
113
94089a50
JM
1142006-02-13 Joseph S. Myers <joseph@codesourcery.com>
115
116 * configure.tgt (arm*b-*-linux-gnueabi): Change to
117 arm*b-*-linux-*eabi.
118 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
119
c1446dba
L
1202006-02-08 H.J. Lu <hongjiu.lu@intel.com>
121
122 PR ld/2290
123 * NEWS: Updated for the Linux linker search order change.
124
125 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
126 gld${EMULATION_NAME}_check_ld_so_conf before checking default
127 search directories for DT_NEEDED entries.
128
1d022697
PB
1292006-02-07 Paul Brook <paul@codesourcery.com>
130
131 * emultempl/armelf.em: Include elf/arm.h.
132 (arm_elf_finish): Set low address bit if enty point is a Thumb
133 function.
134
6b31ad16
DS
1352006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
136
137 * deffilep.y (def_image_name): If the image name does not have
138 a suffix, append the default.
139 * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
140
4b5bd4e7
DS
1412006-01-31 Danny Smith dannysmith@users.sourceforge.net
142
143 * NEWS: Mention support for forward exports in PE-COFF dll's.
144 * ld.texinfo: Expand documentation of EXPORT statements in
145 PE-COFF .def files.
146
a8d701fd
DS
1472006-01-31 Filip Navara <navaraf@reactos.com>
148
149 * deffile.h (struct def_file_export): Add field flag_forward.
150 * pe-dll.c (process_def_file): Check for forward exports.
151 (generate_edata): Generate forward export symbols.
152 (fill_edata): Emit them.
153
154 * pe-dll.c (process_def_file): Don't crash on malformed
155 fastcall symbol names in .def file.
156
790433a9
NC
1572006-01-30 Nick Clifton <nickc@redhat.com>
158
159 * po/vi.po: Updated Vietnamese translation.
160
63d85248
NC
1612006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
162
163 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
164 file:" as informational message, not a warning.
165
0dacb9e1
EC
1662006-01-18 Roger Sayle <roger@eyesopen.com>
167
168 * emultempl/irix.em: Use lbasename instead of basename.
169
32fba81d
NC
1702006-01-16 Nick Clifton <nickc@redhat.com>
171
172 * po/zh_CN.po: New Chinese (simplified) translation.
173 * configure.in (ALL_LINGUAS): Add "zh_CH".
174 * configure: Regenerate.
175
cc629b02 1762006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
f2a8f148
NC
177
178 * ld.texinfo (Options): Fix typo.
179
e88d958a 180For older changes see ChangeLog-2005
252b5132
RH
181\f
182Local Variables:
183mode: change-log
184left-margin: 8
185fill-column: 74
186version-control: never
187End:
This page took 0.380375 seconds and 4 git commands to generate.