diff options
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/Makefile | 4 | ||||
-rw-r--r-- | sysdeps/i386/sys/ucontext.h | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile index b97f95f6a8..9860444b85 100644 --- a/sysdeps/i386/Makefile +++ b/sysdeps/i386/Makefile @@ -18,7 +18,3 @@ CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused CFLAGS-dl-load.c += -Wno-unused CFLAGS-dl-reloc.c += -Wno-unused endif - -ifeq ($(subdir),math) -CPPFLAGS += -D__LIBC_INTERNAL_MATH_INLINES -endif diff --git a/sysdeps/i386/sys/ucontext.h b/sysdeps/i386/sys/ucontext.h index 17b6b6c76b..68597c9c09 100644 --- a/sysdeps/i386/sys/ucontext.h +++ b/sysdeps/i386/sys/ucontext.h @@ -44,9 +44,9 @@ enum #define ES ES DS, #define DS DS - EDI + EDI, #define EDI EDI - ESI + ESI, #define ESI ESI EBP, #define EBP EBP |