• 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
..
8.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...
obj.c Loading commit data...
optab.c Loading commit data...
pass.c Loading commit data...
prof.c Loading commit data...
span.c Loading commit data...