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:
parent
9053436180
commit
e85f3dc8ec
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue