diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-06-30 18:19:34 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-06-30 18:19:34 +0000 |
commit | bfac208d92dc2f1ecb24c7564b1dc7ce941ba908 (patch) | |
tree | 0c3bc0546ac8b4491cca127476cc22be60ff24a1 | |
parent | 16c3e32aa01eb15913e7a117b93e1c34c0837c95 (diff) | |
download | gdb-bfac208d92dc2f1ecb24c7564b1dc7ce941ba908.zip gdb-bfac208d92dc2f1ecb24c7564b1dc7ce941ba908.tar.gz gdb-bfac208d92dc2f1ecb24c7564b1dc7ce941ba908.tar.bz2 |
* mpw-eppcmac.c: Update to reflect May 23 change to aix.em.
-rw-r--r-- | ld/ChangeLog | 7 | ||||
-rw-r--r-- | ld/mpw-eppcmac.c | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 00f9ada..19ed302 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,12 @@ +Sun Jun 30 11:16:43 1996 Stan Shebs <shebs@andros.cygnus.com> + + * mpw-eppcmac.c: Update to reflect May 23 change to aix.em. + Thu Jun 27 14:03:42 1996 Ian Lance Taylor <ian@cygnus.com> + * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Put the .sa + file just before the .so file, rather than just after. + * configure.host: Use -print-file-name=FILE rather than piping -print-libgcc-file-name through sed. (i[345]86*-*-sco*, i[345]86-*-isc*): Create crtbegin.o and diff --git a/ld/mpw-eppcmac.c b/ld/mpw-eppcmac.c index 185f3d7..007d265 100644 --- a/ld/mpw-eppcmac.c +++ b/ld/mpw-eppcmac.c @@ -741,7 +741,7 @@ gldppcmacos_read_file (filename, import) (void) obstack_finish (o); keep = true; imppath = s; - impfile = NULL; + file = NULL; while (! isspace ((unsigned char) *s) && *s != '(' && *s != '\0') { if (*s == '/') |