[PATCH v2 0/6] h8300 update
Yoshinori Sato
ysato at users.sourceforge.jp
Sat May 23 17:06:21 UTC 2015
H8/300's linux v4 using new toolchain.
This patch is supported new toolchain.
And clean up obsolete code.
Changes v2
- Config update.
- Remove unused header.
- Some cleanup.
Yoshinori Sato (6):
h8300: config update
h8300: 64bit integer support
h8300: Assembly functions
h8300: headers update
h8300: Add new feature
h8300: Makefile update
Rules.mak | 5 +-
extra/Configs/Config.h8300 | 5 +-
extra/Configs/Config.in | 2 +-
include/stdint.h | 10 -
ldso/ldso/h8300/dl-sysdep.h | 1 +
libc/sysdeps/linux/h8300/Makefile | 68 +------
libc/sysdeps/linux/h8300/Makefile.arch | 10 +
libc/sysdeps/linux/h8300/__longjmp.S | 4 +-
libc/sysdeps/linux/h8300/bits/byteswap.h | 15 +-
libc/sysdeps/linux/h8300/bits/fcntl.h | 7 +-
libc/sysdeps/linux/h8300/bits/kernel_stat.h | 50 -----
libc/sysdeps/linux/h8300/bits/kernel_types.h | 13 ++
libc/sysdeps/linux/h8300/bits/syscalls.h | 214 +++++++--------------
.../linux/h8300/bits/uClibc_arch_features.h | 2 +-
libc/sysdeps/linux/h8300/bsd-_setjmp.S | 6 +-
libc/sysdeps/linux/h8300/bsd-setjmp.S | 9 +-
libc/sysdeps/linux/h8300/clone.S | 34 +++-
libc/sysdeps/linux/h8300/crt0.S | 69 -------
libc/sysdeps/linux/h8300/crt1.S | 91 +++++++++
libc/sysdeps/linux/h8300/crti.S | 8 +-
libc/sysdeps/linux/h8300/crtn.S | 4 +-
libc/sysdeps/linux/h8300/setjmp.S | 4 +-
libc/sysdeps/linux/h8300/vfork.S | 44 ++++-
23 files changed, 290 insertions(+), 385 deletions(-)
create mode 100644 ldso/ldso/h8300/dl-sysdep.h
create mode 100644 libc/sysdeps/linux/h8300/Makefile.arch
delete mode 100644 libc/sysdeps/linux/h8300/bits/kernel_stat.h
delete mode 100644 libc/sysdeps/linux/h8300/crt0.S
create mode 100644 libc/sysdeps/linux/h8300/crt1.S
--
2.1.4
More information about the uClibc
mailing list