From 9349bee2dbb23f5d2cb9631abca29844b0a55356 Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Tue, 30 Jul 1996 22:23:28 +0000 Subject: Oh-oh, not now again!!! --- sys/arch/arc/include/ecoff.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/arc/include/ecoff.h b/sys/arch/arc/include/ecoff.h index 9cdc5c61277..3e26b3a3fe5 100644 --- a/sys/arch/arc/include/ecoff.h +++ b/sys/arch/arc/include/ecoff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ecoff.h,v 1.1 1996/06/24 09:07:17 pefo Exp $ */ +/* $OpenBSD: ecoff.h,v 1.2 1996/07/30 22:23:27 pefo Exp $ */ /* $NetBSD: ecoff.h,v 1.4 1995/06/16 02:07:33 mellon Exp $ */ /* @@ -72,7 +72,11 @@ struct ecoff_symhdr { long sh_fdoff; long sh_rfdoff; long sh_esymoff; -}; +}; +/* Some day they will make up their minds.... */ +#define esymMax sh_esymmax +#define cbExtOffset sh_esymoff +#define cbSsExtOffset sh_estroff struct ecoff_extsym { long es_value; -- cgit v1.2.3