]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
1998-12-08 Philippe De Muyter <phdm@macqel.be>
authorJason Molenda <jmolenda@apple.com>
Wed, 9 Dec 1998 00:38:46 +0000 (00:38 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 9 Dec 1998 00:38:46 +0000 (00:38 +0000)
commitac95dc5eebaa4f45ab2b928be390f9b1678de1bc
tree4cb14e44d5339cce802ae85f38470ee3989bec36
parentc4efea12c8db0689c52114352e79e07994ced938
1998-12-08  Philippe De Muyter  <phdm@macqel.be>

        * config/xm-aix4.h (SIGWINCH_HANDLER): Function `aix_resize_window'
        must accept a signal number as parameter.
        * config/rs6000/xm-rs6000.h (SIGWINCH_HANDLER): Ditto.
        * utils.c (initialize_utils): Give a parameter to `SIGWINCH_HANDLER'.

        * inferior.h (register_valid): Variable's type is `SIGNED char', not
        `char'.
        * findvar.c (register_valid): Ditto.

        * defs.h (make_cleanup_func): Protect parameter list by `PARAMS'.
        * gdbthread.h (unbind_target_thread_vector): Likewise.
gdb/ChangeLog
gdb/config/rs6000/xm-rs6000.h
gdb/config/xm-aix4.h
gdb/defs.h
gdb/findvar.c
gdb/gdbthread.h