aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/rs6000
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-03-30 23:06:29 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-03-30 23:06:29 +0000
commit359a097f9fac5066bce1f1fc78ff99d61c1d94cc (patch)
tree162c0faf0f0ce4f4a8c3209c01c2e0a1859a1d90 /gdb/config/rs6000
parentae35ae7f4c94c6fcbdd14a3af7e82891583122fb (diff)
downloadgdb-359a097f9fac5066bce1f1fc78ff99d61c1d94cc.zip
gdb-359a097f9fac5066bce1f1fc78ff99d61c1d94cc.tar.gz
gdb-359a097f9fac5066bce1f1fc78ff99d61c1d94cc.tar.bz2
Tue Mar 30 08:06:24 1993 Jim Kingdon (kingdon@cygnus.com)
* command.c (do_setshow_command): Use %u with var_{u,z}integer. * command.{c,h}: New var_type var_integer. main.c: Use it for history_size. * rs6000-tdep.c, xcoffexec.c, config/rs6000/xm-rs6000.h, breakpoint.c: Lint and byte-order fixups.
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r--gdb/config/rs6000/xm-rs6000.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/rs6000/xm-rs6000.h b/gdb/config/rs6000/xm-rs6000.h
index 5ee3bdd..6a9b8c1 100644
--- a/gdb/config/rs6000/xm-rs6000.h
+++ b/gdb/config/rs6000/xm-rs6000.h
@@ -85,6 +85,9 @@ extern char *strdup PARAMS ((char *));
#define SIGWINCH_HANDLER aix_resizewindow
extern void aix_resizewindow ();
+/* This doesn't seem to be declared in any header file I can find. */
+char *termdef PARAMS ((int, int));
+
/* `lines_per_page' and `chars_per_line' are local to utils.c. Rectify this. */
#define SIGWINCH_HANDLER_BODY \