From 39a2ce33d7f365907352432bce427ec64b774454 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 23 Apr 1991 22:44:20 +0000 Subject: *** empty log message *** --- bfd/aout.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bfd/aout.c') diff --git a/bfd/aout.c b/bfd/aout.c index 921c448..d91bb12 100755 --- a/bfd/aout.c +++ b/bfd/aout.c @@ -1932,6 +1932,13 @@ DEFUN(sunos4_find_nearest_line,(abfd, } +static int +DEFUN(sunos4_sizeof_headers,(abfd), + bfd *abfd) +{ +return 0; +} + #define sunos4_openr_next_archived_file bfd_generic_openr_next_archived_file #define sunos4_generic_stat_arch_elt bfd_generic_stat_arch_elt #define sunos4_slurp_armap bfd_slurp_bsd_armap -- cgit v1.1