This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] m32r-linux support to glibc.


Hello,

This is a patch for glibc to support m32r-linux-gnu target. (Renesas M32R)

Please commit it.

The m32r target is added in linux-kernel 2.6.9-rc3.
http://www.kernel.org/

Regards,

Kazuhiro Inaoka

Attachment: libc-m32r_ss20041006.tar.bz2
Description: Binary data

2004-10-05  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

	* sysdeps/m32r/dl-macihne.h (elf_machine_rela_relative): Replace
	static inline by auto inline, add always_inline attribute.
	(elf_machine_rela): Likewise.
	(elf_machine_lazy_rel): Likewise.
	(elf_machine_runtime_setup): add always_inline attribute.
	* sysdeps/unix/sysv/linux/m32r/bits/mman.h: Define PROT_GROWSDOWN
	and PROT_GROWSUP.
	* sysdeps/unix/sysv/linux/m32r/sysdep.h (SYSCALL_ERROR_HANDLER):
	Define RTLD_PRIVATE_ERRNO variant.  include <dl-sysdep.h>.

2004-09-14  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

	* configure: check for assembler line separator

2004-09-09  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

	* configure, Makefile: Do nothing
	* shlib-versions: New file.
	* sysdeps/unix/m32r/sysdep.h: Use relative pathnames.
	* sysdeps/unix/sysv/linux/m32r/sysdep.h: Use relative
	pathnames.
	* sysdeps/unix/sysv/linux/m32r/sysdep.S: Use relative
	pathnames.
	* sysdeps/m32r/init-first.c: Remove file

2004-09-09  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

	* sysdeps/m32r/Implies: New file
	* sysdeps/m32r/Makefile: New file
	* sysdeps/m32r/__longjmp.S: New file
	* sysdeps/m32r/bits/endian.h: New file
	* sysdeps/m32r/bits/huge_val.h: New file
	* sysdeps/m32r/bits/setjmp.h: New file
	* sysdeps/m32r/bsd-_setjmp.S: New file
	* sysdeps/m32r/bsd-setjmp.S: New file
	* sysdeps/m32r/dl-machine.h: New file
	* sysdeps/m32r/elf/start.S: New file
	* sysdeps/m32r/gmp-mparam.h: New file
	* sysdeps/m32r/init-first.c: New file
	* sysdeps/m32r/m32r-mcount.S: New file
	* sysdeps/m32r/machine-gmon.h: New file
	* sysdeps/m32r/memcpy.S: New file
	* sysdeps/m32r/memset.S: New file
	* sysdeps/m32r/memusage.h: New file
	* sysdeps/m32r/setjmp.S: New file
	* sysdeps/m32r/stackinfo.h: New file
	* sysdeps/m32r/strlen.S: New file
	* sysdeps/m32r/sys/ucontext.h: New file
	* sysdeps/m32r/sysdep.h: New file
	* sysdeps/unix/m32r/Makefile: New file
	* sysdeps/unix/m32r/sysdep.S: New file
	* sysdeps/unix/m32r/sysdep.h: New file
	* sysdeps/unix/sysv/linux/m32r/Dist: New file
	* sysdeps/unix/sysv/linux/m32r/Makefile: New file
	* sysdeps/unix/sysv/linux/m32r/Versions: New file
	* sysdeps/unix/sysv/linux/m32r/bits/fcntl.h: New file
	* sysdeps/unix/sysv/linux/m32r/bits/mman.h: New file
	* sysdeps/unix/sysv/linux/m32r/bits/resource.h: New file
	* sysdeps/unix/sysv/linux/m32r/brk.c: New file
	* sysdeps/unix/sysv/linux/m32r/chown.c: New file
	* sysdeps/unix/sysv/linux/m32r/clone.S: New file
	* sysdeps/unix/sysv/linux/m32r/fchown.c: New file
	* sysdeps/unix/sysv/linux/m32r/fcntl.c: New file
	* sysdeps/unix/sysv/linux/m32r/flushcache.S: New file
	* sysdeps/unix/sysv/linux/m32r/fxstat.c: New file
	* sysdeps/unix/sysv/linux/m32r/getegid.c: New file
	* sysdeps/unix/sysv/linux/m32r/geteuid.c: New file
	* sysdeps/unix/sysv/linux/m32r/getgroups.c: New file
	* sysdeps/unix/sysv/linux/m32r/getresgid.c: New file
	* sysdeps/unix/sysv/linux/m32r/getresuid.c: New file
	* sysdeps/unix/sysv/linux/m32r/getrlimit.c: New file
	* sysdeps/unix/sysv/linux/m32r/getrlimit64.c: New file
	* sysdeps/unix/sysv/linux/m32r/getuid.c: New file
	* sysdeps/unix/sysv/linux/m32r/lchown.c: New file
	* sysdeps/unix/sysv/linux/m32r/lockf64.c: New file
	* sysdeps/unix/sysv/linux/m32r/lxstat.c: New file
	* sysdeps/unix/sysv/linux/m32r/m32r-stub.c: New file
	* sysdeps/unix/sysv/linux/m32r/mmap.S: New file
	* sysdeps/unix/sysv/linux/m32r/msgctl.c: New file
	* sysdeps/unix/sysv/linux/m32r/pipe.S: New file
	* sysdeps/unix/sysv/linux/m32r/profil-counter.h: New file
	* sysdeps/unix/sysv/linux/m32r/semctl.c: New file
	* sysdeps/unix/sysv/linux/m32r/setegid.c: New file
	* sysdeps/unix/sysv/linux/m32r/seteuid.c: New file
	* sysdeps/unix/sysv/linux/m32r/setfsgid.c: New file
	* sysdeps/unix/sysv/linux/m32r/setfsuid.c: New file
	* sysdeps/unix/sysv/linux/m32r/setgid.c: New file
	* sysdeps/unix/sysv/linux/m32r/setgroups.c: New file
	* sysdeps/unix/sysv/linux/m32r/setregid.c: New file
	* sysdeps/unix/sysv/linux/m32r/setresgid.c: New file
	* sysdeps/unix/sysv/linux/m32r/setresuid.c: New file
	* sysdeps/unix/sysv/linux/m32r/setreuid.c: New file
	* sysdeps/unix/sysv/linux/m32r/setrlimit.c: New file
	* sysdeps/unix/sysv/linux/m32r/setuid.c: New file
	* sysdeps/unix/sysv/linux/m32r/shmctl.c: New file
	* sysdeps/unix/sysv/linux/m32r/sigcontextinfo.h: New file
	* sysdeps/unix/sysv/linux/m32r/socket.S: New file
	* sysdeps/unix/sysv/linux/m32r/sys/cachectl.h: New file
	* sysdeps/unix/sysv/linux/m32r/sys/io.h: New file
	* sysdeps/unix/sysv/linux/m32r/sys/tas.h: New file
	* sysdeps/unix/sysv/linux/m32r/sys/ucontext.h: New file
	* sysdeps/unix/sysv/linux/m32r/sys/user.h: New file
	* sysdeps/unix/sysv/linux/m32r/syscall.S: New file
	* sysdeps/unix/sysv/linux/m32r/syscalls.list: New file
	* sysdeps/unix/sysv/linux/m32r/sysdep.S: New file
	* sysdeps/unix/sysv/linux/m32r/sysdep.h: New file
	* sysdeps/unix/sysv/linux/m32r/vfork.S: New file
	* sysdeps/unix/sysv/linux/m32r/xstat.c: New file
2004-09-10  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>

	* configrue, Makefile: Do nothing.

2004-09-09  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>

	* sysdeps/m32r/pspinlock.c: New file.
	* sysdeps/m32r/pt-machine.h: New file.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]