summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/7.4.0/add-crtreloc.frv
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-07 22:46:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-07 22:46:57 +0200
commite7665214765ee104c0ff2ec6d0ba33257512f86e (patch)
treebf14efb5bfb9a17ea59fb757607641b6230e3e52 /toolchain/gcc/patches/7.4.0/add-crtreloc.frv
parentabc446472a0242798475acbbc2a5e395ec3d8a8b (diff)
gcc: move patch folder to correct version, delete old csky patch
Diffstat (limited to 'toolchain/gcc/patches/7.4.0/add-crtreloc.frv')
-rw-r--r--toolchain/gcc/patches/7.4.0/add-crtreloc.frv12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/7.4.0/add-crtreloc.frv b/toolchain/gcc/patches/7.4.0/add-crtreloc.frv
new file mode 100644
index 000000000..dce4a0ea0
--- /dev/null
+++ b/toolchain/gcc/patches/7.4.0/add-crtreloc.frv
@@ -0,0 +1,12 @@
+diff -Nur gcc-7.1.0.orig/gcc/config/frv/linux.h gcc-7.1.0/gcc/config/frv/linux.h
+--- gcc-7.1.0.orig/gcc/config/frv/linux.h 2017-01-01 13:07:43.000000000 +0100
++++ gcc-7.1.0/gcc/config/frv/linux.h 2017-06-07 14:52:44.289044131 +0200
+@@ -27,7 +27,7 @@
+
+ #undef STARTFILE_SPEC
+ #define STARTFILE_SPEC \
+- "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \
++ "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} crtreloc.o%s \
+ crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}"
+
+ #undef ENDFILE_SPEC