diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-30 22:23:28 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-30 22:23:28 +0000 |
commit | 9349bee2dbb23f5d2cb9631abca29844b0a55356 (patch) | |
tree | bf74bd2d3677449903c52db4c96005591fd9052f /sys/arch | |
parent | f68f116871af70a08b22db3550ed3fc3dcba3a81 (diff) |
Oh-oh, not now again!!!
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arc/include/ecoff.h | 8 |
1 files changed, 6 insertions, 2 deletions
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; |