diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-08-07 13:26:46 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-08-07 13:26:46 +0000 |
commit | f20860cdbc5488e3e481c0bf12c9f78d92e6db29 (patch) | |
tree | 2e19457d576dc6e9dc2baecbabf6ebf640f4340c | |
parent | 6670b7f3e44cb8bdb48907306f3e4869eb88e7f6 (diff) | |
download | gdb-f20860cdbc5488e3e481c0bf12c9f78d92e6db29.zip gdb-f20860cdbc5488e3e481c0bf12c9f78d92e6db29.tar.gz gdb-f20860cdbc5488e3e481c0bf12c9f78d92e6db29.tar.bz2 |
* irix-core.c (irix_core_core_file_p): Ignore sections that
are not contained in the core file.
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a0a0b26..789689e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Sat Aug 6 22:27:30 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * irix-core.c (irix_core_core_file_p): Ignore sections that + are not contained in the core file. + Thu Aug 4 11:32:23 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * coff-m68k.c (m68k_reloc_type_lookup): New function. |