view stab.h @ 469:bb13836ab658

Patch from Vincent Pit to fix visibility problems in the linker (resulting in error "/usr/lib/libc_nonshared.a: '__i686.get_pc_thunk.bx' defined twice"). Unfortunately, this patch results in strip complaining "no group info for section .text.__i686.get_pc_thunk.bx", but it's progress.
author Rob Landley <rob@landley.net>
date Tue, 04 Sep 2007 23:51:37 -0500
parents e82d6bc5f24d
children
line wrap: on
line source

#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_ */