Define ULONGEST
authorMichael Meissner <gnu@the-meissners.org>
Thu, 14 Nov 1996 20:55:06 +0000 (20:55 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 14 Nov 1996 20:55:06 +0000 (20:55 +0000)
gdb/ChangeLog
gdb/config/d10v/tm-d10v.h

index 18e45a39bbd916d744b3b02aed00561b1a70d429..22be1f2eaa466e1e7b4cae90f9de768610d94b8b 100644 (file)
@@ -1,3 +1,12 @@
+Thu Nov 14 15:54:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/d10v/tm-d10v.h (ULONGEST): Define.
+
+Tue Nov 12 12:25:27 1996  Jim Wilson  <wilson@cygnus.com>
+
+       * c-typeprint.c (cp_type_print_method_args): Pass -1 for show in
+       recursive call to type_print.
+       
 Tue Nov 12 12:18:29 1996  Jim Wilson  <wilson@cygnus.com>
 
        * defs.h (ULONGEST): New macro.
index bac6410b8efcb5cbd4f0a3a45f09ac41b690b355..33bd7c23e1e8c67afb8de95fb60bd89071408990 100644 (file)
@@ -260,6 +260,7 @@ extern void d10v_pop_frame PARAMS((void));
 #else
 #  define LONGEST long
 #endif 
+#define ULONGEST unsigned LONGEST
 
 void d10v_write_pc PARAMS ((CORE_ADDR val, int pid));
 CORE_ADDR d10v_read_pc PARAMS ((int pid));
This page took 0.03077 seconds and 4 git commands to generate.