summaryrefslogtreecommitdiff
path: root/libgcc/config/csky
diff options
context:
space:
mode:
authorXianmiao Qu <xianmiao_qu@c-sky.com>2018-11-15 06:01:09 +0000
committerXianmiao Qu <xianmiao@gcc.gnu.org>2018-11-15 06:01:09 +0000
commit282093724182831bad690cb0041f8b8f0dc8a1d0 (patch)
treecee80a1202ad87a3373942ca31883a37e4c180b3 /libgcc/config/csky
parenta81e2c6240655f60a49c16e0d8bbfd2ba40bba51 (diff)
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
Diffstat (limited to 'libgcc/config/csky')
-rw-r--r--libgcc/config/csky/linux-unwind.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libgcc/config/csky/linux-unwind.h b/libgcc/config/csky/linux-unwind.h
index 25e4e6c8002..80f17f4260f 100644
--- a/libgcc/config/csky/linux-unwind.h
+++ b/libgcc/config/csky/linux-unwind.h
@@ -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>