[gnu.g++.bug] Unknown assembler opcode getting generated

barry@ADS.COM (05/17/89)

In g++-includes/math-f68881.h there is a call to "fgetmantx".  Neither the
Sun 3.5 assembler nor gas-1.31 understands the op code.  gas does have a 
table entry for:

m68k-opcode.h:{"fgetmanx",      two(0xF000, 0x481F),    two(0xF1C0, 0xFC7F),   "
Ii;xF7"},


Is the "t" a typo?

barry