[klibc] [klibc:master] Delete remnants of m32r

klibc-bot for Ben Hutchings ben at decadent.org.uk
Fri Jan 18 17:06:04 PST 2019


Commit-ID:  37f6c448082e1081128aeae5e9ff56985a823fa7
Gitweb:     http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=37f6c448082e1081128aeae5e9ff56985a823fa7
Author:     Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 19 Jan 2019 00:34:54 +0000
Committer:  Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 19 Jan 2019 00:38:42 +0000

[klibc] Delete remnants of m32r

It was still mentioned in README.m32r and SYSCALLS.def.

Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

---
 usr/klibc/README.klibc | 1 -
 usr/klibc/SYSCALLS.def | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 2ed0f31..19f4010 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -45,7 +45,6 @@ b) If you're cross-compiling, you need to set KLIBCARCH to the
    h8300:	 Not yet ported
    i386:	 Working
    ia64:	 Working static, shared untested
-   m32r:	 Untested
    m68k:	 Working
    mips:	 Working
    mips64:	 Working
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index 8ebe835..94b9af2 100644
--- a/usr/klibc/SYSCALLS.def
+++ b/usr/klibc/SYSCALLS.def
@@ -30,7 +30,7 @@ void _exit,exit::_exit(int);
  * stubs, due to the no-stack requirement.  These are the
  * architectures which do not.
  */
-<alpha,m32r,ppc,ppc64,sh,s390,s390x> pid_t vfork();
+<alpha,ppc,ppc64,sh,s390,s390x> pid_t vfork();
 <sparc,sparc64> pid_t vfork at forkish();
 #endif
 <!alpha> pid_t getpid();


More information about the klibc mailing list