| Index: binutils/ld/ChangeLog
|
| diff --git a/binutils/ld/ChangeLog b/binutils/ld/ChangeLog
|
| index 31c034809b3e309b682c06e16d277dd96945f479..949be72f365301478fefa7f6eecca7688c9cf803 100644
|
| --- a/binutils/ld/ChangeLog
|
| +++ b/binutils/ld/ChangeLog
|
| @@ -1,3 +1,33 @@
|
| +2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
|
| +
|
| + * Makefile.am (CFILES): Add ldlex-wrapper.c.
|
| + (OFILES): Replace ldlex.c with ldlex-wrapper.c.
|
| + (ldlex.o): Replace with...
|
| + (ldlex-wrapper.o): ...this new rule.
|
| + (EXTRA_ld_new_SOURCES): Add ldlex.l.
|
| + (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
|
| + * Makefile.in: Regenerate.
|
| + * ldlex.l (sysdep.h): Don't include here.
|
| + * ldlex-wrapper.c: New file.
|
| +
|
| +2010-01-08 Alan Modra <amodra@gmail.com>
|
| +
|
| + PR 11107
|
| + * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
|
| +
|
| +2009-12-17 Dave Korn <dave.korn.cygwin@gmail.com>
|
| +
|
| + * pe-dll.c (generate_reloc): Take account of wrapper options when
|
| + testing if a weak symbol is defined or not, and when it is not,
|
| + consider whether the default value requires a base reloc anyway.
|
| +
|
| +2009-12-09 Alan Modra <amodra@bigpond.net.au>
|
| +
|
| + PR ld/11012
|
| + * emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Move .rela.opd ..
|
| + (INITIAL_RELOC_SECTIONS): .. to here. New define.
|
| + * scripttempl/elf.sc: Expand INITIAL_RELOC_SECTIONS.
|
| +
|
| 2009-10-14 Andreas Schwab <schwab@linux-m68k.org>
|
|
|
| * ldlex.l (yy_input): Remove second argument and return the value
|
|
|