diff options
author | Fred Fish <fnf@specifix.com> | 1991-10-24 10:26:26 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-10-24 10:26:26 +0000 |
commit | e0796d22131863dc0738fc2d5b130d6bdcc220e5 (patch) | |
tree | 7be60022b87d2719bbfd0d681a5895ba119a1617 /bfd/ChangeLog | |
parent | dcd15e5e7a267b5a91373155bb0f183ae4ec18e9 (diff) | |
download | gdb-e0796d22131863dc0738fc2d5b130d6bdcc220e5.zip gdb-e0796d22131863dc0738fc2d5b130d6bdcc220e5.tar.gz gdb-e0796d22131863dc0738fc2d5b130d6bdcc220e5.tar.bz2 |
Add partial support for ELF format corefiles. Still needs code to extract
register values from corefiles and make them available to bfd clients.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ad7ba660..70b65b8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Oct 24 02:03:24 1991 Fred Fish (fnf at cygnus.com) + * elf.c: Add partial support for ELF format corefiles. Still needs + support for extracting registers from corefiles. + * config/t-m68k-elf: Set DEFAULT_VECTOR to elf_big_vec. * config/{h-amix,h-dgux,h-irix3,h-ultra3}: For systems where |