diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-15 23:24:24 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-15 23:24:24 +0000 |
commit | a7f6f40b3c489018d8038e2e1da58cd1e8540436 (patch) | |
tree | 03b6eaaa99fb6370f680c3cb9b6db198f646ed12 /gdb/ChangeLog | |
parent | a64bbacfc88b524f794ed53660739520693c07ff (diff) | |
download | gdb-a7f6f40b3c489018d8038e2e1da58cd1e8540436.zip gdb-a7f6f40b3c489018d8038e2e1da58cd1e8540436.tar.gz gdb-a7f6f40b3c489018d8038e2e1da58cd1e8540436.tar.bz2 |
* utils.c, defs.h (putchar_unfiltered, fputc_unfiltered): Make
argument be an int, not a char. Using a prototype followed by an
old-style function definition in a case where an argument is
widened is a GCC-ism not supported by the native AIX compiler.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8198a4e..a01d0d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed Mar 15 15:18:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * utils.c, defs.h (putchar_unfiltered, fputc_unfiltered): Make + argument be an int, not a char. Using a prototype followed by an + old-style function definition in a case where an argument is + widened is a GCC-ism not supported by the native AIX compiler. + Wed Mar 15 12:22:35 1995 J.T. Conklin <jtc@rtl.cygnus.com> * nlmstub.def: Removed, this was moved to nlm/gdbserve.def |