Skip to content
exec-final.c 320 B
Newer Older
/*
 * Variables for executable support.
 *
 */

/*
 * See lisp.c for documentation, but basically this is linked in for
Raymond Toy's avatar
Raymond Toy committed
 * executables to indicate that the image is builtin.  We must not
 * define initial_function_addr here because the linker script will
 * set the value appropriately.