From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id A56163943541; Tue, 13 Apr 2021 10:56:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A56163943541 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 79ac4237dcf7a133176b5664fac37f39164df533 X-Git-Newrev: 05753071c03eebd77646434cec8c4942ad25b7ef Message-Id: <20210413105637.A56163943541@sourceware.org> Date: Tue, 13 Apr 2021 10:56:37 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 10:56:37 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=05753071c03eebd77646434cec8c4942ad25b7ef commit 05753071c03eebd77646434cec8c4942ad25b7ef Author: Corinna Vinschen Date: Wed Mar 24 10:48:34 2021 +0100 fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86 drop matching symlink in i386 Signed-off-by: Corinna Vinschen Diff: --- newlib/libc/machine/i386/sys/fenv.h | 1 - newlib/libc/machine/{x86_64 => shared_x86}/sys/fenv.h | 0 2 files changed, 1 deletion(-) 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