diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-04-21 16:53:57 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-04-21 16:53:57 +0000 |
commit | 1f2025d9c1cefb7a1d6c50753d8a3c11e3a46556 (patch) | |
tree | 0e6a72b9057e58a03334e0667a45754cf9ae4877 /bfd/ChangeLog | |
parent | 989d9cbac846036a85f6c7160e3ee9a534d0cfc5 (diff) | |
download | gdb-1f2025d9c1cefb7a1d6c50753d8a3c11e3a46556.zip gdb-1f2025d9c1cefb7a1d6c50753d8a3c11e3a46556.tar.gz gdb-1f2025d9c1cefb7a1d6c50753d8a3c11e3a46556.tar.bz2 |
Patches from H.J. Lu for Linux ELF core file support.
* elfcode.h (elf_core_file_matches_executable_p) [HAVE_PROCFS]: Use prpsinfo_t
instead of struct prpsinfo, for consistency.
* hosts/i386linux.h (HAVE_PROCFS): Define.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 359a678..456a9c5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 21 12:48:48 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + Patches from H.J. Lu for Linux ELF core file support. + * elfcode.h (elf_core_file_matches_executable_p) [HAVE_PROCFS]: + Use prpsinfo_t instead of struct prpsinfo, for consistency. + * hosts/i386linux.h (HAVE_PROCFS): Define. + Thu Apr 20 09:07:39 1995 Steve Chamberlain <sac@slash.cygnus.com> * linker.c (link_action): Do the right thing when a undefined |