binutils:
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2006-06-02 Joseph S. Myers <joseph@codesourcery.com>
2
3 * Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty.
4 * Makefile.in: Regenerate.
5
6 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
7
8 * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
9 and LIBINTL_DEP everywhere.
10 (INTLLIBS): Remove.
11 (INCLUDES): Use @INCINTL@.
12 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
13 Remove local code for po/Makefile.
14 * Makefile.in, configure: Regenerated.
15
16 2006-05-30 H.J. Lu <hongjiu.lu@intel.com>
17
18 * emulparams/arcelf.sh (MAXPAGESIZE): Changed to
19 "CONSTANT (MAXPAGESIZE)".
20 * emulparams/armelf_nbsd.sh: Likewise.
21 * emulparams/armelf_vxworks.sh: Likewise.
22 * emulparams/armnto.sh: Likewise.
23 * emulparams/armsymbian.sh: Likewise.
24 * emulparams/crislinux.sh: Likewise.
25 * emulparams/elf32_i860.sh: Likewise.
26 * emulparams/elf32_i960.sh: Likewise.
27 * emulparams/elf32am33lin.sh: Likewise.
28 * emulparams/elf32bfinfd.sh: Likewise.
29 * emulparams/elf32bmipn32-defs.sh: Likewise.
30 * emulparams/elf32frvfd.sh: Likewise.
31 * emulparams/elf32i370.sh: Likewise.
32 * emulparams/elf32lppcnto.sh: Likewise.
33 * emulparams/elf32mcore.sh: Likewise.
34 * emulparams/elf32openrisc.sh: Likewise.
35 * emulparams/elf32ppcnto.sh: Likewise.
36 * emulparams/elf32ppcwindiss.sh: Likewise.
37 * emulparams/elf32vax.sh: Likewise.
38 * emulparams/elf32xc16x.sh: Likewise.
39 * emulparams/elf32xc16xl.sh: Likewise.
40 * emulparams/elf32xc16xs.sh: Likewise.
41 * emulparams/elf64_aix.sh: Likewise.
42 * emulparams/elf64hppa.sh: Likewise.
43 * emulparams/elf64mmix.sh: Likewise.
44 * emulparams/elf_i386_be.sh: Likewise.
45 * emulparams/elf_i386_chaos.sh: Likewise.
46 * emulparams/elf_i386_ldso.sh: Likewise.
47 * emulparams/hppa64linux.sh: Likewise.
48 * emulparams/hppalinux.sh: Likewise.
49 * emulparams/hppaobsd.sh: Likewise.
50 * emulparams/i386lynx.sh: Likewise.
51 * emulparams/i386moss.sh: Likewise.
52 * emulparams/i386nto.sh: Likewise.
53 * emulparams/i386nw.sh: Likewise.
54 * emulparams/m32relf_linux.sh: Likewise.
55 * emulparams/m68kpsos.sh: Likewise.
56 * emulparams/or32elf.sh: Likewise.
57 * emulparams/pjelf.sh: Likewise.
58 * emulparams/pjlelf.sh: Likewise.
59 * emulparams/ppclynx.sh: Likewise.
60 * emulparams/ppcnw.sh: Likewise.
61 * emulparams/shelf32_nbsd.sh : Likewise.
62 * emulparams/shelf_nbsd.sh: Likewise.
63 * emulparams/shelf_nto.sh: Likewise.
64 * emulparams/shlelf_nto.sh: Likewise.
65 * emulparams/xtensa-config.sh: Likewise.
66
67 * emulparams/armelf_linux.sh (MAXPAGESIZE): Changed to
68 "CONSTANT (MAXPAGESIZE)".
69 (COMMONPAGESIZE): Changed to "CONSTANT (COMMONPAGESIZE)".
70 * emulparams/elf32_sparc.sh: Likewise.
71 * emulparams/elf32bmip.sh: Likewise.
72 * emulparams/elf32ppccommon.sh: Likewise.
73 * emulparams/elf64_ia64.sh: Likewise.
74 * emulparams/elf64_s390.sh: Likewise.
75 * emulparams/elf64_sparc.sh: Likewise.
76 * emulparams/elf64alpha.sh: Likewise.
77 * emulparams/elf64ppc.sh: Likewise.
78 * emulparams/elf_i386.sh: Likewise.
79 * emulparams/elf_i386_vxworks.sh: Likewise.
80 * emulparams/elf_s390.sh: Likewise.
81 * emulparams/elf_x86_64.sh: Likewise.
82 * emulparams/shlelf32_linux.sh: Likewise.
83 * emulparams/shlelf_linux.sh: Likewise.
84
85 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Changed to
86 "CONSTANT (COMMONPAGESIZE)".
87 * emulparams/elf32btsmipn32.sh: Likewise.
88
89 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
90 "-z max-page-size=" and "-z common-page-size=".
91 (gld${EMULATION_NAME}_list_options): Likewise.
92
93 * ld.h (ld_config_type): Add maxpagesize and commonpagesize.
94
95 * ld.texinfo: Document "-z max-page-size=" and
96 "-z common-page-size=".
97
98 * ldexp.c (exp_print_token): Handle CONSTANT.
99 (fold_name): Likewise.
100 * ldgram.y: Likewise.
101 * ldlex.l: Likewise.
102
103 * ldmain.c (main): Initiliaze config.maxpagesize and
104 config.commonpagesize. Call bfd_emul_set_maxpagesize if
105 config.maxpagesize isn't 0. Call bfd_emul_set_commonpagesize if
106 config.commonpagesize config.maxpagesize isn't 0.
107
108 2006-05-30 Nick Clifton <nickc@redhat.com>
109
110 * po/es.po: Updated Spanish translation.
111
112 2006-05-25 H.J. Lu <hongjiu.lu@intel.com>
113
114 * emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000.
115
116 2006-05-24 H.J. Lu <hongjiu.lu@intel.com>
117
118 PR ld/1485
119 * configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit
120 bfd. Support 64bit host for --enable-targets=all.
121 * configure: Regenerated.
122
123 2006-05-24 Nick Clifton <nickc@redhat.com>
124
125 * po/vi.po: Updated Vietnamese translation.
126
127 2006-05-24 Bjoern Haase <bjoern.m.haase@web.de>
128
129 * configure.tgt: Add avr6 to emulation list.
130 * Makefile.am: Add eavr6.o and corresponding rule.
131 * Makefile.in: Regenerate.
132 * emulparams/avr6.sh: New file.
133 * emulparams/avrX.sh (TEMPLATE_NAME): Use elf32 instead of generic
134 for target option support.
135 (EXTRA_EM_FILE): Add reference to new em template file avrelf.
136 * scripttempl/avr.sc: Add ".trampolines" section.
137 * emultempl/avrelf.em: Add new file for target specific options.
138
139 2006-05-22 Nick Clifton <nickc@redhat.com>
140
141 * scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
142
143 2006-05-19 Alan Modra <amodra@bigpond.net.au>
144
145 * ldlang.c (lang_size_sections_1): Don't check mem regions for
146 os->ignored sections.
147
148 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
149
150 * ldlang.c (lang_size_sections): Call lang_reset_memory_regions
151 before redoing one_lang_size_sections_pass.
152
153 2006-05-11 Carlos O'Donell <carlos@codesourcery.com>
154
155 * ld.texinfo: Rename "Index" to "LD Index"
156
157 2006-05-11 Pedro Alves <pedro_alves@portugalmail.pt>
158
159 * pe-dll.c (autofilter_symbollist): Add Dllmain,
160 DllMainCRTStartup, _DllMainCRTStartup and .text.
161 (autofilter_liblist): Add libcegcc.
162 (autofilter_symbolprefixlist): Add __imp_ and .idata$.
163 (generate_reloc): Do not skip sections without a SEC_LOAD flag,
164 they can still contain relocs that need processing.
165 Skip the .idata$6 section.
166 (jmp_arm_bytes): New array: Contains byte codes for an ARM jump.
167 (make_one): Use the new array.
168 (make_import_fixup_entry): Use .idata$2 instead of .idata$3.
169 * emultempl/pe.em (MajorSubsystemVersion): Set to 3 for armpe.
170
171 2006-05-05 Alan Modra <amodra@bigpond.net.au>
172
173 * ld.texinfo: Document PowerPC and PowerPC64 options.
174 * gen-doc.texi: Enable.
175
176 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
177
178 * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
179 (TEXI2POD): Use AM_MAKEINFOFLAGS.
180 (configdoc.texi): Don't set top_srcdir.
181 * ld.texinfo: Don't use top_srcdir.
182 * aclocal.m4, Makefile.in: Regenerated.
183
184 2006-04-19 Alan Modra <amodra@bigpond.net.au>
185
186 * ldlang.c (wild): Tidy default_common_section loop.
187 (print_input_section): Format.
188
189 * configure: Regenerate.
190
191 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
192
193 * po/POTFILES.in: Regenerated.
194
195 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
196
197 * config.in: Regenerated.
198
199 2006-04-14 David Heine <dlheine@tensilica.com>
200 Bob Wilson <bob.wilson@acm.org>
201
202 * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
203 function to strip inconsistent linkonce sections.
204 (input_section_linked_worker, input_section_linked): New.
205 (is_inconsistent_linkonce_section): New.
206 (xtensa_strip_inconsistent_linkonce_sections): New.
207
208 2006-04-11 Diego Pettenò <flameeyes@gentoo.org>
209
210 * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD
211 and Dragonfly targets.
212 * configure.in (AC_CHECK_HEADERS): Add elf-hints.h.
213 * Makefile.am (HFILES): Add elf-hints-local.h.
214 * elf-hints-local.h: New file.
215 * Makefile.in: Regenerate.
216 * configure: Regenerate.
217
218 2006-04-07 Bernhard Fischer <aldot@gcc.gnu.org>
219
220 * ld.texinfo: Fix typo in documentation of --check-sections.
221
222 2006-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
223
224 * ldlang.c (load_symbols): Set as_needed and add_needed according
225 to the corresponding script's fields while processing it.
226
227 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
228
229 * Makefile.am: Add install-html, install-html-am, and
230 install-html-recursive targets.
231 * Makefile.in: Regenerate.
232 * configure.in: AC_SUBST datarootdir, docdir, htmldir.
233 * configure: Regenerate.
234 * po/Make-in: Add install-html target.
235
236 2006-04-06 H.J. Lu <hongjiu.lu@intel.com>
237
238 * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
239 link_info.need_relax_finalize.
240
241 * ldlang.c (relax_sections): New.
242 (lang_process): Use. Call relax_sections link_info.relax_pass
243 times.
244
245 * ldmain.c (main): Set link_info.relax_pass to 1. Remove
246 link_info.need_relax_finalize.
247
248 2006-04-05 Alan Modra <amodra@bigpond.net.au>
249
250 * Makefile.am (GENSCRIPTS): Pass prefix.
251 * Makefile.in: Regenerate.
252 * genscripts.sh: Adjust for extra parameter.
253 * emultempl/elf32.em (parse_ld_so_conf): Return true iff file
254 exists.
255 (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists.
256 * NEWS: Update.
257
258 2006-04-05 Richard Sandiford <richard@codesourcery.com>
259 Daniel Jacobowitz <dan@codesourcery.com>
260
261 * configure.tgt (sparc*-*-vxworks*): New stanza.
262 * emulparams/elf32_sparc_vxworks.sh: New file.
263 * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
264 (eelf32_sparc_vxworks.c): New rule.
265 * Makefile.in: Regenerate.
266
267 2006-04-04 Eric Botcazou <ebotcazou@adacore.com>
268
269 * ldlang.c (lang_map): Print the list of discarded input sections.
270 (print_input_section): Change parameter and print zero-sized sections.
271 (print_statement): Adjust call to print_input_section.
272
273 2006-04-01 Danny Smith <dannysmith@users.sourceforge.net>
274
275 * deffilep.y (def_image_name): If LIBRARY or NAME statement
276 specifies an empty string, retain the name specified on command
277 line.
278 * ld.texinfo: Document above.
279
280 2006-03-31 Jakub Jelinek <jakub@redhat.com>
281
282 * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
283 bfd_find_nearest_line succeeded for %C or %D, but filename
284 is NULL, print section+offset at the end.
285
286 2006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
287
288 * emulparams/elf32bfinfd.sh: New file.
289 * emultempl/bfin.em: Delete.
290 * emulparams/bfin.sh: Lose reference to bfin.em.
291 * Makefile.am (eelf32bfin.c): Likewise.
292 (eelf32bfinfd.c): New.
293 * Makefile.in: Regenerate.
294 * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
295 targ_extra_emuls.
296
297 2006-03-22 Richard Sandiford <richard@codesourcery.com>
298 Daniel Jacobowitz <dan@codesourcery.com>
299 Phil Edwards <phil@codesourcery.com>
300 Zack Weinberg <zack@codesourcery.com>
301 Mark Mitchell <mark@codesourcery.com>
302 Nathan Sidwell <nathan@codesourcery.com>
303
304 * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
305 separate VxWorks emulations.
306 * emulparams/elf32ebmipvxworks.sh: New file.
307 * emulparams/elf32elmipvxworks.sh: New file.
308 * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
309 eelf32elmipvxworks.o.
310 (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
311 * Makefile.in: Regenerate.
312
313 2006-03-16 Alan Modra <amodra@bigpond.net.au>
314
315 PR 2434
316 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
317 * ldlang.c (output_statement_table_init, lang_init): Likewise.
318 * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
319 (undefined_symbol): Likewise.
320
321 2006-03-07 Richard Sandiford <richard@codesourcery.com>
322 Daniel Jacobowitz <dan@codesourcery.com>
323 Zack Weinberg <zack@codesourcery.com>
324 Nathan Sidwell <nathan@codesourcery.com>
325 Paul Brook <paul@codesourcery.com>
326 Ricardo Anguiano <anguiano@codesourcery.com>
327 Phil Edwards <phil@codesourcery.com>
328
329 * emulparams/armelf_vxworks.sh: Include vxworks.sh.
330 (MAXPAGESIZE): Define.
331 * emulparams/vxworks.sh: Undefine EMBEDDED.
332 * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
333 * Makefile.in: Regenerate.
334
335 2006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
336
337 * scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections.
338 Add KEEP() directives.
339 Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
340 .bss output sections.
341
342 2006-03-03 Richard Sandiford <richard@codesourcery.com>
343
344 * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
345 (EXTRA_EM_FILE): Define.
346 * emultempl/vxworks.em: New file.
347 * ld.texinfo (--force-dynamic): Document.
348 * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
349 on vxworks.em.
350 * Makefile.in: Regenerate.
351
352 2006-03-02 Richard Sandiford <richard@codesourcery.com>
353
354 * emulparams/elf32ppccommon.sh: New file, extracted from...
355 * emulparams/elf32ppc.sh: ...here.
356 * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
357 instead of elf32ppc.sh.
358 (BSS_PLT): Remove override.
359 * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
360 (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
361 (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
362 (eelf32ppclinux.c): Likewise.
363 (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
364 * Makefile.in: Regenerate.
365
366 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
367
368 * Makefile.am: Add html target.
369 * Makefile.in: Regenerate.
370 * po/Make-in: Add html target.
371
372 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
373 Anil Paranjape <anilp1@kpitcummins.com>
374 Shilin Shakti <shilins@kpitcummins.com>
375
376 * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
377 * scripttemp/elf32xc16xl.sc: Default linker script for large model.
378 * scripttemp/elf32xc16xs.sc: Default linker script for small model.
379 * emulparams/elf32xc16x.sh: Emulation script for tiny model.
380 * emulparams/elf32xc16xl.sh: Emulation script for large model.
381 * emulparams/elf32xc16xs.sh: Emulation script for small model.
382 * Makefile.am: Add entry to make xc16x target.
383 * Makefile.in: Regenerate.
384 * configure.tgt: Specify default and other emulation parameters
385 for xc16x.
386 * NEWS: Announce the support for the new target.
387
388 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
389
390 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
391 Use the traditional target.
392
393 2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
394
395 * configure.tgt (arm*b-*-linux-gnueabi): Change to
396 arm*b-*-linux-*eabi.
397 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
398
399 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
400
401 PR ld/2290
402 * NEWS: Updated for the Linux linker search order change.
403
404 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
405 gld${EMULATION_NAME}_check_ld_so_conf before checking default
406 search directories for DT_NEEDED entries.
407
408 2006-02-07 Paul Brook <paul@codesourcery.com>
409
410 * emultempl/armelf.em: Include elf/arm.h.
411 (arm_elf_finish): Set low address bit if enty point is a Thumb
412 function.
413
414 2006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
415
416 * deffilep.y (def_image_name): If the image name does not have
417 a suffix, append the default.
418 * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
419
420 2006-01-31 Danny Smith dannysmith@users.sourceforge.net
421
422 * NEWS: Mention support for forward exports in PE-COFF dll's.
423 * ld.texinfo: Expand documentation of EXPORT statements in
424 PE-COFF .def files.
425
426 2006-01-31 Filip Navara <navaraf@reactos.com>
427
428 * deffile.h (struct def_file_export): Add field flag_forward.
429 * pe-dll.c (process_def_file): Check for forward exports.
430 (generate_edata): Generate forward export symbols.
431 (fill_edata): Emit them.
432
433 * pe-dll.c (process_def_file): Don't crash on malformed
434 fastcall symbol names in .def file.
435
436 2006-01-30 Nick Clifton <nickc@redhat.com>
437
438 * po/vi.po: Updated Vietnamese translation.
439
440 2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
441
442 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
443 file:" as informational message, not a warning.
444
445 2006-01-18 Roger Sayle <roger@eyesopen.com>
446
447 * emultempl/irix.em: Use lbasename instead of basename.
448
449 2006-01-16 Nick Clifton <nickc@redhat.com>
450
451 * po/zh_CN.po: New Chinese (simplified) translation.
452 * configure.in (ALL_LINGUAS): Add "zh_CH".
453 * configure: Regenerate.
454
455 2006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
456
457 * ld.texinfo (Options): Fix typo.
458
459 For older changes see ChangeLog-2005
460 \f
461 Local Variables:
462 mode: change-log
463 left-margin: 8
464 fill-column: 74
465 version-control: never
466 End:
This page took 0.038158 seconds and 5 git commands to generate.