src/pefile: stricter reloc checks; cleanups
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# NOTE: see misc/podman/rebuild-stubs/20-image-run-shell.sh
|
||||
# how to rebuild the UPX stubs
|
||||
# how to rebuild the UPX stubs from source code
|
||||
|
||||
MAKEFLAGS += -rR
|
||||
.NOTPARALLEL:
|
||||
|
||||
@@ -349,7 +349,7 @@ def main(argv):
|
||||
if opts.mode == "c":
|
||||
if opts.verbose >= 0:
|
||||
w_header_c(w, ifile, ofile, len(idata))
|
||||
w("/* clang" + "-format off */\n\n")
|
||||
w("/* clang" + "-format" + " off */\n\n")
|
||||
for i in range(len(mdata)):
|
||||
write_stub(w, mdata_odata[mdata[i]], i, mdata)
|
||||
if ofp:
|
||||
|
||||
Reference in New Issue
Block a user