URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [gstab.h] - Rev 847
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef GCC_GSTAB_H #define GCC_GSTAB_H #define __define_stab(NAME, CODE, STRING) NAME=CODE, enum __stab_debug_code { #include "stab.def" LAST_UNUSED_STAB_CODE }; #undef __define_stab #endif /* ! GCC_GSTAB_H */
Go to most recent revision | Compare with Previous | Blame | View Log