* ld.texinfo: Document PowerPC and PowerPC64 options.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2006-05-05 Alan Modra <amodra@bigpond.net.au>
2
3 * ld.texinfo: Document PowerPC and PowerPC64 options.
4 * gen-doc.texi: Enable.
5
6 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7
8 * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
9 (TEXI2POD): Use AM_MAKEINFOFLAGS.
10 (configdoc.texi): Don't set top_srcdir.
11 * ld.texinfo: Don't use top_srcdir.
12 * aclocal.m4, Makefile.in: Regenerated.
13
14 2006-04-19 Alan Modra <amodra@bigpond.net.au>
15
16 * ldlang.c (wild): Tidy default_common_section loop.
17 (print_input_section): Format.
18
19 * configure: Regenerate.
20
21 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
22
23 * po/POTFILES.in: Regenerated.
24
25 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
26
27 * config.in: Regenerated.
28
29 2006-04-14 David Heine <dlheine@tensilica.com>
30 Bob Wilson <bob.wilson@acm.org>
31
32 * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
33 function to strip inconsistent linkonce sections.
34 (input_section_linked_worker, input_section_linked): New.
35 (is_inconsistent_linkonce_section): New.
36 (xtensa_strip_inconsistent_linkonce_sections): New.
37
38 2006-04-11 Diego Pettenò <flameeyes@gentoo.org>
39
40 * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD
41 and Dragonfly targets.
42 * configure.in (AC_CHECK_HEADERS): Add elf-hints.h.
43 * Makefile.am (HFILES): Add elf-hints-local.h.
44 * elf-hints-local.h: New file.
45 * Makefile.in: Regenerate.
46 * configure: Regenerate.
47
48 2006-04-07 Bernhard Fischer <aldot@gcc.gnu.org>
49
50 * ld.texinfo: Fix typo in documentation of --check-sections.
51
52 2006-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
53
54 * ldlang.c (load_symbols): Set as_needed and add_needed according
55 to the corresponding script's fields while processing it.
56
57 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
58
59 * Makefile.am: Add install-html, install-html-am, and
60 install-html-recursive targets.
61 * Makefile.in: Regenerate.
62 * configure.in: AC_SUBST datarootdir, docdir, htmldir.
63 * configure: Regenerate.
64 * po/Make-in: Add install-html target.
65
66 2006-04-06 H.J. Lu <hongjiu.lu@intel.com>
67
68 * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
69 link_info.need_relax_finalize.
70
71 * ldlang.c (relax_sections): New.
72 (lang_process): Use. Call relax_sections link_info.relax_pass
73 times.
74
75 * ldmain.c (main): Set link_info.relax_pass to 1. Remove
76 link_info.need_relax_finalize.
77
78 2006-04-05 Alan Modra <amodra@bigpond.net.au>
79
80 * Makefile.am (GENSCRIPTS): Pass prefix.
81 * Makefile.in: Regenerate.
82 * genscripts.sh: Adjust for extra parameter.
83 * emultempl/elf32.em (parse_ld_so_conf): Return true iff file
84 exists.
85 (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists.
86 * NEWS: Update.
87
88 2006-04-05 Richard Sandiford <richard@codesourcery.com>
89 Daniel Jacobowitz <dan@codesourcery.com>
90
91 * configure.tgt (sparc*-*-vxworks*): New stanza.
92 * emulparams/elf32_sparc_vxworks.sh: New file.
93 * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
94 (eelf32_sparc_vxworks.c): New rule.
95 * Makefile.in: Regenerate.
96
97 2006-04-04 Eric Botcazou <ebotcazou@adacore.com>
98
99 * ldlang.c (lang_map): Print the list of discarded input sections.
100 (print_input_section): Change parameter and print zero-sized sections.
101 (print_statement): Adjust call to print_input_section.
102
103 2006-04-01 Danny Smith <dannysmith@users.sourceforge.net>
104
105 * deffilep.y (def_image_name): If LIBRARY or NAME statement
106 specifies an empty string, retain the name specified on command
107 line.
108 * ld.texinfo: Document above.
109
110 2006-03-31 Jakub Jelinek <jakub@redhat.com>
111
112 * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
113 bfd_find_nearest_line succeeded for %C or %D, but filename
114 is NULL, print section+offset at the end.
115
116 2006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
117
118 * emulparams/elf32bfinfd.sh: New file.
119 * emultempl/bfin.em: Delete.
120 * emulparams/bfin.sh: Lose reference to bfin.em.
121 * Makefile.am (eelf32bfin.c): Likewise.
122 (eelf32bfinfd.c): New.
123 * Makefile.in: Regenerate.
124 * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
125 targ_extra_emuls.
126
127 2006-03-22 Richard Sandiford <richard@codesourcery.com>
128 Daniel Jacobowitz <dan@codesourcery.com>
129 Phil Edwards <phil@codesourcery.com>
130 Zack Weinberg <zack@codesourcery.com>
131 Mark Mitchell <mark@codesourcery.com>
132 Nathan Sidwell <nathan@codesourcery.com>
133
134 * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
135 separate VxWorks emulations.
136 * emulparams/elf32ebmipvxworks.sh: New file.
137 * emulparams/elf32elmipvxworks.sh: New file.
138 * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
139 eelf32elmipvxworks.o.
140 (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
141 * Makefile.in: Regenerate.
142
143 2006-03-16 Alan Modra <amodra@bigpond.net.au>
144
145 PR 2434
146 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
147 * ldlang.c (output_statement_table_init, lang_init): Likewise.
148 * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
149 (undefined_symbol): Likewise.
150
151 2006-03-07 Richard Sandiford <richard@codesourcery.com>
152 Daniel Jacobowitz <dan@codesourcery.com>
153 Zack Weinberg <zack@codesourcery.com>
154 Nathan Sidwell <nathan@codesourcery.com>
155 Paul Brook <paul@codesourcery.com>
156 Ricardo Anguiano <anguiano@codesourcery.com>
157 Phil Edwards <phil@codesourcery.com>
158
159 * emulparams/armelf_vxworks.sh: Include vxworks.sh.
160 (MAXPAGESIZE): Define.
161 * emulparams/vxworks.sh: Undefine EMBEDDED.
162 * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
163 * Makefile.in: Regenerate.
164
165 2006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
166
167 * scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections.
168 Add KEEP() directives.
169 Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
170 .bss output sections.
171
172 2006-03-03 Richard Sandiford <richard@codesourcery.com>
173
174 * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
175 (EXTRA_EM_FILE): Define.
176 * emultempl/vxworks.em: New file.
177 * ld.texinfo (--force-dynamic): Document.
178 * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
179 on vxworks.em.
180 * Makefile.in: Regenerate.
181
182 2006-03-02 Richard Sandiford <richard@codesourcery.com>
183
184 * emulparams/elf32ppccommon.sh: New file, extracted from...
185 * emulparams/elf32ppc.sh: ...here.
186 * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
187 instead of elf32ppc.sh.
188 (BSS_PLT): Remove override.
189 * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
190 (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
191 (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
192 (eelf32ppclinux.c): Likewise.
193 (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
194 * Makefile.in: Regenerate.
195
196 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
197
198 * Makefile.am: Add html target.
199 * Makefile.in: Regenerate.
200 * po/Make-in: Add html target.
201
202 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
203 Anil Paranjape <anilp1@kpitcummins.com>
204 Shilin Shakti <shilins@kpitcummins.com>
205
206 * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
207 * scripttemp/elf32xc16xl.sc: Default linker script for large model.
208 * scripttemp/elf32xc16xs.sc: Default linker script for small model.
209 * emulparams/elf32xc16x.sh: Emulation script for tiny model.
210 * emulparams/elf32xc16xl.sh: Emulation script for large model.
211 * emulparams/elf32xc16xs.sh: Emulation script for small model.
212 * Makefile.am: Add entry to make xc16x target.
213 * Makefile.in: Regenerate.
214 * configure.tgt: Specify default and other emulation parameters
215 for xc16x.
216 * NEWS: Announce the support for the new target.
217
218 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
219
220 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
221 Use the traditional target.
222
223 2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
224
225 * configure.tgt (arm*b-*-linux-gnueabi): Change to
226 arm*b-*-linux-*eabi.
227 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
228
229 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
230
231 PR ld/2290
232 * NEWS: Updated for the Linux linker search order change.
233
234 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
235 gld${EMULATION_NAME}_check_ld_so_conf before checking default
236 search directories for DT_NEEDED entries.
237
238 2006-02-07 Paul Brook <paul@codesourcery.com>
239
240 * emultempl/armelf.em: Include elf/arm.h.
241 (arm_elf_finish): Set low address bit if enty point is a Thumb
242 function.
243
244 2006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
245
246 * deffilep.y (def_image_name): If the image name does not have
247 a suffix, append the default.
248 * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
249
250 2006-01-31 Danny Smith dannysmith@users.sourceforge.net
251
252 * NEWS: Mention support for forward exports in PE-COFF dll's.
253 * ld.texinfo: Expand documentation of EXPORT statements in
254 PE-COFF .def files.
255
256 2006-01-31 Filip Navara <navaraf@reactos.com>
257
258 * deffile.h (struct def_file_export): Add field flag_forward.
259 * pe-dll.c (process_def_file): Check for forward exports.
260 (generate_edata): Generate forward export symbols.
261 (fill_edata): Emit them.
262
263 * pe-dll.c (process_def_file): Don't crash on malformed
264 fastcall symbol names in .def file.
265
266 2006-01-30 Nick Clifton <nickc@redhat.com>
267
268 * po/vi.po: Updated Vietnamese translation.
269
270 2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
271
272 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
273 file:" as informational message, not a warning.
274
275 2006-01-18 Roger Sayle <roger@eyesopen.com>
276
277 * emultempl/irix.em: Use lbasename instead of basename.
278
279 2006-01-16 Nick Clifton <nickc@redhat.com>
280
281 * po/zh_CN.po: New Chinese (simplified) translation.
282 * configure.in (ALL_LINGUAS): Add "zh_CH".
283 * configure: Regenerate.
284
285 2006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
286
287 * ld.texinfo (Options): Fix typo.
288
289 For older changes see ChangeLog-2005
290 \f
291 Local Variables:
292 mode: change-log
293 left-margin: 8
294 fill-column: 74
295 version-control: never
296 End:
This page took 0.038006 seconds and 4 git commands to generate.