bfd/
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
fbbc3759
L
12006-04-06 H.J. Lu <hongjiu.lu@intel.com>
2
3 * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
4 link_info.need_relax_finalize.
5
6 * ldlang.c (relax_sections): New.
7 (lang_process): Use. Call relax_sections link_info.relax_pass
8 times.
9
10 * ldmain.c (main): Set link_info.relax_pass to 1. Remove
11 link_info.need_relax_finalize.
12
dfcffada
AM
132006-04-05 Alan Modra <amodra@bigpond.net.au>
14
15 * Makefile.am (GENSCRIPTS): Pass prefix.
16 * Makefile.in: Regenerate.
17 * genscripts.sh: Adjust for extra parameter.
18 * emultempl/elf32.em (parse_ld_so_conf): Return true iff file
19 exists.
20 (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists.
21 * NEWS: Update.
22
910600e9
RS
232006-04-05 Richard Sandiford <richard@codesourcery.com>
24 Daniel Jacobowitz <dan@codesourcery.com>
25
26 * configure.tgt (sparc*-*-vxworks*): New stanza.
27 * emulparams/elf32_sparc_vxworks.sh: New file.
28 * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
29 (eelf32_sparc_vxworks.c): New rule.
30 * Makefile.in: Regenerate.
31
4d4920ec
EB
322006-04-04 Eric Botcazou <ebotcazou@adacore.com>
33
34 * ldlang.c (lang_map): Print the list of discarded input sections.
35 (print_input_section): Change parameter and print zero-sized sections.
36 (print_statement): Adjust call to print_input_section.
37
a2877985
DS
382006-04-01 Danny Smith <dannysmith@users.sourceforge.net>
39
40 * deffilep.y (def_image_name): If LIBRARY or NAME statement
41 specifies an empty string, retain the name specified on command
42 line.
43 * ld.texinfo: Document above.
44
a1c16379
JJ
452006-03-31 Jakub Jelinek <jakub@redhat.com>
46
47 * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
48 bfd_find_nearest_line succeeded for %C or %D, but filename
49 is NULL, print section+offset at the end.
50
753a4ce3
BS
512006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
52
53 * emulparams/elf32bfinfd.sh: New file.
54 * emultempl/bfin.em: Delete.
55 * emulparams/bfin.sh: Lose reference to bfin.em.
56 * Makefile.am (eelf32bfin.c): Likewise.
57 (eelf32bfinfd.c): New.
58 * Makefile.in: Regenerate.
59 * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
60 targ_extra_emuls.
61
0a44bf69
RS
622006-03-22 Richard Sandiford <richard@codesourcery.com>
63 Daniel Jacobowitz <dan@codesourcery.com>
64 Phil Edwards <phil@codesourcery.com>
65 Zack Weinberg <zack@codesourcery.com>
66 Mark Mitchell <mark@codesourcery.com>
67 Nathan Sidwell <nathan@codesourcery.com>
68
69 * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
70 separate VxWorks emulations.
71 * emulparams/elf32ebmipvxworks.sh: New file.
72 * emulparams/elf32elmipvxworks.sh: New file.
73 * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
74 eelf32elmipvxworks.o.
75 (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
76 * Makefile.in: Regenerate.
77
66eb6687
AM
782006-03-16 Alan Modra <amodra@bigpond.net.au>
79
80 PR 2434
81 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
82 * ldlang.c (output_statement_table_init, lang_init): Likewise.
83 * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
84 (undefined_symbol): Likewise.
85
00a97672
RS
862006-03-07 Richard Sandiford <richard@codesourcery.com>
87 Daniel Jacobowitz <dan@codesourcery.com>
88 Zack Weinberg <zack@codesourcery.com>
89 Nathan Sidwell <nathan@codesourcery.com>
90 Paul Brook <paul@codesourcery.com>
91 Ricardo Anguiano <anguiano@codesourcery.com>
92 Phil Edwards <phil@codesourcery.com>
93
94 * emulparams/armelf_vxworks.sh: Include vxworks.sh.
95 (MAXPAGESIZE): Define.
96 * emulparams/vxworks.sh: Undefine EMBEDDED.
97 * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
98 * Makefile.in: Regenerate.
99
df406460
NC
1002006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
101
102 * scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections.
103 Add KEEP() directives.
104 Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
105 .bss output sections.
106
4f471f39
RS
1072006-03-03 Richard Sandiford <richard@codesourcery.com>
108
109 * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
110 (EXTRA_EM_FILE): Define.
111 * emultempl/vxworks.em: New file.
112 * ld.texinfo (--force-dynamic): Document.
113 * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
114 on vxworks.em.
115 * Makefile.in: Regenerate.
116
4a3dc543
RS
1172006-03-02 Richard Sandiford <richard@codesourcery.com>
118
119 * emulparams/elf32ppccommon.sh: New file, extracted from...
120 * emulparams/elf32ppc.sh: ...here.
121 * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
122 instead of elf32ppc.sh.
123 (BSS_PLT): Remove override.
124 * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
125 (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
126 (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
127 (eelf32ppclinux.c): Likewise.
128 (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
129 * Makefile.in: Regenerate.
130
f7d9e5c3
CD
1312006-02-27 Carlos O'Donell <carlos@codesourcery.com>
132
133 * Makefile.am: Add html target.
134 * Makefile.in: Regenerate.
135 * po/Make-in: Add html target.
136
d70c5fc7
NC
1372006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
138 Anil Paranjape <anilp1@kpitcummins.com>
139 Shilin Shakti <shilins@kpitcummins.com>
140
141 * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
142 * scripttemp/elf32xc16xl.sc: Default linker script for large model.
143 * scripttemp/elf32xc16xs.sc: Default linker script for small model.
144 * emulparams/elf32xc16x.sh: Emulation script for tiny model.
145 * emulparams/elf32xc16xl.sh: Emulation script for large model.
146 * emulparams/elf32xc16xs.sh: Emulation script for small model.
147 * Makefile.am: Add entry to make xc16x target.
148 * Makefile.in: Regenerate.
149 * configure.tgt: Specify default and other emulation parameters
150 for xc16x.
151 * NEWS: Announce the support for the new target.
152
aaa2ab3d
NH
1532006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
154
155 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
156 Use the traditional target.
157
94089a50
JM
1582006-02-13 Joseph S. Myers <joseph@codesourcery.com>
159
160 * configure.tgt (arm*b-*-linux-gnueabi): Change to
161 arm*b-*-linux-*eabi.
162 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
163
c1446dba
L
1642006-02-08 H.J. Lu <hongjiu.lu@intel.com>
165
166 PR ld/2290
167 * NEWS: Updated for the Linux linker search order change.
168
169 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
170 gld${EMULATION_NAME}_check_ld_so_conf before checking default
171 search directories for DT_NEEDED entries.
172
1d022697
PB
1732006-02-07 Paul Brook <paul@codesourcery.com>
174
175 * emultempl/armelf.em: Include elf/arm.h.
176 (arm_elf_finish): Set low address bit if enty point is a Thumb
177 function.
178
6b31ad16
DS
1792006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
180
181 * deffilep.y (def_image_name): If the image name does not have
182 a suffix, append the default.
183 * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
184
4b5bd4e7
DS
1852006-01-31 Danny Smith dannysmith@users.sourceforge.net
186
187 * NEWS: Mention support for forward exports in PE-COFF dll's.
188 * ld.texinfo: Expand documentation of EXPORT statements in
189 PE-COFF .def files.
190
a8d701fd
DS
1912006-01-31 Filip Navara <navaraf@reactos.com>
192
193 * deffile.h (struct def_file_export): Add field flag_forward.
194 * pe-dll.c (process_def_file): Check for forward exports.
195 (generate_edata): Generate forward export symbols.
196 (fill_edata): Emit them.
197
198 * pe-dll.c (process_def_file): Don't crash on malformed
199 fastcall symbol names in .def file.
200
790433a9
NC
2012006-01-30 Nick Clifton <nickc@redhat.com>
202
203 * po/vi.po: Updated Vietnamese translation.
204
63d85248
NC
2052006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
206
207 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
208 file:" as informational message, not a warning.
209
0dacb9e1
EC
2102006-01-18 Roger Sayle <roger@eyesopen.com>
211
212 * emultempl/irix.em: Use lbasename instead of basename.
213
32fba81d
NC
2142006-01-16 Nick Clifton <nickc@redhat.com>
215
216 * po/zh_CN.po: New Chinese (simplified) translation.
217 * configure.in (ALL_LINGUAS): Add "zh_CH".
218 * configure: Regenerate.
219
cc629b02 2202006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
f2a8f148
NC
221
222 * ld.texinfo (Options): Fix typo.
223
e88d958a 224For older changes see ChangeLog-2005
252b5132
RH
225\f
226Local Variables:
227mode: change-log
228left-margin: 8
229fill-column: 74
230version-control: never
231End:
This page took 0.514235 seconds and 4 git commands to generate.