aboutsummaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r--bfd/aoutx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index 9e5886e..89b989a 100644
--- a/bfd/aoutx.h
+++ b/bfd/aoutx.h
@@ -1631,7 +1631,7 @@ DEFUN(NAME(aout,print_symbol),(ignore_abfd, afile, symbol, how),
if (section_code == '?')
{
int type_code = aout_symbol(symbol)->type & 0xff;
- char *stab_name = bfd_stab_name(type_code);
+ char *stab_name = aout_stab_name(type_code);
char buf[10];
if (stab_name == NULL)
{