From fbe5495ad3fa3087da29f05f73b323bca111325a Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 4 Jun 1993 22:54:20 +0000 Subject: [PATCH] * coffcode.h (get_index, coff_slurp_symbol_table): Fix pointer casts to work on machine where sizeof(long) != sizeof(int) != sizeof(char *). * coffgen.c (coff_get_normalized_symtab): Ditto. * cpu-h8300.c coff-h8300.c: Support for H8/300-H. --- bfd/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 448bfdcf678..fe8ce5ee8c2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 4 15:47:52 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) + + * coffcode.h (get_index, coff_slurp_symbol_table): Fix pointer + casts to work on machine where sizeof(long) != sizeof(int) != + sizeof(char *). + * coffgen.c (coff_get_normalized_symtab): Ditto. + * cpu-h8300.c coff-h8300.c: Support for H8/300-H. + Fri Jun 4 07:49:01 1993 Ian Lance Taylor (ian@cygnus.com) * configure.in (mips-*-ecoffl*): New target; use decstation. -- 2.30.2