VirtualBox

Changeset 96411 in vbox


Ignore:
Timestamp:
Aug 22, 2022 7:47:58 PM (2 years ago)
Author:
vboxsync
Message:

softfloat/TestFloat-3e-patch.diff: update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/softfloat-3e/TestFloat-3e-patch.diff

    r94484 r96411  
    11diff -Nru TestFloat-3e-virgin/Makefile.kmk TestFloat-3e/Makefile.kmk
    22--- TestFloat-3e-virgin/Makefile.kmk    1970-01-01 01:00:00.000000000 +0100
    3 +++ TestFloat-3e/Makefile.kmk   2022-04-06 01:57:25.200692100 +0200
    4 @@ -0,0 +1,262 @@
     3+++ TestFloat-3e/Makefile.kmk   2022-08-22 21:44:59.264546989 +0200
     4@@ -0,0 +1,271 @@
    55+# $Id$
    66+## @file
     
    99+
    1010+#
    11 +# Copyright (C) 2022 Oracle Corporation
    12 +#
    13 +# This file is part of VirtualBox Open Source Edition (OSE), as
    14 +# available from http://www.virtualbox.org. This file is free software;
    15 +# you can redistribute it and/or modify it under the terms of the GNU
    16 +# General Public License (GPL) as published by the Free Software
    17 +# Foundation, in version 2 as it comes in the "COPYING" file of the
    18 +# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    19 +# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    20 +#
    21 +
    22 +SUB_DEPTH = ../../..
     11+# Copyright (C) 2022 Oracle and/or its affiliates.
     12+#
     13+# This file is part of VirtualBox base platform packages, as
     14+# available from https://www.virtualbox.org.
     15+#
     16+# This program is free software; you can redistribute it and/or
     17+# modify it under the terms of the GNU General Public License
     18+# as published by the Free Software Foundation, in version 3 of the
     19+# License.
     20+#
     21+# This program is distributed in the hope that it will be useful, but
     22+# WITHOUT ANY WARRANTY; without even the implied warranty of
     23+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     24+# General Public License for more details.
     25+#
     26+# You should have received a copy of the GNU General Public License
     27+# along with this program; if not, see <https://www.gnu.org/licenses>.
     28+#
     29+# SPDX-License-Identifier: GPL-3.0-only
     30+#
     31+
     32+SUB_DEPTH = ../../../..
    2333+include $(KBUILD_PATH)/subheader.kmk
    2434+
     
    3949+endif
    4050+if1of ($(KBUILD_TARGET), win)
    41 + TEMPLATE_VBoxTestFloat_INCS.amd64 = ../softfloat-3e/build/Win-amd64-VCC $(TEMPLATE_VBoxR3DllNonPedantic_INCS.amd64)
     51+ TEMPLATE_VBoxTestFloat_INCS.amd64 = ../build/Win-amd64-VCC $(TEMPLATE_VBoxR3DllNonPedantic_INCS.amd64)
    4252+else
    4353+ TEMPLATE_VBoxTestFloat_INCS.amd64 = build/Linux-x86_64-GCC $(TEMPLATE_VBoxR3DllNonPedantic_INCS.amd64)
     
    264274+include $(FILE_KBUILD_SUB_FOOTER)
    265275+
    266 +
    267276diff -Nru TestFloat-3e-virgin/source/testfloat.c TestFloat-3e/source/testfloat.c
    268277--- TestFloat-3e-virgin/source/testfloat.c      2018-01-19 22:41:28.000000000 +0100
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette