[PATCH 0/6] h8300 update

Yoshinori Sato ysato at users.sourceforge.jp
Mon May 18 07:32:01 UTC 2015


Hello.

H8/300's linux v4 using new toolchain.
This patch is supported new toolchain.
And clean up obsolete code.

Thanks.

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                         |   4 +-
 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/fcntl.h              |  14 +-
 libc/sysdeps/linux/h8300/bits/kernel_stat.h        |   4 +-
 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/posix_fadvise64.c         |  60 ++++++
 libc/sysdeps/linux/h8300/setjmp.S                  |   4 +-
 libc/sysdeps/linux/h8300/vfork.S                   |  44 ++++-
 23 files changed, 354 insertions(+), 326 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/crt0.S
 create mode 100644 libc/sysdeps/linux/h8300/crt1.S
 create mode 100644 libc/sysdeps/linux/h8300/posix_fadvise64.c

-- 
2.1.4



More information about the uClibc mailing list