aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-02-02 19:14:40 +0000
committerJeff Law <law@redhat.com>1996-02-02 19:14:40 +0000
commit9dce8260d489a96e6e5c2bb7613d66cbd1b5be98 (patch)
tree42fd524f5c5911daa893002e9c4f186c18ab50d0
parente277d131e82d5ffbe80cda998097b76b79817b21 (diff)
downloadgdb-9dce8260d489a96e6e5c2bb7613d66cbd1b5be98.zip
gdb-9dce8260d489a96e6e5c2bb7613d66cbd1b5be98.tar.gz
gdb-9dce8260d489a96e6e5c2bb7613d66cbd1b5be98.tar.bz2
* elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
try to do arithmetic on a void *, cast it to a unsigned char * first. Some solaris compilers don't like void * arithmetic.
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 00466ea..386c06d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 2 12:12:16 1996 Jeffrey A Law (law@cygnus.com)
+
+ * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't
+ try to do arithmetic on a void *, cast it to a unsigned char * first.
+
Thu Feb 1 16:04:06 1996 Ian Lance Taylor <ian@cygnus.com>
* elf-bfd.h (ELF_LINK_NON_ELF): Define.