diff options
author | K. Richard Pixley <rich@cygnus> | 1991-03-25 22:25:08 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-03-25 22:25:08 +0000 |
commit | 61a153e5c167fceabc6fd145d7659efef2046d6d (patch) | |
tree | 7afa9e76e354085521c7105f1e6cf04652dfafd9 /include/stab.gnu.h | |
parent | fcd5c2934e7ce37a0e607b00cac4cf6a149b2b1e (diff) | |
download | gdb-61a153e5c167fceabc6fd145d7659efef2046d6d.zip gdb-61a153e5c167fceabc6fd145d7659efef2046d6d.tar.gz gdb-61a153e5c167fceabc6fd145d7659efef2046d6d.tar.bz2 |
as rich copied from mike
Diffstat (limited to 'include/stab.gnu.h')
-rwxr-xr-x | include/stab.gnu.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/stab.gnu.h b/include/stab.gnu.h new file mode 100755 index 0000000..77f2d41 --- /dev/null +++ b/include/stab.gnu.h @@ -0,0 +1,16 @@ +#ifndef __GNU_STAB__ + +/* Indicate the GNU stab.h is in use. */ + +#define __GNU_STAB__ + +#define __define_stab(NAME, CODE, STRING) NAME=CODE, + +enum __stab_debug_code +{ +#include "stab.def" +}; + +#undef __define_stab + +#endif /* __GNU_STAB_ */ |