mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
work around a mysterious compiler crash
This commit is contained in:
parent
4564e9e774
commit
17d92f98a3
@ -33791,7 +33791,8 @@ rs6000_xcoff_declare_object_name (FILE *file, const char *name, tree decl)
|
||||
struct declare_alias_data data = {file, false};
|
||||
RS6000_OUTPUT_BASENAME (file, name);
|
||||
fputs (":\n", file);
|
||||
symtab_node::get (decl)->call_for_symbol_and_aliases (rs6000_declare_alias, &data, true);
|
||||
if(symtab_node::get (decl))
|
||||
symtab_node::get (decl)->call_for_symbol_and_aliases (rs6000_declare_alias, &data, true);
|
||||
}
|
||||
|
||||
/* Overide the default 'SYMBOL-.' syntax with AIX compatible 'SYMBOL-$'. */
|
||||
|
Loading…
Reference in New Issue
Block a user