From bfac208d92dc2f1ecb24c7564b1dc7ce941ba908 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sun, 30 Jun 1996 18:19:34 +0000 Subject: [PATCH] * mpw-eppcmac.c: Update to reflect May 23 change to aix.em. --- ld/ChangeLog | 7 +++++++ ld/mpw-eppcmac.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 + + * mpw-eppcmac.c: Update to reflect May 23 change to aix.em. + Thu Jun 27 14:03:42 1996 Ian Lance Taylor + * 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 == '/') -- 2.7.4