mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Pretty printing.
This commit is contained in:
parent
6b7f618334
commit
9bc17809fe
@ -36,11 +36,11 @@ extern void ENTRY_POINT;
|
|||||||
extern void etext;
|
extern void etext;
|
||||||
|
|
||||||
#ifndef TEXT_START
|
#ifndef TEXT_START
|
||||||
#ifdef ENTRY_POINT_DECL
|
# ifdef ENTRY_POINT_DECL
|
||||||
#define TEXT_START ENTRY_POINT
|
# define TEXT_START ENTRY_POINT
|
||||||
#else
|
# else
|
||||||
#define TEXT_START &ENTRY_POINT
|
# define TEXT_START &ENTRY_POINT
|
||||||
#endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_INITFINI
|
#ifndef HAVE_INITFINI
|
||||||
|
Loading…
Reference in New Issue
Block a user