Files
emacs/exec
Po Lu 638b084a61 Unconditionally define MIPS_NABI on mips64el
* exec/configure.ac (MIPS_NABI): Always define to 1 on
mips64el-*-linux*.
2025-04-15 17:21:25 +08:00
..
2025-01-02 18:39:42 +01:00
2025-01-02 18:39:42 +01:00
2025-04-15 16:17:14 +08:00
2025-04-15 16:17:14 +08:00
2025-01-02 18:39:42 +01:00
2025-01-02 18:39:42 +01:00
2025-01-02 18:39:42 +01:00
2025-01-02 18:39:42 +01:00
2025-01-02 18:39:42 +01: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.

The most edifying resource for developers will be GDB, or to be precise,
the Linux target implementations for architectures of interest.