diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-07-12 22:00:57 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-07-12 22:00:57 +0000 |
commit | b818a3257f3b8b69ec3ba1d2e1bb2b355ece630b (patch) | |
tree | 385cb2605b377dc3de4847bc393116b1b4d3f05b /bfd/ChangeLog | |
parent | f7da4a99d4105687052257a9e752a278a97c1964 (diff) | |
download | gdb-b818a3257f3b8b69ec3ba1d2e1bb2b355ece630b.zip gdb-b818a3257f3b8b69ec3ba1d2e1bb2b355ece630b.tar.gz gdb-b818a3257f3b8b69ec3ba1d2e1bb2b355ece630b.tar.bz2 |
fix some compilation warnings from sun cc
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cd33228..19a53a5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Wed Jul 12 17:55:55 1995 Ken Raeburn <raeburn@cygnus.com> + + * elflink.h (elf_link_add_object_symbols): Cast return value from + bfd_alloc. + + * elfcode.h (size_info): Don't use "&" before function names. + +Wed Jul 12 00:16:48 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com> + + * libelf.h (elf_backend_data): Use unsigned, not unsigned char, + for bitfields. + Tue Jul 11 15:19:53 1995 Ian Lance Taylor <ian@cygnus.com> * elf.c (bfd_section_from_shdr): In case SHT_REL[A], only get the |