diff options
author | Nick Clifton <nickc@redhat.com> | 1998-06-30 00:03:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-06-30 00:03:05 +0000 |
commit | cb436f39aae6a3d00c4d9964d8e4a589c9f4cf15 (patch) | |
tree | 1ebc9bc1695b2ae8b21e891b2f25ca6895ede4dd /binutils/ChangeLog | |
parent | f88a2342d0a03bae6dd6d2177ac7d0904ad86fe4 (diff) | |
download | gdb-cb436f39aae6a3d00c4d9964d8e4a589c9f4cf15.zip gdb-cb436f39aae6a3d00c4d9964d8e4a589c9f4cf15.tar.gz gdb-cb436f39aae6a3d00c4d9964d8e4a589c9f4cf15.tar.bz2 |
Improved portability of readelf
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 918ca6b..509b8c5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Mon Jun 29 17:01:21 1998 Nick Clifton <nickc@cygnus.com> + + * readelf.c: Use BFD Internal and External Elf structures. + * readelf.h: Removed - no longer needed. + * Makefile.in: Remove readelf.c's dependency upon readelf.h. + 1998-06-26 Vladimir N. Makarov <vmakarov@cygnus.com> * objcopy.c (strip_main): keep_specific_list == NULL as additional |