diff options
Diffstat (limited to 'gas/config/tc-ppc.c')
-rw-r--r-- | gas/config/tc-ppc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index e2f4ccc..8f7ecae 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -182,6 +182,11 @@ static asection *ppc_coff_debug_section; static bfd_size_type ppc_debug_name_section_size; #endif /* OBJ_COFF */ + +#ifdef OBJ_ELF +symbolS *GOT_symbol; /* Pre-defined "_GLOBAL_OFFSET_TABLE" */ +#endif /* OBJ_ELF */ + #ifdef OBJ_ELF CONST char *md_shortopts = "um:VQ:"; |