=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/Attic/vax.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/gprof/Attic/vax.h 2003/06/03 02:56:08 1.3 +++ src/usr.bin/gprof/Attic/vax.h 2006/03/25 19:06:36 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: vax.h,v 1.3 2003/06/03 02:56:08 millert Exp $ */ +/* $OpenBSD: vax.h,v 1.4 2006/03/25 19:06:36 espie Exp $ */ /* $NetBSD: vax.h,v 1.4 1995/04/19 07:16:31 cgd Exp $ */ /* @@ -62,3 +62,7 @@ unsigned int modefield:4; }; +unsigned long reladdr(struct modebyte *); +long operandlength(struct modebyte *); +operandenum operandmode(struct modebyte *); +char *operandname(operandenum);