diff options
author | Chris Faylor <me.cygwin2011@cgf.cx> | 2014-03-29 16:01:46 -0400 |
---|---|---|
committer | Chris Faylor <me.cygwin2011@cgf.cx> | 2014-03-29 16:01:46 -0400 |
commit | 8547a0f90373aaba055bf179961f5225501e7079 (patch) | |
tree | 5c75b80192548b9913814d234b8083c8c38fb131 | |
parent | af910977fbd500214e93d0a9b3d61e707df6d93c (diff) | |
download | gdb-8547a0f90373aaba055bf179961f5225501e7079.zip gdb-8547a0f90373aaba055bf179961f5225501e7079.tar.gz gdb-8547a0f90373aaba055bf179961f5225501e7079.tar.bz2 |
* ChangeLog: Fix duplicate entry. Set date on entry correctly.
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1c691fe..f957e6d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -5,7 +5,7 @@ (warning_callback): Use it. Scan all input files for a reference to SYMBOL. -2014-03-17 Christopher Faylor <me.cygwin2013@cgf.cx> +2014-03-21 Christopher Faylor <me.cygwin2013@cgf.cx> * ld.texinfo: Document change in handling of --enable-auto-image-base. * emultempl/pe.em (pe_auto_image_base): Set to default base. @@ -29,16 +29,6 @@ * Makefile.am: Use host version of windres. * Makefile.in: Regenerate. -2014-03-14 Christopher Faylor <me.cygwin2013@cgf.cx> - - * ld.texinfo: Document change in handling of --enable-auto-image-base. - * emultempl/pe.em (pe_auto_image_base): Set to default base. - (gld_${EMULATION_NAME}_list_options): Change usage message to reflect - optional --enable-auto-image-base argument. - (gld${EMULATION_NAME}_handle_option): Handle optional - --enable-auto-image-base argument. - (compute_dll_image_base): Eliminate constant. Use pe_auto_image_base. - 2014-03-14 Romain Geissler <romain.geissler@amadeus.com> Alan Modra <amodra@gmail.com> |