* ldlang.c (wild_doit): Rewrite flag handling for clarity. If we
[deliverable/binutils-gdb.git] / ld / mpw-eppcmac.c
index 185f3d7c01a1e7622b94080d111e8a04bfc1d6a3..3df5a024ea69eab980202d0e2aee8233bfa40ed4 100644 (file)
@@ -731,7 +731,7 @@ gldppcmacos_read_file (filename, import)
              obstack_free (o, obstack_base (o));
            }
          else if (*s == '(')
-           einfo ("%F%s%d: #! ([member]) is not supported in import files",
+           einfo ("%F%s%d: #! ([member]) is not supported in import files\n",
                   filename, lineno);
          else
            {
@@ -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 == '/')
This page took 0.024887 seconds and 4 git commands to generate.