• Anthony Martin's avatar
    5l, 6l, 8l: correct ELFRESERVE diagnostic · 033585d6
    Anthony Martin authored
    If the length of the interpreter string
    pushes us over the ELFRESERVE limit, the
    resulting error message will be comical.
    
    I was doing some ELF tinkering with a
    modified version of 8l when I hit this.
    
    To be clear, the stock linkers wouldn't
    hit this without adding about forty more
    section headers.  We're safe for now. ;)
    
    Also, remove a redundant call to cflush.
    
    R=golang-dev, rsc
    CC=golang-dev
    https://golang.org/cl/5268044
    033585d6
Name
Last commit
Last update
..
5.out.h Loading commit data...
Makefile Loading commit data...
asm.c Loading commit data...
doc.go Loading commit data...
l.h Loading commit data...
list.c Loading commit data...
mkenam Loading commit data...
noop.c Loading commit data...
obj.c Loading commit data...
optab.c Loading commit data...
pass.c Loading commit data...
prof.c Loading commit data...
softfloat.c Loading commit data...
span.c Loading commit data...