From 6255589afd5d8794799639d2444dc70222133fcf Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Thu, 7 Nov 1991 19:08:56 +0000 Subject: Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com) * internalcoff.h: took out the M88 dependency in the lineno struct. * coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use 32bit linno entries. * a29k-opcode.h: fixed encoding of mtacc --- include/internalcoff.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/internalcoff.h') diff --git a/include/internalcoff.h b/include/internalcoff.h index f93d644..879f20c 100755 --- a/include/internalcoff.h +++ b/include/internalcoff.h @@ -186,11 +186,7 @@ struct internal_lineno { long l_symndx; /* function name symbol index, iff l_lnno == 0*/ long l_paddr; /* (physical) address of line number */ } l_addr; -#ifdef M88 unsigned long l_lnno; /* line number */ -#else - unsigned short l_lnno; /* line number */ -#endif }; -- cgit v1.1