diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-06 19:04:01 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-06 19:04:01 +0000 |
commit | 360a08892ad83318633455e9e51fabdb40546d9f (patch) | |
tree | e24c8d0cb0ede4380a07adda9b07f477891f7c06 /gcc/config/rs6000/rs6000-protos.h | |
parent | d0d6b1de2a673052ab0b5e6820b921d033249376 (diff) | |
download | gcc-360a08892ad83318633455e9e51fabdb40546d9f.tar.gz |
* config/rs6000/rs6000.h (ASM_OUTPUT_SYMBOL_REF): Define.
* config/rs6000/rs6000-protos.h (rs6000_output_symbol_ref): Declare.
* config/rs6000/rs6000.c (VTABLE_NAME_P): New macro.
(rs6000_output_symbol_ref): New function.
(output_toc): Use VTABLE_NAME_P.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39497 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/rs6000-protos.h')
-rw-r--r-- | gcc/config/rs6000/rs6000-protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000-protos.h b/gcc/config/rs6000/rs6000-protos.h index 846321a36ad..31e5716bcf8 100644 --- a/gcc/config/rs6000/rs6000-protos.h +++ b/gcc/config/rs6000/rs6000-protos.h @@ -109,6 +109,7 @@ extern void rs6000_emit_move PARAMS ((rtx, rtx, enum machine_mode)); extern rtx rs6000_legitimize_address PARAMS ((rtx, rtx, enum machine_mode)); extern void rs6000_select_rtx_section PARAMS ((enum machine_mode, rtx)); extern rtx rs6000_return_addr PARAMS ((int, rtx)); +extern void rs6000_output_symbol_ref PARAMS ((FILE*, rtx)); #endif /* RTX_CODE */ #ifdef TREE_CODE |