diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-01 19:44:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-01 19:44:40 +0000 |
commit | bde9d87544c469240cee5985fe75fb83a26e9e44 (patch) | |
tree | c67d844d89c3a3405af3c6c88cba7544b8de6c25 /bfd | |
parent | 270fd2adc3a49a8b9f9160a8cff9d29eb94695e2 (diff) | |
download | gdb-bde9d87544c469240cee5985fe75fb83a26e9e44.zip gdb-bde9d87544c469240cee5985fe75fb83a26e9e44.tar.gz gdb-bde9d87544c469240cee5985fe75fb83a26e9e44.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 95bcbf3..9531b3a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Sun Sep 1 15:41:08 1996 Ian Lance Taylor <ian@cygnus.com> + + * 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) |