mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Make patches relative to where tarballs are extracted
Ever since an old patch version, it has (for reasonable security reasons) not supported patched with ../ in the filename. Many of our patches have been relying on this behaviour being OK, because we start off with an ancient patch version that didn't perform such checks. As soon as we need this behaviour after we build a newer patch though, we will have problems. So, let's change the policy. Patches are relative to where tarballs are extracted, rather than the "working directory" - e.g. have patches for `coreutils-9.4/src/cp.c` instead of `src/cp.c`. Keeping this consistent has a few implications; - patches are applied from the build/ directory in bash era now, with `-p0` - when patches are manually applied in the bash era, use `-p` as required, usually `-p1` - in kaem era where patches are always manually applied, `-p1` is used
This commit is contained in:
parent
749b2bfe37
commit
a67db8fcbd
156 changed files with 1265 additions and 1263 deletions
|
|
@ -14,8 +14,8 @@ libitm fixes for musl support
|
|||
|
||||
From-SVN: r222325
|
||||
|
||||
--- libitm/config/arm/hwcap.cc
|
||||
+++ libitm/config/arm/hwcap.cc
|
||||
--- gcc-4.7.4/libitm/config/arm/hwcap.cc
|
||||
+++ gcc-4.7.4/libitm/config/arm/hwcap.cc
|
||||
@@ -40,7 +40,7 @@ int GTM_hwcap HIDDEN = 0
|
||||
|
||||
#ifdef __linux__
|
||||
|
|
@ -25,8 +25,8 @@ From-SVN: r222325
|
|||
#include <elf.h>
|
||||
|
||||
static void __attribute__((constructor))
|
||||
--- libitm/config/linux/x86/tls.h
|
||||
+++ libitm/config/linux/x86/tls.h
|
||||
--- gcc-4.7.4/libitm/config/linux/x86/tls.h
|
||||
+++ gcc-4.7.4/libitm/config/linux/x86/tls.h
|
||||
@@ -25,16 +25,19 @@
|
||||
#ifndef LIBITM_X86_TLS_H
|
||||
#define LIBITM_X86_TLS_H 1
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ fixincludes update for musl support
|
|||
|
||||
From-SVN: r222327
|
||||
|
||||
--- fixincludes/mkfixinc.sh
|
||||
+++ fixincludes/mkfixinc.sh
|
||||
--- gcc-4.7.4/fixincludes/mkfixinc.sh
|
||||
+++ gcc-4.7.4/fixincludes/mkfixinc.sh
|
||||
@@ -20,7 +20,8 @@ case $machine in
|
||||
powerpc-*-eabi* | \
|
||||
powerpc-*-rtems* | \
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ Co-Authored-By: Szabolcs Nagy <szabolcs.nagy@arm.com>
|
|||
|
||||
From-SVN: r222328
|
||||
|
||||
--- libgcc/unwind-dw2-fde-dip.c
|
||||
+++ libgcc/unwind-dw2-fde-dip.c
|
||||
--- gcc-4.7.4/libgcc/unwind-dw2-fde-dip.c
|
||||
+++ gcc-4.7.4/libgcc/unwind-dw2-fde-dip.c
|
||||
@@ -53,6 +53,12 @@
|
||||
# define USE_PT_GNU_EH_FRAME
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ libstdc++ gthr workaround for musl
|
|||
|
||||
From-SVN: r222329
|
||||
|
||||
--- libstdc++-v3/config/os/generic/os_defines.h
|
||||
+++ libstdc++-v3/config/os/generic/os_defines.h
|
||||
--- gcc-4.7.4/libstdc++-v3/config/os/generic/os_defines.h
|
||||
+++ gcc-4.7.4/libstdc++-v3/config/os/generic/os_defines.h
|
||||
@@ -33,4 +33,9 @@
|
||||
// System-specific #define, typedefs, corrections, etc, go here. This
|
||||
// file will come before all others.
|
||||
|
|
@ -27,8 +27,8 @@ From-SVN: r222329
|
|||
+#define _GLIBCXX_GTHREAD_USE_WEAK 0
|
||||
+
|
||||
#endif
|
||||
--- libstdc++-v3/configure.host
|
||||
+++ libstdc++-v3/configure.host
|
||||
--- gcc-4.7.4/libstdc++-v3/configure.host
|
||||
+++ gcc-4.7.4/libstdc++-v3/configure.host
|
||||
@@ -242,6 +242,9 @@ case "${host_os}" in
|
||||
freebsd*)
|
||||
os_include_dir="os/bsd/freebsd"
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ Co-Authored-By: Szabolcs Nagy <szabolcs.nagy@arm.com>
|
|||
|
||||
From-SVN: r222904
|
||||
|
||||
--- gcc/config.gcc
|
||||
+++ gcc/config.gcc
|
||||
--- gcc-4.7.4/gcc/config.gcc
|
||||
+++ gcc-4.7.4/gcc/config.gcc
|
||||
@@ -522,7 +522,7 @@ case ${target} in
|
||||
esac
|
||||
|
||||
|
|
@ -49,8 +49,8 @@ From-SVN: r222904
|
|||
*)
|
||||
tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
|
||||
;;
|
||||
--- gcc/config/linux.h
|
||||
+++ gcc/config/linux.h
|
||||
--- gcc-4.7.4/gcc/config/linux.h
|
||||
+++ gcc-4.7.4/gcc/config/linux.h
|
||||
@@ -33,10 +33,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
#define OPTION_GLIBC (DEFAULT_LIBC == LIBC_GLIBC)
|
||||
#define OPTION_UCLIBC (DEFAULT_LIBC == LIBC_UCLIBC)
|
||||
|
|
@ -204,8 +204,8 @@ From-SVN: r222904
|
|||
+ { 0, 0, 0, 0, 0, 0 } \
|
||||
+ }
|
||||
+#endif
|
||||
--- gcc/config/linux.opt
|
||||
+++ gcc/config/linux.opt
|
||||
--- gcc-4.7.4/gcc/config/linux.opt
|
||||
+++ gcc-4.7.4/gcc/config/linux.opt
|
||||
@@ -28,5 +28,9 @@ Target Report RejectNegative Var(linux_libc,LIBC_GLIBC) Negative(muclibc)
|
||||
Use GNU C library
|
||||
|
||||
|
|
@ -217,8 +217,8 @@ From-SVN: r222904
|
|||
+mmusl
|
||||
+Target Report RejectNegative Var(linux_libc,LIBC_MUSL) Negative(mbionic)
|
||||
+Use musl C library
|
||||
--- gcc/configure.ac
|
||||
+++ gcc/configure.ac
|
||||
--- gcc-4.7.4/gcc/configure.ac
|
||||
+++ gcc-4.7.4/gcc/configure.ac
|
||||
@@ -4669,6 +4669,9 @@ AC_CACHE_CHECK(__stack_chk_fail in target C library,
|
||||
gcc_cv_libc_provides_ssp,
|
||||
[gcc_cv_libc_provides_ssp=no
|
||||
|
|
@ -247,8 +247,8 @@ From-SVN: r222904
|
|||
esac
|
||||
GCC_TARGET_TEMPLATE([TARGET_DL_ITERATE_PHDR])
|
||||
if test x$gcc_cv_target_dl_iterate_phdr = xyes; then
|
||||
--- gcc/doc/invoke.texi
|
||||
+++ gcc/doc/invoke.texi
|
||||
--- gcc-4.7.4/gcc/doc/invoke.texi
|
||||
+++ gcc-4.7.4/gcc/doc/invoke.texi
|
||||
@@ -595,7 +595,7 @@ Objective-C and Objective-C++ Dialects}.
|
||||
-mcpu=@var{cpu}}
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ Add musl support to GCC
|
|||
|
||||
From-SVN: r222905
|
||||
|
||||
--- gcc/config/glibc-stdint.h
|
||||
+++ gcc/config/glibc-stdint.h
|
||||
--- gcc-4.7.4/gcc/config/glibc-stdint.h
|
||||
+++ gcc-4.7.4/gcc/config/glibc-stdint.h
|
||||
@@ -22,6 +22,12 @@ a copy of the GCC Runtime Library Exception along with this program;
|
||||
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
|
@ -51,8 +51,8 @@ From-SVN: r222905
|
|||
#define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
|
||||
|
||||
#define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int")
|
||||
--- gcc/config/linux.h
|
||||
+++ gcc/config/linux.h
|
||||
--- gcc-4.7.4/gcc/config/linux.h
|
||||
+++ gcc-4.7.4/gcc/config/linux.h
|
||||
@@ -33,11 +33,13 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
#define OPTION_GLIBC (DEFAULT_LIBC == LIBC_GLIBC)
|
||||
#define OPTION_UCLIBC (DEFAULT_LIBC == LIBC_UCLIBC)
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ x86 musl support
|
|||
|
||||
From-SVN: r223218
|
||||
|
||||
--- gcc/config/i386/linux.h
|
||||
+++ gcc/config/i386/linux.h
|
||||
--- gcc-4.7.4/gcc/config/i386/linux.h
|
||||
+++ gcc-4.7.4/gcc/config/i386/linux.h
|
||||
@@ -22,3 +22,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
|
||||
#define GNU_USER_LINK_EMULATION "elf_i386"
|
||||
|
|
@ -24,8 +24,8 @@ From-SVN: r223218
|
|||
+
|
||||
+#undef MUSL_DYNAMIC_LINKER
|
||||
+#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-i386.so.1"
|
||||
--- gcc/config/i386/linux64.h
|
||||
+++ gcc/config/i386/linux64.h
|
||||
--- gcc-4.7.4/gcc/config/i386/linux64.h
|
||||
+++ gcc-4.7.4/gcc/config/i386/linux64.h
|
||||
@@ -31,3 +31,10 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
#define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2"
|
||||
#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux-x86-64.so.2"
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL.
|
|||
|
||||
From-SVN: r229392
|
||||
|
||||
--- gcc/config/linux.h
|
||||
+++ gcc/config/linux.h
|
||||
--- gcc-4.7.4/gcc/config/linux.h
|
||||
+++ gcc-4.7.4/gcc/config/linux.h
|
||||
@@ -184,6 +184,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
#define INCLUDE_DEFAULTS \
|
||||
{ \
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ In GCC 10, fself-test is run on every GCC used in the
|
|||
build process to ensure correctness. However this is not
|
||||
yet introduced in GCC 4.7, so we no-op it.
|
||||
|
||||
--- gcc/common.opt 2023-01-23 21:22:23.630919284 +1100
|
||||
+++ gcc/common.opt 2023-01-23 21:23:33.030143958 +1100
|
||||
--- gcc-4.7.4/gcc/common.opt 2023-01-23 21:22:23.630919284 +1100
|
||||
+++ gcc-4.7.4/gcc/common.opt 2023-01-23 21:23:33.030143958 +1100
|
||||
@@ -1701,6 +1701,10 @@
|
||||
Common Report Var(flag_selective_scheduling2) Optimization
|
||||
Run selective scheduling after reload
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ These macros do not exist in GCC 4.7, so we add them in.
|
|||
(We could -D them in GCC 10, but this is a simpler unobtrusive
|
||||
solution, and is arguably more correct).
|
||||
|
||||
--- gcc/c-family/c-cppbuiltin.c 2023-01-25 16:56:44.122222376 +1100
|
||||
+++ gcc/c-family/c-cppbuiltin.c 2023-01-25 17:01:52.500855016 +1100
|
||||
--- gcc-4.7.4/gcc/c-family/c-cppbuiltin.c 2023-01-25 16:56:44.122222376 +1100
|
||||
+++ gcc-4.7.4/gcc/c-family/c-cppbuiltin.c 2023-01-25 17:01:52.500855016 +1100
|
||||
@@ -850,6 +850,30 @@
|
||||
builtin_define_with_int_value ("__LIBGCC_TRAMPOLINE_SIZE__",
|
||||
TRAMPOLINE_SIZE);
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ makes more sense to simply add in support to GCC 4.7.
|
|||
|
||||
diff --git gcc/config/i386/i386-c.c gcc/config/i386/i386-c.c
|
||||
index d00e0ba54b939..edd64ff7ae388 100644
|
||||
--- gcc/config/i386/i386-c.c
|
||||
+++ gcc/config/i386/i386-c.c
|
||||
--- gcc-4.7.4/gcc/config/i386/i386-c.c
|
||||
+++ gcc-4.7.4/gcc/config/i386/i386-c.c
|
||||
@@ -418,6 +418,9 @@
|
||||
builtin_define_std ("i386");
|
||||
}
|
||||
|
|
@ -29,8 +29,8 @@ index d00e0ba54b939..edd64ff7ae388 100644
|
|||
ix86_tune,
|
||||
diff --git gcc/config/i386/i386.c gcc/config/i386/i386.c
|
||||
index a6fc45b047a94..da931ee153745 100644
|
||||
--- gcc/config/i386/i386.c
|
||||
+++ gcc/config/i386/i386.c
|
||||
--- gcc-4.7.4/gcc/config/i386/i386.c
|
||||
+++ gcc-4.7.4/gcc/config/i386/i386.c
|
||||
@@ -2786,6 +2786,7 @@ ix86_target_string (HOST_WIDE_INT isa, int flags, const char *arch,
|
||||
static struct ix86_target_opts flag_opts[] =
|
||||
{
|
||||
|
|
@ -53,8 +53,8 @@ index a6fc45b047a94..da931ee153745 100644
|
|||
if (main_args_p)
|
||||
diff --git gcc/config/i386/i386.h gcc/config/i386/i386.h
|
||||
index 11f79e3f670af..3a41a43e308bf 100644
|
||||
--- gcc/config/i386/i386.h
|
||||
+++ gcc/config/i386/i386.h
|
||||
--- gcc-4.7.4/gcc/config/i386/i386.h
|
||||
+++ gcc-4.7.4/gcc/config/i386/i386.h
|
||||
@@ -671,9 +671,17 @@ enum target_cpu_default
|
||||
#define LONG_LONG_TYPE_SIZE 64
|
||||
#define FLOAT_TYPE_SIZE 32
|
||||
|
|
@ -77,8 +77,8 @@ index 11f79e3f670af..3a41a43e308bf 100644
|
|||
#define MAX_BITS_PER_WORD 64
|
||||
diff --git gcc/config/i386/i386.opt gcc/config/i386/i386.opt
|
||||
index e4f78f3ce50f3..6a389947d904e 100644
|
||||
--- gcc/config/i386/i386.opt
|
||||
+++ gcc/config/i386/i386.opt
|
||||
--- gcc-4.7.4/gcc/config/i386/i386.opt
|
||||
+++ gcc-4.7.4/gcc/config/i386/i386.opt
|
||||
@@ -86,6 +86,14 @@ m96bit-long-double
|
||||
Target RejectNegative Report InverseMask(128BIT_LONG_DOUBLE) Save
|
||||
sizeof(long double) is 12
|
||||
|
|
@ -98,7 +98,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-64-1.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..cf933796f8aea
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-64-1.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-64-1.c
|
||||
@@ -0,0 +1,10 @@
|
||||
+/* { dg-do compile } */
|
||||
+/* { dg-options "-O2 -mlong-double-64" } */
|
||||
|
|
@ -114,7 +114,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-64-2.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..ddf4fe656d099
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-64-2.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-64-2.c
|
||||
@@ -0,0 +1,10 @@
|
||||
+/* { dg-do compile { target *-*-linux* } } */
|
||||
+/* { dg-options "-O2 -mbionic" } */
|
||||
|
|
@ -130,7 +130,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-64-3.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..e748fab2edd3c
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-64-3.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-64-3.c
|
||||
@@ -0,0 +1,10 @@
|
||||
+/* { dg-do compile { target *-*-linux* } } */
|
||||
+/* { dg-options "-O2 -mandroid" } */
|
||||
|
|
@ -146,7 +146,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-64-4.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..d9c25aaec080c
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-64-4.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-64-4.c
|
||||
@@ -0,0 +1,10 @@
|
||||
+/* { dg-do compile } */
|
||||
+/* { dg-options "-O2 -mlong-double-80 -mlong-double-64" } */
|
||||
|
|
@ -162,7 +162,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-80-1.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..d3b75a0be21de
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-80-1.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-80-1.c
|
||||
@@ -0,0 +1,10 @@
|
||||
+/* { dg-do compile } */
|
||||
+/* { dg-options "-O2 -mlong-double-80" } */
|
||||
|
|
@ -178,7 +178,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-80-2.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..954dfd15d4271
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-80-2.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-80-2.c
|
||||
@@ -0,0 +1,10 @@
|
||||
+/* { dg-do compile { target *-*-linux* } } */
|
||||
+/* { dg-options "-O2 -mlong-double-80 -mbionic" } */
|
||||
|
|
@ -194,7 +194,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-80-3.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..e0e8365e32c4a
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-80-3.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-80-3.c
|
||||
@@ -0,0 +1,10 @@
|
||||
+/* { dg-do compile { target *-*-linux* } } */
|
||||
+/* { dg-options "-O2 -mlong-double-80 -mandroid" } */
|
||||
|
|
@ -210,7 +210,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-80-4.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..cac2d55bc166c
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-80-4.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-80-4.c
|
||||
@@ -0,0 +1,10 @@
|
||||
+/* { dg-do compile } */
|
||||
+/* { dg-options "-O2 -mlong-double-64 -mlong-double-80" } */
|
||||
|
|
@ -226,7 +226,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-80-5.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..4aa606fd1ba05
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-80-5.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-80-5.c
|
||||
@@ -0,0 +1,10 @@
|
||||
+/* { dg-do compile } */
|
||||
+/* { dg-options "-O2 -mlong-double-64" } */
|
||||
|
|
@ -242,7 +242,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-80-6.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..a395a265942c1
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-80-6.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-80-6.c
|
||||
@@ -0,0 +1,11 @@
|
||||
+/* { dg-do run } */
|
||||
+/* { dg-options "-O0 -mlong-double-64 -mfpmath=387" } */
|
||||
|
|
@ -259,7 +259,7 @@ diff --git gcc/testsuite/gcc.target/i386/long-double-80-7.c gcc/testsuite/gcc.ta
|
|||
new file mode 100644
|
||||
index 0000000000000..9b30fe8856786
|
||||
--- /dev/null
|
||||
+++ gcc/testsuite/gcc.target/i386/long-double-80-7.c
|
||||
+++ gcc-4.7.4/gcc/testsuite/gcc.target/i386/long-double-80-7.c
|
||||
@@ -0,0 +1,13 @@
|
||||
+/* { dg-do run } */
|
||||
+/* { dg-options "-O0 -mlong-double-64 -mfpmath=sse" } */
|
||||
|
|
@ -276,8 +276,8 @@ index 0000000000000..9b30fe8856786
|
|||
+}
|
||||
diff --git libgcc/config/i386/t-linux libgcc/config/i386/t-linux
|
||||
index 29b4c22398346..4f47f7bfa59cf 100644
|
||||
--- libgcc/config/i386/t-linux
|
||||
+++ libgcc/config/i386/t-linux
|
||||
--- gcc-4.7.4/libgcc/config/i386/t-linux
|
||||
+++ gcc-4.7.4/libgcc/config/i386/t-linux
|
||||
@@ -2,3 +2,5 @@
|
||||
# Need to support TImode for x86. Override the settings from
|
||||
# t-slibgcc-elf-ver and t-linux
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
|
||||
Remove dependency on gperf.
|
||||
|
||||
--- gcc/cp/except.c 2021-07-07 18:24:36.561530121 +0100
|
||||
+++ gcc/cp/except.c 2021-07-07 18:27:18.035681929 +0100
|
||||
--- gcc-4.7.4/gcc/cp/except.c 2021-07-07 18:24:36.561530121 +0100
|
||||
+++ gcc-4.7.4/gcc/cp/except.c 2021-07-07 18:27:18.035681929 +0100
|
||||
@@ -987,8 +987,6 @@
|
||||
exception, unless it calls a program-supplied function that
|
||||
throws an exception. */
|
||||
|
|
@ -23,8 +23,8 @@ Remove dependency on gperf.
|
|||
}
|
||||
|
||||
/* Returns nonzero if an exception of type FROM will be caught by a
|
||||
--- gcc/cp/Make-lang.in 2021-07-07 18:24:36.571530380 +0100
|
||||
+++ gcc/cp/Make-lang.in 2021-07-07 18:26:47.154887799 +0100
|
||||
--- gcc-4.7.4/gcc/cp/Make-lang.in 2021-07-07 18:24:36.571530380 +0100
|
||||
+++ gcc-4.7.4/gcc/cp/Make-lang.in 2021-07-07 18:26:47.154887799 +0100
|
||||
@@ -313,7 +313,7 @@
|
||||
cp/rtti.o: cp/rtti.c $(CXX_TREE_H) $(TM_H) $(FLAGS_H) convert.h \
|
||||
$(TARGET_H) $(C_PRAGMA_H) gt-cp-rtti.h intl.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue