From: Ian Lance Taylor Date: Sun, 1 Sep 1996 19:44:40 +0000 (+0000) Subject: * rs6000-core.c (rs6000coff_core_file_matches_executable_p): X-Git-Tag: gdb-4_18-branchpoint~7769 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bde9d87544c469240cee5985fe75fb83a26e9e44;p=thirdparty%2Fbinutils-gdb.git * rs6000-core.c (rs6000coff_core_file_matches_executable_p): Rewrite to use BFD file read routines and to avoid using a fixed length for the file name. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 95bcbf3bfba..9531b3a9512 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Sun Sep 1 15:41:08 1996 Ian Lance Taylor + + * rs6000-core.c (rs6000coff_core_file_matches_executable_p): + Rewrite to use BFD file read routines and to avoid using a fixed + length for the file name. + start-sanitize-v850 Sat Aug 31 10:22:25 1996 Jeffrey A Law (law@cygnus.com)