* ldlang.c (section_already_linked): Fix typos.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 2 May 1996 00:51:15 +0000 (00:51 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 2 May 1996 00:51:15 +0000 (00:51 +0000)
ld/ChangeLog
ld/ldlang.c

index 9b58f9d658f0205c20a15bcafdf5aeade1e62b62..426c6bc0f808c9b094efa4d56f59fce3c1243a98 100644 (file)
@@ -1,3 +1,7 @@
+Wed May  1 17:50:06 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * ldlang.c (section_already_linked): Fix typos.
+
 Mon Apr 29 20:31:06 1996  Doug Evans  <dje@canuck.cygnus.com>
 
        * scripttempl/pe.sc (.endjunk): Define __end__.
index 1ae91d2068fcffb69365dead71f0fb12a5797d85..d3924a0a56d301f67abff5211aa011570ee96c7a 100644 (file)
@@ -620,7 +620,7 @@ section_already_linked (abfd, sec, ignore)
              break;
 
            case SEC_LINK_DUPLICATES_ONE_ONLY:
-             einfo ("%P: %B: warning: ignoring duplicate section `%s'",
+             einfo ("%P: %B: warning: ignoring duplicate section `%s'\n",
                     abfd, name);
              break;
 
@@ -634,8 +634,8 @@ section_already_linked (abfd, sec, ignore)
            case SEC_LINK_DUPLICATES_SAME_SIZE:
              if (bfd_section_size (abfd, sec)
                  != bfd_section_size (l->sec->owner, l->sec))
-               einfo ("%P: %B: warning: duplicate section `%s' has different size",
-                      abfd, sec);
+               einfo ("%P: %B: warning: duplicate section `%s' has different size\n",
+                      abfd, name);
              break;
            }