diff options
author | Steve Chamberlain <sac@cygnus> | 1993-06-04 22:54:20 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-06-04 22:54:20 +0000 |
commit | fbe5495ad3fa3087da29f05f73b323bca111325a (patch) | |
tree | c2e0514cc5648720806b87ddc3f0a52a8d824ac1 /bfd | |
parent | 2d1e6c9c079c78696090ac9d91666f9e2433e076 (diff) | |
download | gdb-fbe5495ad3fa3087da29f05f73b323bca111325a.zip gdb-fbe5495ad3fa3087da29f05f73b323bca111325a.tar.gz gdb-fbe5495ad3fa3087da29f05f73b323bca111325a.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 448bfdc..fe8ce5e 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. |