diff options
author | Fred Fish <fnf@specifix.com> | 1992-08-09 06:16:44 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-08-09 06:16:44 +0000 |
commit | 671450818af171e95039e07089ba13b3d05d81c7 (patch) | |
tree | 3b3e37bb5ce893acbc6d70f1c897802750e9bbea /bfd/ChangeLog | |
parent | 50055e94a1d558f9f8edce1c07e90560d7161b76 (diff) | |
download | gdb-671450818af171e95039e07089ba13b3d05d81c7.zip gdb-671450818af171e95039e07089ba13b3d05d81c7.tar.gz gdb-671450818af171e95039e07089ba13b3d05d81c7.tar.bz2 |
* bout.c (bfd_reloc_status_type, callj_callback): Cast void*
pointers to bfd_byte* before performing arithmetic on them. Such
use with bare void* pointers is a gcc extension.
* cache.c (bfd_cache_delete): Forward decl with prototype form.
* archive (normalize): Add to CONST to match actual usages with
CONST.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 94b8054..b4d39f9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Sat Aug 8 23:15:35 1992 Fred Fish (fnf@cygnus.com) + + * bout.c (bfd_reloc_status_type, callj_callback): Cast void* + pointers to bfd_byte* before performing arithmetic on them. Such + use with bare void* pointers is a gcc extension. + * cache.c (bfd_cache_delete): Forward decl with prototype form. + * archive (normalize): Add to CONST to match actual usages with + CONST. + Mon Aug 3 00:35:29 1992 Fred Fish (fnf@cygnus.com) * configure.in: Recognize i486 host cpu, and use i386-elf |