diff options
Diffstat (limited to 'bfd/aout-adobe.c')
-rw-r--r-- | bfd/aout-adobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aout-adobe.c b/bfd/aout-adobe.c index 5a168b0..72fed35 100644 --- a/bfd/aout-adobe.c +++ b/bfd/aout-adobe.c @@ -194,7 +194,7 @@ aout_adobe_callback (abfd) default: (*_bfd_error_handler) (_("%s: Unknown section type in a.out.adobe file: %x\n"), - bfd_get_filename (abfd), ext->e_type[0]); + bfd_archive_filename (abfd), ext->e_type[0]); goto no_more_sections; } |