From: Jeff Law Date: Fri, 2 Feb 1996 19:14:40 +0000 (+0000) Subject: * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't X-Git-Tag: gdb-4_18~9426 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9dce8260d489a96e6e5c2bb7613d66cbd1b5be98;p=platform%2Fupstream%2Fbinutils.git * 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. --- 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 * elf-bfd.h (ELF_LINK_NON_ELF): Define.