projects
/
gcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb4842
)
make-error-more-explicit
author
Camm Maguire
<camm@debian.org>
Wed, 24 Jul 2019 23:08:39 +0000
(
00:08
+0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/o/sfaslelf.c
b/o/sfaslelf.c
index 5e03dfa169ba0005990cbfc0a0f6520371e08c03..3d4bd57f2af3e73bc97011087ffcc6dbce4779b1 100755
(executable)
--- a/
o/sfaslelf.c
+++ b/
o/sfaslelf.c
@@
-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
));
}