aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1995-09-23 11:04:45 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1995-09-23 11:04:45 +0000
commit138b9b81e3d71df0b74027692a86db239d5ee08e (patch)
tree6da43d54050107b640166e0a68298292d2db65e3 /bfd/ChangeLog
parent8dd03673bf3534915eea0f9fc72bdf194397249d (diff)
downloadgdb-138b9b81e3d71df0b74027692a86db239d5ee08e.zip
gdb-138b9b81e3d71df0b74027692a86db239d5ee08e.tar.gz
gdb-138b9b81e3d71df0b74027692a86db239d5ee08e.tar.bz2
* rs6000-core.c (rs6000coff_core_p): Don't check the core file
size for full core dumps. Copy core file header to private data. (rs6000coff_core_file_failing_command, rs6000coff_core_file_failing_signal): New functions to extract the file name and terminating signal from the core file. * coff-rs6000.c: Use them.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1eea4f1..d055dd8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * rs6000-core.c (rs6000coff_core_p): Don't check the core file
+ size for full core dumps. Copy core file header to private data.
+ (rs6000coff_core_file_failing_command,
+ rs6000coff_core_file_failing_signal): New functions to extract
+ the file name and terminating signal from the core file.
+ * coff-rs6000.c: Use them.
+
Fri Sep 22 17:44:47 1995 Ian Lance Taylor <ian@cygnus.com>
Change arch info to be const, initialized at compile time.