* mpw-eppcmac.c: Update to reflect May 23 change to aix.em.
authorStan Shebs <shebs@codesourcery.com>
Sun, 30 Jun 1996 18:19:34 +0000 (18:19 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sun, 30 Jun 1996 18:19:34 +0000 (18:19 +0000)
ld/ChangeLog
ld/mpw-eppcmac.c

index 00f9ada..19ed302 100644 (file)
@@ -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
index 185f3d7..007d265 100644 (file)
@@ -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 == '/')