Add ecoff ``struct ext_ext'' header fields to ecoff_extsym.h.

Compatible with mips ECOFF nm from GNu binutils or MipsCo toolchain.
This commit is contained in:
jonathan 1997-07-20 02:38:02 +00:00
parent 404afa3db4
commit 06df97095c
1 changed files with 3 additions and 1 deletions

View File

@ -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;