diff options
| author | Masahiro Yamada <[email protected]> | 2015-02-10 21:37:00 +0900 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 2015-02-25 13:55:05 +0900 |
| commit | 72cedad2b89aac188e56ac8bc6a4146786791693 (patch) | |
| tree | 9d915aad41bea22e9c1f0ef3bdc453fe378b20be | |
| parent | 2cbb17c0e941db629ff2d363c7fef69e47fb7d92 (diff) | |
sh: rename some private libraries
Rename two files to the corresponding file names in Linux.
This helps us find missing libraries in the next commit.
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
| -rw-r--r-- | arch/sh/lib/Makefile | 4 | ||||
| -rw-r--r-- | arch/sh/lib/ashlsi3.S (renamed from arch/sh/lib/ashiftlt.S) | 0 | ||||
| -rw-r--r-- | arch/sh/lib/lshrsi3.S (renamed from arch/sh/lib/lshiftrt.S) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/lib/Makefile b/arch/sh/lib/Makefile index 1304f4ee93a..a50f24e97f1 100644 --- a/arch/sh/lib/Makefile +++ b/arch/sh/lib/Makefile @@ -15,5 +15,5 @@ obj-y += time.o endif obj-$(CONFIG_CMD_SH_ZIMAGEBOOT) += zimageboot.o -lib-$(CONFIG_USE_PRIVATE_LIBGCC) += ashiftrt.o ashiftlt.o lshiftrt.o \ - ashldi3.o ashrsi3.o lshrdi3.o movmem.o +lib-$(CONFIG_USE_PRIVATE_LIBGCC) += movmem.o ashldi3.o lshrdi3.o \ + ashlsi3.o ashrsi3.o ashiftrt.o lshrsi3.o diff --git a/arch/sh/lib/ashiftlt.S b/arch/sh/lib/ashlsi3.S index f971568e35a..f971568e35a 100644 --- a/arch/sh/lib/ashiftlt.S +++ b/arch/sh/lib/ashlsi3.S diff --git a/arch/sh/lib/lshiftrt.S b/arch/sh/lib/lshrsi3.S index 787044d2e64..787044d2e64 100644 --- a/arch/sh/lib/lshiftrt.S +++ b/arch/sh/lib/lshrsi3.S |
