diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-09 22:43:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-09 22:43:02 +0000 |
commit | 135c85905c900e4d8a1f6cf7abff87169a407aa8 (patch) | |
tree | 264f477c47ea82dd53e1f79443467c3c0aed7f65 /ldso/include | |
parent | ae3bbeaa102cb1f66fefef808492bca1c447efe2 (diff) |
disable early debug code if the arch relies on certain values (like load_addr) which are computer later
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/dl-string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/include/dl-string.h b/ldso/include/dl-string.h index 8e35e6ad2..57f05bd79 100644 --- a/ldso/include/dl-string.h +++ b/ldso/include/dl-string.h @@ -274,6 +274,7 @@ static __always_inline char * _dl_simple_ltoahex(char * local, unsigned long i) || defined(__sh__) || defined(__powerpc__) # define CONSTANT_STRING_GOT_FIXUP(X) \ if ((X) < (const char *) load_addr) (X) += load_addr +# define NO_EARLY_SEND_STDERR #else # define CONSTANT_STRING_GOT_FIXUP(X) #endif |