alpha.c (unicosmk_file_end): Add conditional compilation guard.

* config/alpha/alpha.c (unicosmk_file_end): Add conditional
	compilation guard.

From-SVN: r67733
This commit is contained in:
Loren J. Rittle 2003-06-10 20:55:02 +00:00 committed by Loren J. Rittle
parent 9053436180
commit e85f3dc8ec
2 changed files with 7 additions and 0 deletions

View 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.

View 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