Define ULONGEST

This commit is contained in:
Michael Meissner 1996-11-14 20:55:06 +00:00
parent 5a1d5a6aff
commit 9ef5835acc
2 changed files with 10 additions and 0 deletions

View 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.

View 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));