diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2001-12-11 18:31:57 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2001-12-11 18:31:57 +0000 |
commit | 583f192640de9cb90cf171ea6112d3d05855fef4 (patch) | |
tree | 8f8cf743cb48eb01d2fd24c7841359f315690ce6 /ld/ChangeLog | |
parent | c0eb281b9d34b60180b8037c26739412bf9c5bfd (diff) | |
download | gdb-583f192640de9cb90cf171ea6112d3d05855fef4.zip gdb-583f192640de9cb90cf171ea6112d3d05855fef4.tar.gz gdb-583f192640de9cb90cf171ea6112d3d05855fef4.tar.bz2 |
* emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 77e7113..54739ee 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-12-11 Christopher Faylor <cgf@redhat.com> + + * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo. + 2001-12-07 Geoffrey Keating <geoffk@redhat.com> Richard Henderson <rth@redhat.com> @@ -7,6 +11,15 @@ * emulparams/elf32xstormy16.sh: New file. * scripttempl/xstormy16.sc: New file. +2001-10-01 Christopher Faylor <cgf@cygnus.com> + + * Makefile.in (LIB_PATH): Make configurable. + (GENSCRIPTS): Set LIB_PATH in environment. + * configure.in: Substitute LIB_PATH. + * configure: Regenerate. + * configure.tgt (*cygwin): Set LIB_PATH for cross build. + * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS. + 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com> * lexsup.c (ld_options): Insert 'PROGRAM' into the text string |