From: Steve Chamberlain Date: Tue, 17 Mar 1992 18:47:16 +0000 (+0000) Subject: * aout-target.h: change ar_max_namelen to 15 (the right value) X-Git-Tag: gdb-4_18~22180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b772312e68fb48b5550c877a2cd54c8623d392d1;p=external%2Fbinutils.git * aout-target.h: change ar_max_namelen to 15 (the right value) * coff-a29k, coffcode.h: more hangovers from the bfd_abs_section change --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d10faff..0213cb1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 17 10:45:12 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * aout-target.h: change ar_max_namelen to 15 (the right value) + * coff-a29k, coffcode.h: more hangovers from the bfd_abs_section + change + Mon Mar 16 14:57:22 1992 Steve Chamberlain (sac@rtl.cygnus.com) * archive.c (bfd_generic_archive_p): check for bout archives too. diff --git a/bfd/coff-a29k.c b/bfd/coff-a29k.c index 6075ec5..4189c4a 100644 --- a/bfd/coff-a29k.c +++ b/bfd/coff-a29k.c @@ -248,7 +248,7 @@ static void DEFUN(reloc_processing,(relent,reloc, symbols, abfd, section) , if (reloc->r_type == R_IHCONST) { relent->addend = reloc->r_symndx; - relent->sym_ptr_ptr= 0; + relent->sym_ptr_ptr= bfd_abs_section.symbol_ptr_ptr; } else {