Rework patch to check by both armap entry and archive offset. Also,
[binutils.git] / ld / ChangeLog
blobe5a51293455b5ae469fbe3820ea5a49a05fd6e7b
1 2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>
3         PR binutils/3281
4         PR binutils/5037
5         * ldexp.h (ldexp_control): Add relro, relro_start_stat and
6         relro_end_stat.
8         * ldexp.c (fold_binary): Set expld.dataseg.relro to
9         exp_dataseg_relro_start or exp_dataseg_relro_end when
10         seeing DATA_SEGMENT_ALIGN or DATA_SEGMENT_RELRO_END,
11         respectively.
13         * ldlang.c (lang_size_sections_1): Properly set
14         expld.dataseg.relro_start_stat and
15         expld.dataseg.relro_end_stat.
16         (find_relro_section_callback): New function.
17         (lang_find_relro_sections_1): Likewise.
18         (lang_find_relro_sections): Likewise.
19         (lang_process): Call lang_find_relro_sections for
20         non-relocatable link.
22 2007-09-17  Nick Clifton  <nickc@redhat.com>
24         * po/es.po: Updated Spanish translation.
26 2007-09-16  H.J. Lu  <hongjiu.lu@intel.com>
28         * emultempl/elf32.em: Check DF_BIND_NOW instead of DT_BIND_NOW.
30 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
32         PR ld/5025
33         * emultempl/elf32.em (write_build_id_section): Correct test for
34         "missing" .note.gnu.build-id.  Downgrade error to a warning if
35         it has been discarded.
37 2007-09-08  Alan Modra  <amodra@bigpond.net.au>
39         * ldwrite.c (build_link_order <lang_padding_statement_enum>): Correct
40         condition under which we build a bfd_data_link_order.
42 2007-08-31  Tristan Gingold  <gingold@adacore.com>
44         * ldlang.c (lang_map): Increment lang_statement_iteration so that
45         DEFINED() expressions are correctly computed.
47 2007-08-31  Alan Modra  <amodra@bigpond.net.au>
49         * ldlang.c (lang_record_phdrs): Give a fatal error if no sections
50         assigned to phdrs.  Avoid multiple forward scans for a section
51         with phdr assignment.
53 2007-08-28  Mark Shinwell  <shinwell@codesourcery.com>
54             Joseph Myers  <joseph@codesourcery.com>
56         * ldlang.c (sort_sections_by_lma): Sort by internal id after lma
57         for stable sort.
59 2007-08-28  Robert Sebastian Gerus  <arachnist@gmail.com>
61         * configure.host: Add support for i[3-7]86-*-dragonfly*.
62         * configure.tgt: Likewise.
64 2007-08-18  Alan Modra  <amodra@bigpond.net.au>
66         * ld.texinfo (Input Section Basics): Correct EXCLUDE_FILE example.
68 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
70         * configure.host: Handle sparcv*-*-linux-* the same as
71         sparc-*-linux-*.  Change sparc64-*-linux-* to sparc64*-*-linux-*.
73 2007-08-17  Alan Modra  <amodra@bigpond.net.au>
75         * emultempl/alphaelf.em: Format option help.
76         * emultempl/armcoff.em: Likewise.
77         * emultempl/armelf.em: Likewise.
78         * emultempl/avrelf.em: Likewise.
79         * emultempl/elf32.em: Likewise.
80         * emultempl/hppaelf.em: Likewise.
81         * emultempl/ia64elf.em: Likewise.
82         * emultempl/m68hc1xelf.em: Likewise.
83         * emultempl/ppc32elf.em: Likewise.
84         * emultempl/ppc64elf.em: Likewise.
85         * emultempl/scoreelf.em: Likewise.
86         * emultempl/spuelf.em: Likewise.
87         * emultempl/ticoff.em: Likewise.
88         * emultempl/vxworks.em: Likewise.
89         * emultempl/xtensaelf.em: Likewise.
91 2007-08-17  Alan Modra  <amodra@bigpond.net.au>
93         * ldexp.c (exp_get_vma, exp_get_fill): Canonicalise error messages.
94         * lexsup.c (ld_options): Don't use tabs in help text.
95         * emultempl/armcoff.em (gld${EMULATION_NAME}_finish): Fix typo.
96         * emultempl/pe.em (gld${EMULATION_NAME}_finish): Fix typo.
98 2007-08-17  Alan Modra  <amodra@bigpond.net.au>
100         * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
102 2007-08-15  Alan Modra  <amodra@bigpond.net.au>
104         PR 4923
105         * emultempl/elf32.em (after_open): Return immediately when
106         non-ELF output.
108 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
110         * configure.in (ALL_LINGUAS): Add fi.
111         * po/fi.po: New file.
112         * configure: Regenerated.
114 2007-08-10  Nick Clifton  <nickc@redhat.com>
116         * NEWS: Add a marker for the 2.18 features.
118 2007-08-10  Nick Clifton  <nickc@redhat.com>
120         * po/ga.po: Updated Irish translation.
121         * po/vi.po: Updated Vietnamese translation.
123 2007-08-10  H.J. Lu  <hongjiu.lu@intel.com>
125         * Makefile.am: Run "make dep-am".
126         * Makefile.in: Regenerate.
128 2007-08-10  H.J. Lu  <hongjiu.lu@intel.com>
130         PR ld/4875
131         * elf-hints-local.h: Include bfd_stdint.h.  Use uint32_t
132         instead of u_int32_t.
134         * sha1.h: Include bfd_stdint.h instead of <stdint.h>.
136 2007-08-09  Alan Modra  <amodra@bigpond.net.au>
138         PR 4515
139         * genscripts.sh: Delete all references to NONPAGED_TEXT_START_ADDR.
140         * ldint.texinfo: Likewise.
141         * emulparams/armaoutb.sh (NONPAGED_TEXT_START_ADDRESS): Delete.
142         * emulparams/armaoutl.sh: Likewise.
143         * emulparams/arcelf.sh (NONPAGED_TEXT_START_ADDR): Delete.
144         * emulparams/bfin.sh: Likewise
145         * emulparams/crisaout.sh: Likewise
146         * emulparams/elf32_sparc.sh: Likewise
147         * emulparams/elf32am33lin.sh: Likewise
148         * emulparams/elf32b4300.sh: Likewise
149         * emulparams/elf32bmip.sh: Likewise
150         * emulparams/elf32mcore.sh: Likewise
151         * emulparams/elf32xtensa.sh: Likewise
152         * emulparams/elf64_s390.sh: Likewise
153         * emulparams/elf64_sparc.sh: Likewise
154         * emulparams/elf64alpha.sh: Likewise
155         * emulparams/elf_i386.sh: Likewise
156         * emulparams/elf_i386_be.sh: Likewise
157         * emulparams/elf_i386_chaos.sh: Likewise
158         * emulparams/elf_i386_ldso.sh: Likewise
159         * emulparams/elf_i386_vxworks.sh: Likewise
160         * emulparams/elf_s390.sh: Likewise
161         * emulparams/elf_x86_64.sh: Likewise
162         * emulparams/i386aout.sh: Likewise
163         * emulparams/i386moss.sh: Likewise
164         * emulparams/i386msdos.sh: Likewise
165         * emulparams/i386nto.sh: Likewise
166         * emulparams/i386nw.sh: Likewise
167         * emulparams/m68kaout.sh: Likewise
168         * emulparams/m68kelf.sh: Likewise
169         * emulparams/ppcnw.sh: Likewise
170         * emulparams/sun4.sh: Likewise
171         * emulparams/tic80coff.sh: Likewise
172         * emulparams/vaxnbsd.sh: Likewise
173         * emulparams/armnbsd.sh (NONPAGED_TEXT_START_ADDR): Delete.
174         (TEXT_START_ADDR): Set for -n, -N.
175         * emulparams/coff_sparc.sh: Likewise
176         * emulparams/elf32vax.sh: Likewise
177         * emulparams/i386bsd.sh: Likewise
178         * emulparams/i386go32.sh: Likewise
179         * emulparams/i386linux.sh: Likewise
180         * emulparams/i386lynx.sh: Likewise
181         * emulparams/i386mach.sh: Likewise
182         * emulparams/m68k4knbsd.sh: Likewise
183         * emulparams/m68klinux.sh: Likewise
184         * emulparams/m68knbsd.sh: Likewise
185         * emulparams/ns32knbsd.sh: Likewise
186         * emulparams/pc532macha.sh: Likewise
187         * emulparams/ppclynx.sh: Likewise
188         * emulparams/scoreelf.sh: Likewise
189         * emulparams/sparcaout.sh: Likewise
190         * emulparams/sparclinux.sh: Likewise
191         * emulparams/sun3.sh: Likewise
192         * emulparams/vsta.sh: Likewise
194 2007-08-07  Ralf Corsépius <ralf.corsepius@rtems.org>
196         * configure.tgt: Add bfin-*rtems*.
198 2007-08-06  Kai Tietz  <kai.tietz@onevision.com>
200         * emultempl/pep.em: (pep_enable_stdcall_fixup): Set to value 1.
201         (gld_xxx_recognized_file): Use pep_bfd_is_dll for detection of
202         shared objects.
203         * pe-dll.c: (autofilter_symbollist_i386): Define set for amd64
204         mingw target.
206 2007-08-01  Nick Clifton  <nickc@redhat.com>
208         * po/ga.po: Updated Irish translation.
210 2007-07-29  Alan Modra  <amodra@bigpond.net.au>
212         * ldlang.c (lang_insert_orphan): When searching through linker
213         script to place an orphan, don't stop on statements that appear
214         outside of SECTIONS.
215         * emultempl/elf32.em (output_rel_find): Prefer read-only alloc
216         sections over read/write alloc sections.
218 2007-07-28  Jakub Jelinek  <jakub@redhat.com>
220         * scripttempl/elf.sc: Add .note.gnu.build-id.
222 2007-07-25  Nick Clifton  <nickc@redhat.com>
224         PR 4824
225         * ld.texinfo (Options): Extend the description of the -O command
226         line option.
228 2007-07-24  Kai Tietz  <kai.tietz@onevision.com>
230         * pep.sc: Correct ctor/dtor sentinels for 64-bit targets.
232 2007-07-21  Nick Clifton  <nickc@redhat.com>
234         * sha1.h: Change to use version 3 of the GNU General Public
235         License and tidy up formatting.
236         * sha1.c: Likewise.
238 2007-07-19  Roland McGrath  <roland@redhat.com>
240         * genscripts.sh (source_em, fragment): New sh functions.
241         Truncate e${EMULATION_NAME}.c file before .em script fills it.
242         Use source_em in place of . for the .em script.
243         * emultempl/generic.em: Use fragment and source_em functions.
244         * emultempl/aix.em: Likewise.
245         * emultempl/alphaelf.em: Likewise.
246         * emultempl/armcoff.em: Likewise.
247         * emultempl/armelf.em: Likewise.
248         * emultempl/avrelf.em: Likewise.
249         * emultempl/beos.em: Likewise.
250         * emultempl/cr16elf.em: Likewise.
251         * emultempl/crxelf.em: Likewise.
252         * emultempl/elf-generic.em: Likewise.
253         * emultempl/elf32.em: Likewise.
254         * emultempl/genelf.em: Likewise.
255         * emultempl/gld960.em: Likewise.
256         * emultempl/gld960c.em: Likewise.
257         * emultempl/hppaelf.em: Likewise.
258         * emultempl/ia64elf.em: Likewise.
259         * emultempl/irix.em: Likewise.
260         * emultempl/linux.em: Likewise.
261         * emultempl/lnk960.em: Likewise.
262         * emultempl/m68hc1xelf.em: Likewise.
263         * emultempl/m68kcoff.em: Likewise.
264         * emultempl/m68kelf.em: Likewise.
265         * emultempl/mipsecoff.em: Likewise.
266         * emultempl/mipself.em: Likewise.
267         * emultempl/mmix-elfnmmo.em: Likewise.
268         * emultempl/mmixelf.em: Likewise.
269         * emultempl/mmo.em: Likewise.
270         * emultempl/needrelax.em: Likewise.
271         * emultempl/netbsd.em: Likewise.
272         * emultempl/pe.em: Likewise.
273         * emultempl/pep.em: Likewise.
274         * emultempl/ppc32elf.em: Likewise.
275         * emultempl/ppc64elf.em: Likewise.
276         * emultempl/scoreelf.em: Likewise.
277         * emultempl/sh64elf.em: Likewise.
278         * emultempl/spuelf.em: Likewise.
279         * emultempl/sunos.em: Likewise.
280         * emultempl/ticoff.em: Likewise.
281         * emultempl/vanilla.em: Likewise.
282         * emultempl/vxworks.em: Likewise.
283         * emultempl/xtensaelf.em: Likewise.
284         * emultempl/z80.em: Likewise.
286 2007-07-18  Roland McGrath  <roland@redhat.com>
288         * emultempl/elf32.em (gld${EMULATION_NAME}_write_build_id_section):
289         Use ASEC->contents for CONTENTS when missing, and allocate
290         ASEC->size if needed.
292 2007-07-13  Roland McGrath  <roland@redhat.com>
294         * emultempl/elf32.em (struct build_id_info): New type.
295         (gld${EMULATION_NAME}_id_note_section_size): New function.
296         (gld${EMULATION_NAME}_write_build_id_section): New function.
297         (gld${EMULATION_NAME}_after_open): Use them.
298         (DEFAULT_BUILD_ID_STYLE): Change to "sha1".
299         * ld.texinfo (Options): Mention --build-id=sha1.
301         * sha1.h: New file (from gnulib).
302         * sha1.c: New file (from gnulib).
303         * Makefile.am (CFILES, HFILES, OFILES, ld_new_SOURCES): Add them.
304         (sha1.o): New target.
305         * Makefile.in: Regenerated.
307 2007-07-13  Alan Modra  <amodra@bigpond.net.au>
309         * ldlang.c (strip_excluded_output_sections): Don't ignore sections
310         with update_dot_tree.
312 2007-07-12  Nathan Sidwell  <nathan@codesourcery.com>
314         * scripttempl/pe.sc: Don't include .gcc_except_table and
315         .eh_frame on partial links.
316         * scripttempl/pep.sc: Likewise.
318 2007-07-12  Alan Modra  <amodra@bigpond.net.au>
320         PR 4782
321         * ldlang.c (lang_size_sections_1 <output_section_statement>): Only
322         use expld.result when valid.
324 2007-07-12  Alan Modra  <amodra@bigpond.net.au>
326         * emultempl/spuelf.em (embedded_spu_file): Test for NULL path
327         before calling base_name, not after.
329 2007-07-10  Alan Modra  <amodra@bigpond.net.au>
331         * scripttempl/elf.sc (DISCARDED): Renamed from STACKNOTE.  Add
332         .gnu.debuglink.
333         * scripttempl/armbpabi.sc: Likewise.
334         * scripttempl/elf32sh-symbian.sc: Likewise.
335         * scripttempl/elfxtensa.sc: Likewise.
336         * scripttempl/mep.sc: Likewise.
338 2007-07-09  Roland McGrath  <roland@redhat.com>
340         * emultempl/elf32.em (gld${EMULATION_NAME}_add_option): Add --build-id.
341         (gld${EMULATION_NAME}_handle_option): Handle --build-id.
342         (gld${EMULATION_NAME}_list_options): List --build-id.
343         (gld${EMULATION_NAME}_after_open): If --build-id was given,
344         synthesize a ".note.gnu.build-id" section and cache it in elf_tdata.
345         * ld.texinfo (Options): Describe --build-id.
346         * NEWS: Mention --build-id.
348 2007-07-06  Nick Clifton  <nickc@redhat.com>
350         * deffile.h: Update copyright notice to refer to GPLv3.
351         * deffilep.y, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h,
352         ldexp.c, ldexp.h, ldfile.c, ldfile.h, ldgram.y, ld.h, ldlang.c,
353         ldlang.h, ldlex.h, ldlex.l, ldmain.c, ldmain.h, ldmisc.c,
354         ldmisc.h, ldver.c, ldver.h, ldwrite.c, ldwrite.h, lexsup.c, mri.c,
355         mri.h, pe-dll.c, pe-dll.h, pep-dll.c, pep-dll.h, stamp-h.in,
356         sysdep.h, emultempl/aix.em, emultempl/alphaelf.em,
357         emultempl/armcoff.em, emultempl/armelf.em, emultempl/avrelf.em,
358         emultempl/beos.em, emultempl/cr16elf.em, emultempl/crxelf.em,
359         emultempl/elf32.em, emultempl/elf-generic.em, emultempl/genelf.em,
360         emultempl/generic.em, emultempl/gld960c.em, emultempl/gld960.em,
361         emultempl/hppaelf.em, emultempl/ia64elf.em, emultempl/irix.em,
362         emultempl/linux.em, emultempl/lnk960.em, emultempl/m68hc1xelf.em,
363         emultempl/m68kcoff.em, emultempl/m68kelf.em,
364         emultempl/mipsecoff.em, emultempl/mipself.em,
365         emultempl/mmixelf.em, emultempl/mmix-elfnmmo.em, emultempl/mmo.em,
366         emultempl/needrelax.em, emultempl/pe.em, emultempl/pep.em,
367         emultempl/ppc32elf.em, emultempl/ppc64elf.em,
368         emultempl/scoreelf.em, emultempl/sh64elf.em, emultempl/spuelf.em,
369         emultempl/spu_ovl.S, emultempl/sunos.em, emultempl/ticoff.em,
370         emultempl/vanilla.em, emultempl/xtensaelf.em: Likewise.
371         * genscripts.sh: Add copyright notice.
372         * emultempl/netbsd.em, emultempl/vxworks.em, emultempl/z80.em:
373         Likewise.
374         * NEWS: Mention that the sources are now under GPLv3.
375         * configure: Regenerate.
377 2007-07-05  Danny Smith  <dannysmith@users.sourceforge.net>
379         * ld.texinfo (--heap): Replace 'amount' with 'number of bytes'.
380         (--stack): Likewise.
382 2007-07-03  Matthias Klose  <doko@ubuntu.com>
384         * emultempl/spuelf.em (base_name): Correct backslash quoting.
386 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
388         * Makefile.in: Regenerate.
389         * aclocal.m4: Regenerate.
390         * config.in: Regenerate.
391         * po/ld.pot: Regenerate.
393 2007-06-30  H.J. Lu  <hongjiu.lu@intel.com>
395         * aclocal.m4: Regenerated.
396         * Makefile.in: Likewise.
398 2007-06-29  H.J. Lu  <hongjiu.lu@intel.com>
400         * NEWS: Remove a line with '*' only.
402 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
404         * emulparams/armelf.sh (OTHER_SECTIONS): Remove .ARM.attributes.
405         (ATTRS_SECTIONS): Define.
406         * scripttempl/elf.sc, scripttempl/elf32sh-symbian.sc,
407         scripttempl/elf_chaos.sc, scripttempl/elfi370.sc,
408         scripttempl/elfxtensa.sc: Handle ATTRS_SECTIONS.
410 2007-06-29  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
412         * scripttemp/elf32cr16.sc: Default linker script.
413         * emulparams/elf32cr16.sh: Emulation script.
414         * emultempl/cr16elf.em: Emulation script.
415         * Makefile.am: Add entry to make cr16 target.
416         * Makefile.in: Regenerate.
417         * configure.tgt: Specify default and other emulation parameters
418         for cr16.
419         * ChangeLog: Added CR16 target entry.
420         * NEWS: Announce the support for the CR16 new target.
422 2007-06-27  Alan Modra  <amodra@bigpond.net.au>
424         * pe-dll.c: Rename uses of bfd.next to bfd.archive_next throughout.
426 2007-06-20  Alan Modra  <amodra@bigpond.net.au>
428         * emulparams/elf32_spu.sh (OTHER_SECTIONS): KEEP .note.spu_name.
430 2007-06-18  Nathan Sidwell  <nathan@codesourcery.com>
432         * ldlex.l, ldgram.y: Add ALIGNOF.
433         * ldexp.c (exp_print_token, foldname): Likewise.
434         * ld.texinfo: Likewise.
436 2007-06-18  Alan Modra  <amodra@bigpond.net.au>
438         * Makefile.am: Add eelf32_spu.o rule.
439         * Makefile.in: Regenerate.
440         * emultempl/spuelf.em: Revert last change.  Instead use EMBEDSPU
441         defined in Makefile for embedspu name.
443 2007-06-18  Alan Modra  <amodra@bigpond.net.au>
445         * emultempl/spuelf.em (embedded_spu_file): Deduce embedspu program
446         name prefix from that of ld.
448 2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
450         * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
452         * acinclude.m4: Removed.
454         * Makefile.in: Regenerated.
455         * aclocal.m4: Likewise.
456         * configure: Likewise.
458 2007-06-14  Alan Modra  <amodra@bigpond.net.au>
460         * emultempl/spu_ovl.S: Don't trash lr on tail call from one
461         overlay to another.
462         * emultempl/spu_ovl.o: Regenerate.
464 2007-06-11  Bob Wilson  <bob.wilson@acm.org>
466         * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Add ONLY_IF_RO
467         for .xt_except_table.
468         (OTHER_RELRO_SECTIONS): New.
470 2007-06-11  Sterling Augustine  <sterling@tensilica.com>
471             Bob Wilson  <bob.wilson@acm.org>
473         * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Use renamed
474         XTENSA_PROP_NO_TRANSFORM flag instead of XTENSA_PROP_INSN_NO_TRANSFORM.
476 2007-06-01  Noah Misch  <noah@cs.caltech.edu>
477             Alan Modra  <amodra@bigpond.net.au>
479         * ldlang.c (ldlang_add_file): Use input_bfds_tail.
480         * ldmain.c (main): Init input_bfds_tail.  Sort link_info
481         initialization.
483 2007-05-29  Alan Modra  <amodra@bigpond.net.au>
485         * emultempl/spuelf.em (base_name): New function, split out from..
486         (embedded_spu_file) ..here.  Pass -fPIC or -fpie to embedspu
487         invocation if we deduce a shared lib or position independent
488         executable build by looking at ctrbegin* linker input files.
490 2007-05-29  Alan Modra  <amodra@bigpond.net.au>
492         * emultempl/spu_ovl.S (__rv_pattern, __cg_pattern): Set symbol
493         types and sizes.
494         * emultempl/spu_ovl.o: Regenerate.
496 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
498         * Makefile.in: Regnerate.
499         * configure: Regenerate.
500         * aclocal.m4: Regenerate.
502 2007-05-24  Nathan Sidwell  <nathan@codesourcery.com>
504         * ldlex.l: ASSERT is recognized in SCRIPT env.  NAMES cannot
505         contain commas in EXP env.
506         * ldgram.y (extern_name_list): Push to EXP env, move body to ...
507         (extern_name_list_body): ... here.
508         (script_file, ifile_list): Reformat.
509         (statement): Add ASSERT.
511 2007-05-22  Nick Clifton  <nickc@redhat.com>
513         * ld.texinfo: Use @copying around the copyright notice.
514         * ldint.texinfo: Likewise.
516 2007-05-18  Richard Sandiford  <richard@codesourcery.com>
518         * emulparams/elf32ebmipvxworks.sh (OTHER_READONLY_SECTIONS)
519         (OTHER_READWRITE_SECTIONS): Define.  Add .rdata sections.
521 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
523         * configure.in: Allow sysroots to be relocated under $prefix as
524         well as $exec_prefix.
525         * configure: Regenerate.
527 2007-05-14  Andreas Schwab  <schwab@suse.de>
529         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern):
530         Handle null pattern.
532 2007-05-11  Alan Modra  <amodra@bigpond.net.au>
534         * emultempl/ppc32elf.em (plt_style): New variable.
535         (old_plt): Delete.
536         (ppc_after_open): Adjust ppc_elf_select_plt_layout call.
537         (PARSE_AND_LIST_PROLOGUE): Define OPTION_NEW_PLT, renumber
538         OPTION_OLD_PLT, OPTION_OLD_GOT and OPTION_STUBSYMS.
539         (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add secure-plt.
540         (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NEW_PLT.
541         * ld.texinfo (--secure-plt): Document.
543 2007-05-08  Alan Modra  <amodra@bigpond.net.au>
545         * ld.h (args_type, ld_config_type): Reorder fields.
546         * ldmain.c (main): Don't initialise a bunch of vars we know are
547         zero already.
549 2007-05-05  Anatoly Sokolov <aesok@post.ru>
551         * multempl/avrelf.em (PARSE_AND_LIST_ARGS_CASES): Add new value for
552         "--pmem-wrap-around".
553         (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around".
555 2007-05-03  Bob Wilson  <bob.wilson@acm.org>
557         * scripttempl/elfxtensa.sc: Merge changes from elf.sc.
559 2007-05-03  Alan Modra  <amodra@bigpond.net.au>
561         * ld.texinfo (--no-warn-search-mismatch): Document.
562         * ldfile.c (ldfile_try_open_bfd): Don't warn about skipping
563         incompatible libraries if --no-warn-search-mismatch.
564         * ld.h (args_type): Add warn_search_mismatch.
565         * ldmain.c (main): Init it.
566         * lexsup.c (enum option_values): Add OPTION_NO_WARN_SEARCH_MISMATCH.
567         (ld_options): Add entry for --no-warn-search-mismatch.
568         (parse_args): Handle OPTION_NO_WARN_SEARCH_MISMATCH.
570 2007-05-03  Alan Modra  <amodra@bigpond.net.au>
572         * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
574 2007-05-01  Robert Millan  <rmh@aybabtu.com>
576         * ldlang.c (lang_check): Error on architecture mismatch.
578 2007-04-30  Alan Modra  <amodra@bigpond.net.au>
580         * ldmain.c (link_callbacks): Init info and minfo fields.
581         * ldmisc.c (minfo): Do nothing if no map file.
582         * emultempl/spuelf.em (stack_analysis, emit_stack_syms): New vars.
583         (spu_after_open): Adjust spu_elf_create_sections call.
584         (spu_before_allocation): Likewise for spu_elf_size_stubs.
585         (OPTION_SPU_STACK_ANALYSIS, OPTION_SPU_STACK_SYMS): Define.
586         (PARSE_AND_LIST_LONGOPTS): Add new entries.
587         (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
588         * gen-doc.texi: Add @set for SPU and other missing targets.
589         * ld.texinfo: Update man page selection to match gen-doc.texi.
590         Document SPU features.
592 2007-04-28  Alan Modra  <amodra@bigpond.net.au>
594         * ldcref.c (struct cref_hash_entry): Make "demangled" const.
595         (cref_fill_array): Adjust for changed demangler.
596         * ldlang.c (lang_one_common): Likewise.
598 2007-04-27  Nathan Froyd  <froydnj@codesourcery.com>
600         * emulparams/elf32_sparc.sh: Update comments.
601         * emulparams/elf32bmip.sh: Likewise.
602         * emulparams/elf32ppc.sh: Likewise.
603         * emulparams/vxworks.sh: Likewise.
605 2007-04-27  Alan Modra  <amodra@bigpond.net.au>
607         Many files: Include sysdep.h first.  Remove duplicate headers.
608         * Makefile.am: Run "make dep-am".
609         * Makefile.in: Regenerate.
611 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
613         * Makefile.in: Regenerate.
615 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
617         * ldcref.c (cref_fill_array): Call bfd_demangle rather than demangle.
618         * ldlang.c (lang_one_common): Likewise.
619         * ldmisc.c (vfinfo): Likewise.
620         (demangle): Delete.
621         * ldmisc.h (demangle): Delete.
622         * Makefile.am: Run "make dep-am".
623         * Makefile.in: Regenerate.
625 2007-04-18  Alan Modra  <amodra@bigpond.net.au>
627         * ldlang.h (enum section_type): Add overlay_section.
628         * ldlang.c (lang_add_section): Handle flags for overlay_section
629         as per normal_section.
630         (lang_size_sections_1): When setting lma, detect overlays by
631         os->sectype rather than by looking for overlapping vmas.
632         (lang_enter_overlay_section): Use overlay_section type.
633         (lang_leave_overlay): Set first overlay section to normal.
635 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
637         * Makefile.am: Add ACLOCAL_AMFLAGS.
638         * Makefile.in: Regenerate.
640 2007-04-12  Bob Wilson  <bob.wilson@acm.org>
642         * emulparams/elf32xtensa.sh (OTHER_SECTIONS): KEEP property sections.
644 2007-04-10  Richard Henderson  <rth@redhat.com>
646         * ldlang.c (relax_sections): Initialize and increment
647         link_info.relax_trip.
649 2007-04-04  Paul Brook  <paul@codesourcery.com>
651         * configure.tgt: Loosen checks for arm uclinux eabi targets.
653 2007-04-02  H.J. Lu  <hongjiu.lu@intel.com>
655         PR ld/4090
656         * ldexp.h (node_type): Add lineno.
657         * ldexp.c: Include "ldlex.h".
658         (exp_intop): Set the lineno field from lineno.
659         (exp_bigintop): Likewise.
660         (exp_relop): Likewise.
661         (exp_nameop): Likewise.
662         (exp_binop): Set the lineno field from lineno of lhs.
663         (exp_trinop): Likewise.
664         (exp_unop): Set the lineno field from lineno of child.
665         (exp_assop): Set the lineno field from lineno of src.
666         (exp_provide): Likewise.
667         (exp_assert): Set the lineno field from lineno of exp.
668         (exp_get_abs_int): Set lineno from lineno of nonconstant
669         expression when report problem.
671 2007-03-29  Richard Sandiford  <richard@codesourcery.com>
672             Daniel Jacobowitz  <dan@codesourcery.com>
674         * NEWS: Mention -l:foo.
675         * ld.texinfo: Document it.
676         * ldlang.c (new_afile): If a lang_input_file_is_l_enum
677         entry as a name beginning with a coloh, convert it to a
678         lang_input_file_is_search_file_enum entry without the colon.
680 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
682         * ld.h (ld_config_type): Add rpath_separator.
683         * ldmain.c (main): Initialize it.
684         * lexsup.c (parse_args): Honor config.rpath_separator.
685         * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Likewise.
686         (gld${EMULATION_NAME}_add_sysroot): Likewise.
687         (gld${EMULATION_NAME}_parse_ld_so_conf): Use config.rpath_separator
688         rather than ':' when building the path.
689         * emultempl/vxworks.em (vxworks_before_parse): New function.
690         Override config.rpath_separator.
691         (LDEMUL_AFTER_OPEN): Do not change if EXTRA_EM_FILE has been
692         set to gld${EMULATION_NAME}_after_open; #define that identifier
693         to vxworks_foo instead.
694         (LDEMUL_BEFORE_PARSE): Override in the same way as LDEMUL_AFTER_OPEN.
696 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
697             Phil Edwards  <phil@codesourcery.com>
699         * ld.texinfo: Put the contents after the title page rather
700         than at the end of the document.
702 2007-03-26  Alan Modra  <amodra@bigpond.net.au>
704         * Makefile.am: Add dependency on ldemul-list.h for powerpc and
705         spu target emul files.
706         * configure.in: Check for mkstemp and waitpid.
707         * Makefile.in: Regenerate.
708         * configure: Regenerate.
709         * config.in: Regenerate.
710         * ldlang.c (input_file_chain): Make global.
711         (lang_add_input_file): Don't set lang_has_input_file here.
712         * ldlang.h (input_file_chain): Declare.
713         * emultempl/ppc32elf.em (ppc_recognized_file): New function.
714         (LDEMUL_RECOGNIZED_FILE): Define.
715         * emultempl/ppc64elf.em (ppc64_recognized_file): New function.
716         (LDEMUL_RECOGNIZED_FILE): Define.
717         * emultempl/spuelf.em (struct tflist): New.
718         (tmp_file_list): New var.
719         (clean_tmp, embedded_spu_file): New functions.
721 2007-03-24  Alan Modra  <amodra@bigpond.net.au>
723         * ldlang.c (lang_insert_orphan): Provide start/stop loadaddr syms
724         rather than defining unconditionally.
725         (lang_leave_overlay_section): Likewise.
726         * ld.texinfo (Overlay Description): Update description and examples
727         for start/stop syms.
729 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
731         * ld.texinfo: Include VERSION_PACKAGE when reporting version.
733 2007-03-20  Paul Brook  <paul@codesourcery.com>
735         * emultempl/armelf.em (pic_veneer): New variable.
736         (PARSE_AND_LIST_PROLOGUE): Add OPTION_PIC_VENEER.
737         (PARSE_AND_LIST_ARGS_CASES): Ditto.
738         (PARSE_AND_LIST_LONGOPTS): Add "pic-veneer".
739         (PARSE_AND_LIST_OPTIONS): Ditto.
740         * ld.texinfo: Document --pic-veneer.
742 2007-03-18  Mark Shinwell  <shinwell@codesourcery.com>
744         * ld.texinfo: Document --no-enum-size-warning.
745         * emultempl/armelf.em (no_enum_size_warning): New.
746         (arm_elf_create_output_section_statements): Correct typo
747         in comment.  Pass no_enum_size_warning to
748         bfd_elf32_arm_set_target_relocs.
749         (PARSE_AND_LIST_PROLOGUE): Define OPTION_NO_ENUM_SIZE_WARNING.
750         (PARSE_AND_LIST_OPTIONS): Document --no-enum-size-warning.
751         (PARSE_AND_LIST_ARGS_CASES): Add OPTION_NO_ENUM_SIZE_WARNING
752         case.
754 2007-03-19  Bernd Schmidt  <bernd.schmidt@analog.com>
756         * configure.tgt (bfin-*-elf, bfin-*-uclinux*): Add targ_extra_libpath.
757         (bfin-*-linux-uclibc*): New target.
759 2007-03-16  Kai Tietz  <Kai.Tietz@onevision.com>
761         * pe-dll.c (make_one): Use pc-relative relocation instead of an
762         absolute relocation for x86_64-pc-mingw32 target.
764 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
766         * Makefile.am (ld_TEXINFOS): Remove ldver.texi.
767         (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
768         (TEXI2DVI): Likewise.
769         (REPORT_BUGS_TO): Removed.
770         (INCLUDES): Remove -DREPORT_BUGS_TO.
771         (ldver.texi): Likewise.
772         (ld.1): Don't depend on ldver.texi.
773         (MOSTLYCLEANFILES): Remove ldver.texi.
774         * Makefile.in: Regenerated.
776         * configure.in (--with-bugurl): Removed.
777         * configure: Regenerated.
779         * lexsup.c: Include bfdver.h.
781         * ld.texinfo: Include bfdver.texi instead of ldver.texi.
783 2007-03-11  Hans-Peter Nilsson  <hp@bitrange.com>
785         * emultempl/mmixelf.em: Remove incorrect '#line' directive.
787 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
789         * ldlang.c (lang_size_sections_1): Correct backwards dot move
790         test to not trigger on overlays.  Only warn on backwards move
791         if non-default lma.
793 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
795         * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
796         bug-reporting URL.
797         * Makefile.am (ldver.texi): Define BUGURL.
798         * ld.texinfo: Use BUGURL.
799         * Makefile.in, configure: Regenerate.
801 2007-03-07  Nick Clifton  <nickc@redhat.com>
803         PR ld/4023
804         * emultempl/aix.em (..._before_allocation): Strip sysroot prefix
805         from any paths being inserted into the output binary's DT_RPATH.
807 2007-03-02  Nathan Sidwell  <nathan@codesourcery.com>
809         * emulparams/shelf_uclinux.sh: New. Missed in 2007-02-28 commit.
811 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
813         * ldver.c (ldversion): Remove word "version" from output.  Update
814         copyright date.
816 2007-02-28  Nathan Sidwell  <nathan@codesourcery.com>
818         * Makefile.am (ALL_EMULATIONS): Add eshelf_uclinux.o
819         (eshelf_uclinux.c): New target.
820         * Makefile.in: Rebuilt.
821         * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): New stanza.
822         * emulparams/shelf_uclinux.sh: New.
824 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
826         * configure.tgt: Fix type last change.
827         * configure.tgt (spu-*-elf*): Delete targ_extra_ofiles.
829 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
831         * Makefile.am (ALL_EMUL_EXTRA_OFILES): Remove spu_inc.o.
832         (eelf32_spu.c): Adjust dependencies.
833         * Makefile.in: Regenerate.
834         * emultempl/spuelf.em (ovl_mgr): New array.  Insert spu_ovl.o
835         code using bin2c.
836         (_binary_spu_ovl_o_start, _binary_spu_ovl_o_end): Delete.
837         (ovl_mgr_stream): Update.
838         * emultempl/spu_inc.s: Delete.
839         * emultempl/spu_none.s: Delete.
841 2007-02-26  Alan Modra  <amodra@bigpond.net.au>
843         * emultempl/spuelf.em (_binary_builtin_ovl_mgr_start): Rename
844         to _binary_spu_ovl_o_start.
845         (_binary_builtin_ovl_mgr_end): Rename to _binary_spu_ovl_o_end.
846         (spu_elf_load_ovl_mgr): Fatal error on missing overlay manager.
847         * emultempl/spu_inc.s: Rename symbols.
848         * emultempl/spu_none.s: New file.
849         * emultempl/spu_ovl.S: Update copyright.
850         * Makefile.am (spu_inc.o): Try building with ld -r first, then
851         gas incbin, then build without overlay manager.
852         * Makefile.in: Regenerate.
854 2007-02-22  Joseph Myers  <joseph@codesourcery.com>
856         * configure.tgt (mips64*el-*-linux-*, mips64*-*-linux-*,
857         mips*el-*-linux-*, mips*-*-linux-*): Set
858         targ_extra_libpath=$targ_extra_emuls.
860 2007-02-21  Nick Clifton  <nickc@redhat.com>
862         * ldlang.c (ldlang_override_segment_assignment): New function.
863         * ldlang.h (ldlang_override_segment_assignment): Prototype.
864         * ldmain.c (link_callbacks): Add
865         ldlang_override_segment_assignment.
867 2007-02-20  Alan Modra  <amodra@bigpond.net.au>
869         * ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute.
871 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
872             Nathan Sidwell  <nathan@codesourcery.com>
873             Vladimir Prus  <vladimir@codesourcery.com
874             Joseph Myers  <joseph@codesourcery.com>
876         * configure.in (--with-bugurl): New option.
877         * configure: Regenerate.
878         * Makefile.am (REPORT_BUGS_TO): Define.
879         (INCLUDES): Define REPORT_BUGS_TO.
880         Regenerate dependencies.
881         * Makefile.in: Regenerate.
882         * ld.h: Remove include of bin-bugs.h.
883         * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
885 2007-02-17  Alan Modra  <amodra@bigpond.net.au>
887         * ldcref.c (check_reloc_refs): Compare section for local syms.
889 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
891         * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
892         (__ovly_load_event): Define.
893         (size): Rename to osize.
894         * emultempl/spu_ovl.o: Regenerate.
896 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
898         * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
899         * emultempl/ppc64elf.em (ppc_add_stub_section): Create without
900         SEC_RELOC flag set.
902 2007-02-09  H.J. Lu  <hongjiu.lu@intel.com>
904         * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
905         want64 is true.
906         (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
907         true
908         * configure: Regenerated.
910         * configure.tgt (targ_extra_libpath): Initialize.
911         (targ64_extra_emuls): New. Document. Initialize.
912         (targ64_extra_libpath): Likewise.
913         (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
914         targ64_extra_libpath.
915         (powerpc*-*-linux*): Likewise.
916         (s390-*-linux*): Likewise.
918 2007-02-07  Paul Brook  <paul@codesourcery.com>
920         * configure.tgt: Add arm*-*-uclinux-*eabi.
922 2007-02-06  H.J. Lu  <hongjiu.lu@intel.com>
924         * ldlang.c (lang_size_sections_1): Add a missing `)'.
926 2007-02-06  Alan Modra  <amodra@bigpond.net.au>
928         PR ld/3966
929         * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
930         move unless section size is non-zero.
932 2007-02-05  Dave Brolley  <brolley@redhat.com>
934         * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
935         * configure.tgt: Likewise.
936         * scripttempl/mep.sc: New file.
937         * emulparams/elf32mep.sh: New file.
938         * Makefile.in: Regenerate.
940 2006-01-29  Julian Brown  <julian@codesourcery.com>
942         * NEWS: Mention --vfp11-denorm-fix option.
943         * ld.texinfo: Document above.
944         * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
945         .vfp11_veneer section.
946         * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
947         * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
948         (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
949         bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
950         (arm_elf_after_allocation): New function. Call
951         bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
952         (arm_elf_create_output_section_statements): Pass vfp11 fix command
953         line option to BFD.
954         (OPTION_VFP11_DENORM_FIX): New option.
955         (PARSE_AND_LIST_LONGOPTS): Handle new option.
956         (PARSE_AND_LIST_OPTIONS): Likewise.
957         (PARSE_AND_LIST_ARGS_CASES): Likewise.
958         (LDEMUL_AFTER_ALLOCATION): Define.
960 2007-01-24  H.J. Lu  <hongjiu.lu@intel.com>
962         * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
963         (DEFSYMEND): Likewise.
964         (NAME): Likewise.
965         (LNAME): Likewise.
967 2007-01-19  Murali Vemulapati  <murali.vemulapati@gmail.com>
969         * pe-dll.c: (make_one) Conditionally include jump stubs.
970         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
971         redundant jump stubs from import libraries and exclude them from
972         link.
974 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
976         * ld.h (args_type): Add new symbolic and dynamic_list fields.
978         * ld.texinfo: Update -Bsymbolic-functions.
980         * ldmain.c (main): Initialize command_line.symbolic to
981         symbolic_unset and command_line.dynamic_list to
982         dynamic_list_unset.  Check -Bsymbolic, -Bsymbolic-functions and
983         --dynamic-list* before setting link_info.symbolic,
984         link_info.dynamic and link_info.dynamic_data.
986         * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
987         (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
988         -Bsymbolic-functions.
989         (parse_args): Handle -Bsymbolic-functions.  Don't set
990         link_info.dynamic, link_info.dynamic_data and link_info.symbolic
991         here.  Set command_line.symbolic for -Bsymbolic.  Set
992         command_line.dynamic_list and command_line.symbolic for
993         --dynamic-list-data, --dynamic-list-cpp-new,
994         --dynamic-list-cpp-typeinfo and --dynamic-list.
996 2007-01-19  Jakub Jelinek  <jakub@redhat.com>
997             H.J. Lu  <hongjiu.lu@intel.com>
999         * emultempl/elf32.em (handle_option): Make sure -z max-page-size
1000         or -z common-page-size argument is a power of 2.  Call
1001         bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
1003 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
1005         * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
1006         bfd_emul_set_commonpagesize.
1008 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
1010         * NEWS: Mention --default-script/-dT.
1012         * ld.h (args_type): Add a default_script field.
1014         * ld.texinfo: Document --default-script/-dT.
1016         * ldmain.c (main): Handle command_line.default_script.
1018         * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
1019         (ld_options): Add entries for --default-script and -dT.
1020         (parse_args): Handle --default-script/-dT.
1022 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1024         PR ld/3831
1025         * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
1026         --dynamic-list-cpp-new.
1028         * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
1029         and --dynamic-list-cpp-new.
1031         * ldlang.c (lang_append_dynamic_list_cpp_new): New.
1032         (lang_process): Change link_info.dynamic to
1033         link_info.dynamic_list.
1034         (lang_append_dynamic_list): Likewise.
1035         * ldmain.c (main): Likewise.  Initialize link_info.dynamic and
1036         link_info.dynamic_data to FALSE.
1038         * ldlang.h (lang_append_dynamic_list_cpp_new): New.
1040         * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
1041         OPTION_DYNAMIC_LIST_CPP_NEW.
1042         (ld_options): Add entries for -Bsymbolic-functions,
1043         --dynamic-list-data and --dynamic-list-cpp-new.  Make
1044         -Bsymbolic-functions an alias of --dynamic-list-data.
1045         (parse_args): Change link_info.dynamic to link_info.dynamic_list.
1046         Set link_info.dynamic to TRUE for --dynamic-list and
1047         --dynamic-list-cpp-typeinfo.  Handle --dynamic-list-data and
1048         --dynamic-list-cpp-new.
1050 2007-01-11  Nathan Sidwell  <nathan@codesourcery.com>
1052         * emultempl/elf-generic.em (gdl_map_segments): Only allow header
1053         shrinkage for the first few iterations.
1055 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
1057         * configure.tgt: Renamed target x86_64-*-mingw64 to
1058         x86_64-*-mingw*.
1060 2007-01-08  Pedro Alves  <pedro_alves@portugalmail.pt>
1062         * configure.host: Add i[3-7]86-*-mingw* case.
1064 2007-01-08  Nick Clifton  <nickc@redhat.com>
1066         * pep-dll.h (pep_bfd_is_dll): Add prototype.
1068 2007-01-08  Aurelien Jarno  <aurelien@aurel32.net>
1070         PR ld/3843
1071         * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
1072         tdir_elf_i386_fbsd.
1074 2007-01-06  Nathan Sidwell  <nathan@codesourcery.com>
1076         * ldexp.c (fold_name): Issue error on undefined sections.
1078 2007-01-02  Alan Modra  <amodra@bigpond.net.au>
1080         * pe-dll.c: Include pe-dll.h.
1081         * pep-dll.c (pe_bfd_is_dll): Define.
1083 For older changes see ChangeLog-2006
1085 Local Variables:
1086 mode: change-log
1087 left-margin: 8
1088 fill-column: 74
1089 version-control: never
1090 End: