mirror of
https://github.com/golang/go
synced 2024-11-12 04:40:22 -07:00
drop rt0 object from 8l (already dropped from 6l).
remove debugging print. R=r DELTA=8 (0 added, 8 deleted, 0 changed) OCL=26695 CL=26710
This commit is contained in:
parent
1141716c5c
commit
34a5537edb
@ -324,12 +324,6 @@ main(int argc, char *argv[])
|
||||
}
|
||||
lookup(INITENTRY, 0)->type = SXREF;
|
||||
|
||||
if(!debug['l']) {
|
||||
a = mal(strlen(goroot)+strlen(goarch)+strlen(goos)+20);
|
||||
sprint(a, "%s/lib/rt0_%s_%s.%c", goroot, goarch, goos, thechar);
|
||||
objfile(a);
|
||||
}
|
||||
|
||||
while(*argv)
|
||||
objfile(*argv++);
|
||||
|
||||
@ -857,8 +851,6 @@ ldobj(Biobuf *f, int32 len, char *pn)
|
||||
// ldpkg(f, import1 - import0 - 2, pn); // -2 for !\n
|
||||
Bseek(f, import1, 0);
|
||||
|
||||
print("import %ld-%ld\n", import0, import1);
|
||||
|
||||
newloop:
|
||||
memset(h, 0, sizeof(h));
|
||||
version++;
|
||||
|
Loading…
Reference in New Issue
Block a user