diff options
author | Felix Lee <flee@cygnus> | 1998-10-19 01:52:10 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1998-10-19 01:52:10 +0000 |
commit | 2c54bc607ea5f33a70f89e0384332d3787135ae8 (patch) | |
tree | 1dac6fec6a39ed13d37b3be4ec17f7f21e43eab1 /include/elf/ChangeLog | |
parent | 0ef1fa08dccda687fcda0c86998bd2e847ae6996 (diff) | |
download | gdb-2c54bc607ea5f33a70f89e0384332d3787135ae8.zip gdb-2c54bc607ea5f33a70f89e0384332d3787135ae8.tar.gz gdb-2c54bc607ea5f33a70f89e0384332d3787135ae8.tar.bz2 |
bfd:
* acinclude.m4, aclocal.m4: move gettext-related fragments from
aclocal.m4 to acinclude.m4, so they don't get lost.
* elfcore.h: rewrite for better corefile support.
* elf.c (elfcore_*): new functions.
* elf-bfd.h (elf_obj_tdata): new structure members.
* acconfig.h, acinclude.m4, configure.in: add feature-tests for
flavor of procfs.
* aclocal.m4, config.in, configure, Makefile.in: regenerated.
include:
* common.h (NT_PSTATUS, NT_FPREGS, NT_PSINFO,
NT_LWPSTATUS,NT_LWPSINFO): added.
* internal.h (Elf_Internal_Note): new structure members.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r-- | include/elf/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 1d77744..8433c09 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 19 01:44:42 1998 Felix Lee <flee@cygnus.com> + + * common.h (NT_PSTATUS, NT_FPREGS, NT_PSINFO, + NT_LWPSTATUS,NT_LWPSINFO): added. + * internal.h (Elf_Internal_Note): new structure members. + Fri Oct 16 14:11:25 1998 Catherine Moore <clm@cygnus.com> * m32r.h: Add vtable relocs. |