projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e0787
)
* config/alpha/xm-alpha.h: Add MAKEVA_END.
author
Steve Chamberlain
<sac@cygnus>
Fri, 2 Jul 1993 21:26:05 +0000
(21:26 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Fri, 2 Jul 1993 21:26:05 +0000
(21:26 +0000)
gdb/config/alpha/xm-alpha.h
patch
|
blob
|
history
diff --git
a/gdb/config/alpha/xm-alpha.h
b/gdb/config/alpha/xm-alpha.h
index 64bde0406169efd3a4400a3a3ef668f247534b22..e2673e682d94a3ff46bab61cacecafd17264071e 100644
(file)
--- a/
gdb/config/alpha/xm-alpha.h
+++ b/
gdb/config/alpha/xm-alpha.h
@@
-38,3
+38,12
@@
extern void free PARAMS ((void *));
#define NO_SIGINTERRUPT
#define KERNEL_U_ADDR 0
+
+
+#define MAKEVA_END(list) \
+{ \
+ va_list ret; \
+ ret.a0 = (char *)(list)->arg_bytes; \
+ ret.offset = (list)->argindex; \
+ return ret; \
+}