* hppa.c: Apply John's standard fix to avoid "empty translation
authorFred Fish <fnf@specifix.com>
Tue, 30 Jun 1992 23:50:04 +0000 (23:50 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 30 Jun 1992 23:50:04 +0000 (23:50 +0000)
unit" warnings from some ANSI-C compilers.

bfd/ChangeLog
bfd/hppa.c

index bc7173fb99d5881c3b4347b4a62c1ff71276cf11..a88b765ebc3b5f46f632255129751d60a3051881 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun 30 16:49:12 1992  Fred Fish  (fnf@cygnus.com)
+
+       * hppa.c:  Apply John's standard fix to avoid "empty translation
+       unit" warnings from some ANSI-C compilers.
+
 Thu Jun 25 04:39:25 1992  John Gilmore  (gnu at cygnus.com)
 
        * hosts/solaris2.h:  Configure same as sysv4.
index e376e236c138d4d19a8d505e43bbdc9143245f0b..9d6d4d784d0ce337ccdcfb72f79e2fc46a337be4 100644 (file)
@@ -636,4 +636,7 @@ _do_getb64, _do_putb64,  _do_getb32, _do_putb32, _do_getb16, _do_putb16, /* hdrs
   JUMP_TABLE(hppa)
 };
 
-#endif
+#else  /* notdef hp9000s800 */
+/* Prevent "empty translation unit" warnings from the idiots at X3J11. */
+static char ansi_c_idiots = 69;
+#endif /* hp9000s800 */