Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 463f94bb945ce1816f6442fe9c50c04c46c53413..1c1238c036a546ccabeceb2f6cebc74d94f83855 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -2063,7 +2063,8 @@ DESCRIPTION
 .      BFD_SEND (abfd, _bfd_debug_info_accumulate, (abfd, section))
 .
 .#define bfd_stat_arch_elt(abfd, stat) \
-.      BFD_SEND (abfd, _bfd_stat_arch_elt,(abfd, stat))
+.      BFD_SEND (abfd->my_archive ? abfd->my_archive : abfd, \
+.                _bfd_stat_arch_elt, (abfd, stat))
 .
 .#define bfd_update_armap_timestamp(abfd) \
 .      BFD_SEND (abfd, _bfd_update_armap_timestamp, (abfd))
This page took 0.023309 seconds and 4 git commands to generate.