Skip to content

Commit

Permalink
2018-11-15 Xianmiao Qu <xianmiao_qu@c-sky.com>
Browse files Browse the repository at this point in the history
	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.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266172 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
xianmiao committed Nov 15, 2018
1 parent 75ae0e7 commit 0277806
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
6 changes: 6 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions gcc/config/csky/csky-linux-elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand All @@ -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}"
Expand Down
4 changes: 4 additions & 0 deletions libgcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 2 additions & 4 deletions libgcc/config/csky/linux-unwind.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@

#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>
Expand Down

0 comments on commit 0277806

Please sign in to comment.