Remove unused declaration from nlmconv.c. Add ChangeLog entry for
authorIan Lance Taylor <ian@airs.com>
Thu, 2 Dec 1993 01:05:45 +0000 (01:05 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 2 Dec 1993 01:05:45 +0000 (01:05 +0000)
Sean's change.

binutils/ChangeLog
binutils/nlmconv.c

index f84ac800ebdb79ea56c697d32b3aa4ede20d9115..f2c1f7921639aff0d7dc994a516a84f33df8e301 100644 (file)
@@ -1,3 +1,13 @@
+Wed Nov 17 17:38:58 1993  Sean Eric Fagan  (sef@cygnus.com)
+
+       * nlmconv.c (select_output_format): Use nlm32-sparc for
+       bfd_arch_sparc.
+
+Wed Nov 17 14:41:35 1993  Jeffrey Osier  (jeffrey@thepub.cygnus.com)
+
+        * nlmconv.1:   added man page
+       * objcopy.1:   fixed format errors
+
 Wed Nov 17 12:03:41 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * Makefile.in: Use CFLAGS as well as LDFLAGS when linking.
index 335e23115a8a80f9f22ca8f6c301cf8a06d7267d..f7375c7aa6b878aeca268cdf7055c567118ccb16 100644 (file)
@@ -92,9 +92,6 @@ static void mangle_relocs PARAMS ((bfd *, asection *, arelent **,
 static void i386_mangle_relocs PARAMS ((bfd *, asection *, arelent **,
                                        bfd_size_type *, char *,
                                        bfd_size_type));
-static void sparc_mangle_relocs PARAMS ((bfd *, asection *, arelent **,
-                                       bfd_size_type *, char *,
-                                       bfd_size_type));
 \f
 /* The main routine.  */
 
This page took 0.029492 seconds and 4 git commands to generate.