From 06df97095c9aa6d6bfdedca64708afdb7424a64c Mon Sep 17 00:00:00 2001 From: jonathan Date: Sun, 20 Jul 1997 02:38:02 +0000 Subject: [PATCH] Add ecoff ``struct ext_ext'' header fields to ecoff_extsym.h. Compatible with mips ECOFF nm from GNu binutils or MipsCo toolchain. --- sys/arch/mips/include/ecoff_machdep.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/mips/include/ecoff_machdep.h b/sys/arch/mips/include/ecoff_machdep.h index fe40e5d70d4b..e45ff70875c4 100644 --- a/sys/arch/mips/include/ecoff_machdep.h +++ b/sys/arch/mips/include/ecoff_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: ecoff_machdep.h,v 1.8 1997/07/07 19:37:33 jonathan Exp $ */ +/* $NetBSD: ecoff_machdep.h,v 1.9 1997/07/20 02:38:02 jonathan Exp $ */ /* * Copyright (c) 1997 Jonathan Stone @@ -89,6 +89,8 @@ struct ecoff_symhdr { struct ecoff_extsym { + u_int16_t es_flags; + u_int16_t es_ifd; int32_t es_strindex; int32_t es_value; unsigned es_type:6;