From 05753071c03eebd77646434cec8c4942ad25b7ef Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 24 Mar 2021 10:48:34 +0100 Subject: [PATCH] fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86 drop matching symlink in i386 Signed-off-by: Corinna Vinschen --- newlib/libc/machine/i386/sys/fenv.h | 1 - newlib/libc/machine/{x86_64 => shared_x86}/sys/fenv.h | 0 2 files changed, 1 deletion(-) delete mode 120000 newlib/libc/machine/i386/sys/fenv.h rename newlib/libc/machine/{x86_64 => shared_x86}/sys/fenv.h (100%) diff --git a/newlib/libc/machine/i386/sys/fenv.h b/newlib/libc/machine/i386/sys/fenv.h deleted file mode 120000 index 218057825..000000000 --- a/newlib/libc/machine/i386/sys/fenv.h +++ /dev/null @@ -1 +0,0 @@ -../../x86_64/sys/fenv.h \ No newline at end of file diff --git a/newlib/libc/machine/x86_64/sys/fenv.h b/newlib/libc/machine/shared_x86/sys/fenv.h similarity index 100% rename from newlib/libc/machine/x86_64/sys/fenv.h rename to newlib/libc/machine/shared_x86/sys/fenv.h