diff options
author | John Gilmore <gnu@cygnus> | 1991-10-15 23:41:17 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-15 23:41:17 +0000 |
commit | 7b02b4ed6f80ce65db81a8e47212f4fb56ef478e (patch) | |
tree | 8e38f4540116f852fb54e0cdf7dd97c0808b0843 /bfd/ChangeLog | |
parent | afe4ca159ba3a3dc7a7af235fb13c4c234e550c3 (diff) | |
download | gdb-7b02b4ed6f80ce65db81a8e47212f4fb56ef478e.zip gdb-7b02b4ed6f80ce65db81a8e47212f4fb56ef478e.tar.gz gdb-7b02b4ed6f80ce65db81a8e47212f4fb56ef478e.tar.bz2 |
* hosts/h-amix.h (free): Fix prototype.
* aoutx.h: Don't use NULL as an integer, for braindead systems
that declare it as (void *)0. (From Peter Schauer.)
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e0e83c4..5546b61 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,14 @@ +Tue Oct 15 08:29:03 1991 John Gilmore (gnu at cygnus.com) + + * hosts/h-amix.h (free): Fix prototype. + + * aoutx.h: Don't use NULL as an integer, for braindead systems + that declare it as (void *)0. (From Peter Schauer.) + Mon Oct 14 17:20:47 1991 Per Bothner (bothner at cygnus.com) + * opncls.c (bfd_fdopenr): Add parentheses to avoid reported + problem with bad Ultrix system headers. * aoutx.h (NAME(aout,set_section_contents)): Try to handle the various kinds of alignments for the various kinds of magic numbers. |