| OLD | NEW | 
 |     1 2010-02-10  Richard Sandiford  <r.sandiford@uk.ibm.com> | 
 |     2  | 
 |     3         * Makefile.am (CFILES): Add ldlex-wrapper.c. | 
 |     4         (OFILES): Replace ldlex.c with ldlex-wrapper.c. | 
 |     5         (ldlex.o): Replace with... | 
 |     6         (ldlex-wrapper.o): ...this new rule. | 
 |     7         (EXTRA_ld_new_SOURCES): Add ldlex.l. | 
 |     8         (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c. | 
 |     9         * Makefile.in: Regenerate. | 
 |    10         * ldlex.l (sysdep.h): Don't include here. | 
 |    11         * ldlex-wrapper.c: New file. | 
 |    12  | 
 |    13 2010-01-08  Alan Modra  <amodra@gmail.com> | 
 |    14  | 
 |    15         PR 11107 | 
 |    16         * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr. | 
 |    17  | 
 |    18 2009-12-17  Dave Korn  <dave.korn.cygwin@gmail.com> | 
 |    19  | 
 |    20         * pe-dll.c (generate_reloc): Take account of wrapper options when | 
 |    21         testing if a weak symbol is defined or not, and when it is not, | 
 |    22         consider whether the default value requires a base reloc anyway. | 
 |    23  | 
 |    24 2009-12-09  Alan Modra  <amodra@bigpond.net.au> | 
 |    25  | 
 |    26         PR ld/11012 | 
 |    27         * emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Move .rela.opd .. | 
 |    28         (INITIAL_RELOC_SECTIONS): .. to here.  New define. | 
 |    29         * scripttempl/elf.sc: Expand INITIAL_RELOC_SECTIONS. | 
 |    30  | 
|     1 2009-10-14  Andreas Schwab  <schwab@linux-m68k.org> |    31 2009-10-14  Andreas Schwab  <schwab@linux-m68k.org> | 
|     2  |    32  | 
|     3         * ldlex.l (yy_input): Remove second argument and return the value |    33         * ldlex.l (yy_input): Remove second argument and return the value | 
|     4         instead. |    34         instead. | 
|     5         (YY_INPUT): Adjust. |    35         (YY_INPUT): Adjust. | 
|     6  |    36  | 
|     7 2009-10-14  Ryan Mansfield  <rmansfield@qnx.com> |    37 2009-10-14  Ryan Mansfield  <rmansfield@qnx.com> | 
|     8  |    38  | 
|     9         * ldlang.c (load_symbols): Set whole_archive from entry when |    39         * ldlang.c (load_symbols): Set whole_archive from entry when | 
|    10         parsing a linker script. |    40         parsing a linker script. | 
| (...skipping 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1308  |  1338  | 
|  1309 For older changes see ChangeLog-2008 |  1339 For older changes see ChangeLog-2008 | 
|  1310  |  1340  | 
|  1311  |  1341  | 
|  1312 Local Variables: |  1342 Local Variables: | 
|  1313 mode: change-log |  1343 mode: change-log | 
|  1314 left-margin: 8 |  1344 left-margin: 8 | 
|  1315 fill-column: 74 |  1345 fill-column: 74 | 
|  1316 version-control: never |  1346 version-control: never | 
|  1317 End: |  1347 End: | 
| OLD | NEW |