csky-linux-elf.h (LINUX_DYNAMIC_LINKER): Remove.
authorXianmiao Qu <xianmiao_qu@c-sky.com>
Thu, 15 Nov 2018 06:01:09 +0000 (06:01 +0000)
committerXianmiao Qu <xianmiao@gcc.gnu.org>
Thu, 15 Nov 2018 06:01:09 +0000 (06:01 +0000)
2018-11-15  Xianmiao Qu  <xianmiao_qu@c-sky.com>

gcc/
* config/csky/csky-linux-elf.h (LINUX_DYNAMIC_LINKER): Remove.
(GLIBC_DYNAMIC_LINKER): Define.
(LINUX_TARGET_LINK_SPEC): Update the dynamic linker's name.

libgcc/
* config/csky/linux-unwind.h: Fix coding style.

From-SVN: r266172

gcc/ChangeLog
gcc/config/csky/csky-linux-elf.h
libgcc/ChangeLog
libgcc/config/csky/linux-unwind.h

index aa1d0de9f953e6d5d29132c3f9758a31d861debf..6b1fd33e71856bf18378192e34e77ef7c41af7bc 100644 (file)
@@ -1,3 +1,9 @@
+2018-11-15  Xianmiao Qu  <xianmiao_qu@c-sky.com>
+
+       * config/csky/csky-linux-elf.h (LINUX_DYNAMIC_LINKER): Remove.
+       (GLIBC_DYNAMIC_LINKER): Define.
+       (LINUX_TARGET_LINK_SPEC): Update the dynamic linker's name.
+
 2018-11-15  Bin Cheng  <bin.cheng@linux.alibaba.com>
 
        PR tree-optimization/84648
index e2d3030f668cfd14d6bc62615cf987c582fbc20a..a5b914a6ccceec4e55bb783cd551ee633194495e 100644 (file)
@@ -61,7 +61,7 @@
   %{mvdsp:-mvdsp}              \
   "
 
-#define LINUX_DYNAMIC_LINKER  "/lib/ld.so.1"
+#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-cskyv2%{mhard-float:-hf}%{mbig-endian:-be}.so.1"
 
 #define LINUX_TARGET_LINK_SPEC "%{h*} %{version:-v}            \
    %{b}                                                                \
@@ -70,7 +70,7 @@
    %{symbolic:-Bsymbolic}                                      \
    %{!static:                                                  \
      %{rdynamic:-export-dynamic}                               \
-     %{!shared:-dynamic-linker " LINUX_DYNAMIC_LINKER "}}      \
+     %{!shared:-dynamic-linker " GNU_USER_DYNAMIC_LINKER "}}   \
    -X                                                          \
    %{mbig-endian:-EB} %{mlittle-endian:-EL}                    \
    %{EB:-EB} %{EL:-EL}"
index 5232118614c334a776fb7918559d8519c722ef56..1fde53bfe4eab30d082137171cf93587d70ba8ff 100644 (file)
@@ -1,3 +1,7 @@
+2018-11-15  Xianmiao Qu  <xianmiao_qu@c-sky.com>
+
+       * config/csky/linux-unwind.h: Fix coding style.
+
 2018-11-13  Xianmiao Qu  <xianmiao_qu@c-sky.com>
 
        * config/csky/linux-unwind.h (_sig_ucontext_t): Remove.
index 25e4e6c8002cf899ffc8f21e63e9f8da462a41f6..80f17f4260f8ba737f8dcc865e5704942c3c8a66 100644 (file)
 
 #ifndef inhibit_libc
 
-/*
- * Do code reading to identify a signal frame, and set the frame state data
- * appropriately.  See unwind-dw2.c for the structs.
- */
+/* Do code reading to identify a signal frame, and set the frame state data
+   appropriately.  See unwind-dw2.c for the structs.  */
 
 #include <signal.h>
 #include <asm/unistd.h>