diff options
-rw-r--r-- | gcc/config/i386/midipix_crtbegin.c | 1 | ||||
-rw-r--r-- | libc/cbb-musl-pe.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/midipix_crtbegin.c b/gcc/config/i386/midipix_crtbegin.c index eae6f7c30..46c7d0204 100644 --- a/gcc/config/i386/midipix_crtbegin.c +++ b/gcc/config/i386/midipix_crtbegin.c @@ -20,4 +20,3 @@ /*****************************************************************************/ int __dso_handle = 0; -const long __EH_FRAME_BEGIN__ = 0; diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index 4bce1c2f0..213ea42e5 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -107,7 +107,6 @@ extern "C" { #undef LINK_DSO_SYM_SPEC #define LINK_DSO_SYM_SPEC "--exclude-symbols=" \ - "__EH_FRAME_BEGIN__," \ "__dso_handle," \ "_init,_fini," \ "_so_entry_point," \ |