summaryrefslogtreecommitdiff
path: root/ldso/ldso
diff options
context:
space:
mode:
authorGuo Ren <ren_guo@c-sky.com>2017-12-26 21:52:35 +0800
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-28 20:46:54 +0100
commit604781391549faafc59516700d9439ab1a7ec19b (patch)
tree524d48e447279556b298db68b0794b11e610e162 /ldso/ldso
parenta3f6c0c83611f6e56b50b9bf5d18654689e6bcec (diff)
csky: add Copyright.
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Diffstat (limited to 'ldso/ldso')
-rw-r--r--ldso/ldso/csky/dl-startup.h7
-rw-r--r--ldso/ldso/csky/dl-syscalls.h7
-rw-r--r--ldso/ldso/csky/dl-sysdep.h7
-rw-r--r--ldso/ldso/csky/elfinterp.c7
-rw-r--r--ldso/ldso/csky/read_tp.S7
-rw-r--r--ldso/ldso/csky/resolve.S7
6 files changed, 42 insertions, 0 deletions
diff --git a/ldso/ldso/csky/dl-startup.h b/ldso/ldso/csky/dl-startup.h
index 0a74ab69f..a5bcd9d8c 100644
--- a/ldso/ldso/csky/dl-startup.h
+++ b/ldso/ldso/csky/dl-startup.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
+ *
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
+ * in this tarball.
+ */
+
#ifdef __CSKYABIV2__
__asm__ (
diff --git a/ldso/ldso/csky/dl-syscalls.h b/ldso/ldso/csky/dl-syscalls.h
index f40c4fd31..703732b6b 100644
--- a/ldso/ldso/csky/dl-syscalls.h
+++ b/ldso/ldso/csky/dl-syscalls.h
@@ -1 +1,8 @@
+/*
+ * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
+ *
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
+ * in this tarball.
+ */
+
/* stub for arch-specific syscall issues */
diff --git a/ldso/ldso/csky/dl-sysdep.h b/ldso/ldso/csky/dl-sysdep.h
index c78dd81bc..04aae68f6 100644
--- a/ldso/ldso/csky/dl-sysdep.h
+++ b/ldso/ldso/csky/dl-sysdep.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
+ *
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
+ * in this tarball.
+ */
+
/* Define this if the system uses RELOCA. */
#define ELF_USES_RELOCA
diff --git a/ldso/ldso/csky/elfinterp.c b/ldso/ldso/csky/elfinterp.c
index 1469c28f1..9dba2a041 100644
--- a/ldso/ldso/csky/elfinterp.c
+++ b/ldso/ldso/csky/elfinterp.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
+ *
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
+ * in this tarball.
+ */
+
#include "ldso.h"
unsigned long
diff --git a/ldso/ldso/csky/read_tp.S b/ldso/ldso/csky/read_tp.S
index ef8d509d5..d9be32580 100644
--- a/ldso/ldso/csky/read_tp.S
+++ b/ldso/ldso/csky/read_tp.S
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
+ *
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
+ * in this tarball.
+ */
+
#include <sysdep.h>
#ifndef NOT_IN_libc
diff --git a/ldso/ldso/csky/resolve.S b/ldso/ldso/csky/resolve.S
index 46a436345..7db74d65f 100644
--- a/ldso/ldso/csky/resolve.S
+++ b/ldso/ldso/csky/resolve.S
@@ -1,4 +1,11 @@
/*
+ * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
+ *
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
+ * in this tarball.
+ */
+
+/*
* This function is not called directly. It is jumped when attempting to use a
* symbol that has not yet been resolved.
*