• Russ Cox's avatar
    cmd/6l, cmd/8l, cmd/5l: add AUNDEF instruction · f2bd3a97
    Russ Cox authored
    On 6l and 8l, this is a real instruction, guaranteed to
    cause an 'undefined instruction' exception.
    
    On 5l, we simulate it as BL to address 0.
    
    The plan is to use it as a signal to the linker that this
    point in the instruction stream cannot be reached
    (hence the changes to nofollow).  This will help the
    compiler explain that panicindex and friends do not
    return without having to put a list of these functions
    in the linker.
    
    R=ken2
    CC=golang-dev
    https://golang.org/cl/6255064
    f2bd3a97
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...