• Dave Cheney's avatar
    cmd/internal/ld: delete Biobuf · 71274e48
    Dave Cheney authored
    Update #10652
    
    This proposal deletes cmd/internal/ld.Biobuf and replaces all uses with
    cmd/internal/obj.Biobuf. As cmd/internal/ld already imported cmd/internal/obj
    there are no additional dependencies created.
    
    Notes:
    
    - ld.Boffset included more checks, so it was merged into obj.Boffset
    - obj.Bflush was removed in 8d16253c, so replaced all calls to
      ld.Bflush, with obj.Biobuf.Flush.
    - Almost all of this change was prepared with sed.
    
    Change-Id: I814854d52f5729a5a40c523c8188e465246b88da
    Reviewed-on: https://go-review.googlesource.com/9660Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    Run-TryBot: Dave Cheney <dave@cheney.net>
    71274e48
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ppc64 Loading commit data...
x86 Loading commit data...
ar.go Loading commit data...
data.go Loading commit data...
flag.go Loading commit data...
fmt.go Loading commit data...
funcdata.go Loading commit data...
go.go Loading commit data...
ld.go Loading commit data...
libc.go Loading commit data...
line_test.go Loading commit data...
link.go Loading commit data...
mgc0.go Loading commit data...
obj.go Loading commit data...
objfile.go Loading commit data...
pass.go Loading commit data...
pcln.go Loading commit data...
stack.go Loading commit data...
stringer.go Loading commit data...
sym.go Loading commit data...
textflag.go Loading commit data...
typekind.go Loading commit data...
util.go Loading commit data...