diff options
Diffstat (limited to 'elf/rtld.c')
-rw-r--r-- | elf/rtld.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -18,13 +18,18 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <link.h> -#include "dynamic-link.h" #include <stddef.h> #include <stdlib.h> #include <unistd.h> #include "../stdio-common/_itoa.h" +/* This #define produces dynamic linking inline functions for + bootstrap relocation instead of general-purpose relocation. */ +#define RTLD_BOOTSTRAP +#include "dynamic-link.h" + + #ifdef RTLD_START RTLD_START #else |