1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Remove bp-sym.h and BP_SYM uses from C code.

This commit is contained in:
Joseph Myers
2013-02-14 13:12:02 +00:00
parent cb57ce6031
commit e97ed6ddbe
27 changed files with 178 additions and 99 deletions

View File

@ -19,7 +19,6 @@
#include <stdio.h>
#include <unistd.h>
#include <ldsodefs.h>
#include <bp-sym.h>
extern void __libc_init_first (int argc, char **argv, char **envp);
#ifndef SHARED
@ -86,7 +85,7 @@ apply_irel (void)
# endif
#else
# define STATIC
# define LIBC_START_MAIN BP_SYM (__libc_start_main)
# define LIBC_START_MAIN __libc_start_main
#endif
#ifdef MAIN_AUXVEC_ARG