aboutsummaryrefslogtreecommitdiff
path: root/include/internalcoff.h
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-11-07 19:08:56 +0000
committerSteve Chamberlain <sac@cygnus>1991-11-07 19:08:56 +0000
commit6255589afd5d8794799639d2444dc70222133fcf (patch)
tree84111367b1a958243fc0998fd0225aa180f28259 /include/internalcoff.h
parent85e0c721398e2b9c800ee48a709756798221e260 (diff)
downloadgdb-6255589afd5d8794799639d2444dc70222133fcf.zip
gdb-6255589afd5d8794799639d2444dc70222133fcf.tar.gz
gdb-6255589afd5d8794799639d2444dc70222133fcf.tar.bz2
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
Diffstat (limited to 'include/internalcoff.h')
-rwxr-xr-xinclude/internalcoff.h4
1 files changed, 0 insertions, 4 deletions
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
};