diff options
Diffstat (limited to 'gcc/config/pa/pa.h')
| -rw-r--r-- | gcc/config/pa/pa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index f401707..05ebd21 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -351,7 +351,7 @@ typedef struct GTY(()) machine_function /* Function to return the rtx used to save the pic offset table register across function calls. */ -extern struct rtx_def *hppa_pic_save_rtx (void); +extern rtx hppa_pic_save_rtx (void); #define DEFAULT_PCC_STRUCT_RETURN 0 |
