make-error-more-explicit
authorCamm Maguire <camm@debian.org>
Wed, 24 Jul 2019 23:08:39 +0000 (00:08 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 24 Jul 2019 23:08:39 +0000 (00:08 +0100)
Gbp-Pq: Name make-error-more-explicit.patch

o/sfaslelf.c

index 5e03dfa169ba0005990cbfc0a0f6520371e08c03..3d4bd57f2af3e73bc97011087ffcc6dbce4779b1 100755 (executable)
@@ -183,7 +183,7 @@ relocate(Sym *sym1,void *v,ul a,ul start,ul *got,ul *gote) {
 #include RELOC_H
 
   default:
-    massert(!emsg("Unknown reloc type %lu\n", tp));
+    massert(!emsg("Unknown reloc type %lu in relocate function of sfaslelf.c RELOC_H=%s\n", tp, RELOC_H));
 
   }