From 9dce8260d489a96e6e5c2bb7613d66cbd1b5be98 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 2 Feb 1996 19:14:40 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 00466ea6d9..386c06d007 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 * elf-bfd.h (ELF_LINK_NON_ELF): Define.