Commit e85f3dc8 by Loren J. Rittle Committed by Loren J. Rittle

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

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

From-SVN: r67733
parent 90534361
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment