alpha.c (unicosmk_file_end): Add conditional compilation guard.
authorLoren J. Rittle <ljrittle@acm.org>
Tue, 10 Jun 2003 20:55:02 +0000 (20:55 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Tue, 10 Jun 2003 20:55:02 +0000 (20:55 +0000)
* config/alpha/alpha.c (unicosmk_file_end): Add conditional
compilation guard.

From-SVN: r67733

gcc/ChangeLog
gcc/config/alpha/alpha.c

index b9baa5d98167a611c1fefa46613875c3d09a1619..166ca9938bf88fd707cb72a34aa80ea59f80c6d2 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-10  Loren James Rittle  <ljrittle@acm.org>
+
+       * config/alpha/alpha.c (unicosmk_file_end): Add conditional
+       compilation guard.
+
 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
 
        * sh-protos.h (function_symbol): Declare.
index 2d613ae22920bb30b39433af029bc067f234f4bf..68afb2e5871ee797c45f9763c0ece8327c9e11e0 100644 (file)
@@ -269,7 +269,9 @@ static void unicosmk_output_deferred_case_vectors PARAMS ((FILE *));
 static void unicosmk_gen_dsib PARAMS ((unsigned long *imaskP));
 static void unicosmk_output_ssib PARAMS ((FILE *, const char *));
 static int unicosmk_need_dex PARAMS ((rtx));
+#if TARGET_ABI_UNICOSMK
 static void unicosmk_file_end PARAMS ((void));
+#endif
 
 /* Get the number of args of a function in one of two ways.  */
 #if TARGET_ABI_OPEN_VMS || TARGET_ABI_UNICOSMK