Remove the bogus rules for 'lor 2' and 'str 2'.
authorGeorge Koehler <xkernigh@netscape.net>
Fri, 9 Dec 2016 22:00:56 +0000 (17:00 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Fri, 9 Dec 2016 22:00:56 +0000 (17:00 -0500)
commit5bd0ad42692cab2932e0496849a95bf080512651
tree1d9f1c19c7567431e0e6706b945af75ba6b0c1af
parent805883e3772410f1b57cb9d73bfffd42b5adfedf
Remove the bogus rules for 'lor 2' and 'str 2'.

These instructions would load or store the EM heap pointer.  They
don't work.  Programs must use brk() or sbrk() in libsys.

The last file to use 'lor 2' and 'str 2' was lang/pc/libpc/sav.e in
the Pascal library.  Commit c084f9f deleted the file, so we no longer
need rules 'lor 2' or 'str 2' to build the ACK.
mach/powerpc/ncg/table