]> git.eshelyaron.com Git - emacs.git/commit
Some fixes for --without-nativecomp config
authorAndrea Corallo <akrl@sdf.org>
Sat, 6 Jun 2020 12:00:45 +0000 (13:00 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sat, 6 Jun 2020 12:06:29 +0000 (13:06 +0100)
commit385d9e69740e4f6293fe4c7b4206e3a4aca6ca21
tree83e9ef8ef93daef708adf3f5e6999205eb17e277
parent5684b3420d73715836c5111ef1f6ec9e4e257e8f
Some fixes for --without-nativecomp config

* src/pdumper.c (dump_subr): Do not add RELOC_NATIVE_SUBR for
VERY_LATE_RELOCS in --without-nativecomp.
(dump_do_dump_relocation): Add a sanity check that no
RELOC_NATIVE_SUBR exists in --without-nativecomp.

* src/lread.c (Fload): As Fnative_elisp_load is not defined
in --without-nativecomp so ifdef this block.
src/lread.c
src/pdumper.c