https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f9876d3e034883fd3a3f183a5835a14b5c0c8ee7 authored by Daniel Fort on 02 March 2019, 02:44:56 UTC
Fix stub and patch instructions
Tip revision: f9876d3
stab.h
#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"
LAST_UNUSED_STAB_CODE
};

#undef __define_stab

#endif /* __GNU_STAB_ */
back to top