Commit 28209372 by Xianmiao Qu Committed by Xianmiao Qu

csky-linux-elf.h (LINUX_DYNAMIC_LINKER): Remove.

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
parent a81e2c62
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> 2018-11-15 Bin Cheng <bin.cheng@linux.alibaba.com>
PR tree-optimization/84648 PR tree-optimization/84648
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
%{mvdsp:-mvdsp} \ %{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} \ #define LINUX_TARGET_LINK_SPEC "%{h*} %{version:-v} \
%{b} \ %{b} \
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
%{symbolic:-Bsymbolic} \ %{symbolic:-Bsymbolic} \
%{!static: \ %{!static: \
%{rdynamic:-export-dynamic} \ %{rdynamic:-export-dynamic} \
%{!shared:-dynamic-linker " LINUX_DYNAMIC_LINKER "}} \ %{!shared:-dynamic-linker " GNU_USER_DYNAMIC_LINKER "}} \
-X \ -X \
%{mbig-endian:-EB} %{mlittle-endian:-EL} \ %{mbig-endian:-EB} %{mlittle-endian:-EL} \
%{EB:-EB} %{EL:-EL}" %{EB:-EB} %{EL:-EL}"
......
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> 2018-11-13 Xianmiao Qu <xianmiao_qu@c-sky.com>
* config/csky/linux-unwind.h (_sig_ucontext_t): Remove. * config/csky/linux-unwind.h (_sig_ucontext_t): Remove.
......
...@@ -25,10 +25,8 @@ ...@@ -25,10 +25,8 @@
#ifndef inhibit_libc #ifndef inhibit_libc
/* /* Do code reading to identify a signal frame, and set the frame state data
* Do code reading to identify a signal frame, and set the frame state data appropriately. See unwind-dw2.c for the structs. */
* appropriately. See unwind-dw2.c for the structs.
*/
#include <signal.h> #include <signal.h>
#include <asm/unistd.h> #include <asm/unistd.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment