emacs/exec
Po Lu ddc16de869 Update Android port
* Makefile.in (extraclean): Clean in exec as well.
* configure.ac: Fix detection of absolute srcdir.  Also, pass
CFLAGS.
* exec/Makefile.in: (.c.o): Add -I. so config.h can be
found.:(.s.o): Don't create m4 temporary in srcdir.
* exec/config-mips.m4.in (DADDI2, DADDI3): New macros.  Define
to substitute if as cannot assemble daddi.
* exec/configure.ac (user_h): Look for user.h in asm/ as well.
Use new user.h.  Also look in ptrace.h on arm systems.  Check if
as supports daddi on mips64.
* exec/exec.c (check_interpreter): Fix char signedness bug.
* exec/loader-mips64el.s (__start): Use DADDI2 and DADDI3 for
two- and 3-operand daddi.
* exec/mipsel-user.h: Don't include sgidefs.h.
* java/INSTALL: Document that m4 is now required.
* src/android.c (android_rewrite_spawn_argv): Add missing NULL.
2023-05-01 11:28:22 +08:00
..
config-mips.m4.in Update Android port 2023-05-01 11:28:22 +08:00
config.guess Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
config.h.in Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
config.sub Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
configure.ac Update Android port 2023-05-01 11:28:22 +08:00
deps.mk Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
exec.c Update Android port 2023-05-01 11:28:22 +08:00
exec.h Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
exec1.c Work around system restrictions regarding exec 2023-05-01 09:31:58 +08:00
install-sh Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
loader-aarch64.s Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
loader-armeabi.s Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
loader-mips64el.s Update Android port 2023-05-01 11:28:22 +08:00
loader-mipsel.s Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
loader-x86.s Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
loader-x86_64.s Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
Makefile.in Update Android port 2023-05-01 11:28:22 +08:00
mipsel-user.h Update Android port 2023-05-01 11:28:22 +08:00
mipsfpu.c Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
mipsfpu.h Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
README Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
test.c Add helper binary `exec1' 2023-04-30 21:37:19 +08:00
trace.c Add helper binary `exec1' 2023-04-30 21:37:19 +08:00

This directory holds the source code to a library used to replace the
`execve' and `execveat' system calls, used by the Android port of
Emacs to start executables without intervention from the system.