emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 6a0994b 1/2: * src/pdumper.c (dump_do_dump_relocatio


From: Andrea Corallo
Subject: feature/native-comp 6a0994b 1/2: * src/pdumper.c (dump_do_dump_relocation): Better error for incoherent eln.
Date: Fri, 2 Oct 2020 08:03:33 -0400 (EDT)

branch: feature/native-comp
commit 6a0994bc976534e56aa4990584f363536bc35271
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * src/pdumper.c (dump_do_dump_relocation): Better error for incoherent eln.
---
 src/pdumper.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 03391c49..0528219 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -5250,7 +5250,8 @@ dump_do_dump_relocation (const uintptr_t dump_base,
          dump_ptr (dump_base, reloc_offset);
        comp_u->lambda_gc_guard_h = CALLN (Fmake_hash_table, QCtest, Qeq);
        if (!CONSP (comp_u->file))
-         error ("Trying to load incoherent dumped .eln");
+         error ("Trying to load incoherent dumped eln file %s",
+                SSDATA (comp_u->file));
 
        /* Check just once if this is a local build or Emacs was installed.  */
        if (installation_state == UNKNOWN)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]