diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-19 18:46:12 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-19 18:46:12 +0000 |
commit | a0292c85092cd7b03a3baa69b654d90e0fcdaf48 (patch) | |
tree | 1aa5f1b41e6447c659f8a2fcfa551082a6e1d7d2 /gcc/config/rs6000/xcoff.h | |
parent | 097d10ab85ee1070ea6c14be3e8f3d7d4ba4a4a2 (diff) | |
download | gcc-a0292c85092cd7b03a3baa69b654d90e0fcdaf48.tar.gz |
* config/rs6000/xcoff.h (TARGET_ASM_OUTPUT_ANCHOR): Define.
* config/rs6000/rs6000.c (rs6000_xcoff_asm_output_anchor): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111275 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/xcoff.h')
-rw-r--r-- | gcc/config/rs6000/xcoff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index e7560a86ab1..abeab5a3336 100644 --- a/gcc/config/rs6000/xcoff.h +++ b/gcc/config/rs6000/xcoff.h @@ -80,6 +80,7 @@ || (SCALAR_FLOAT_MODE_P (GET_MODE (X)) \ && ! TARGET_NO_FP_IN_TOC))))) +#define TARGET_ASM_OUTPUT_ANCHOR rs6000_xcoff_asm_output_anchor #define TARGET_ASM_GLOBALIZE_LABEL rs6000_xcoff_asm_globalize_label #define TARGET_ASM_INIT_SECTIONS rs6000_xcoff_asm_init_sections #define TARGET_ASM_NAMED_SECTION rs6000_xcoff_asm_named_section |