* 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.
This commit is contained in:
Jeff Law 1996-02-02 19:14:40 +00:00
parent e277d131e8
commit 9dce8260d4
1 changed files with 5 additions and 0 deletions

View File

@ -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.