Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ADS.COM!barry From: barry@ADS.COM Newsgroups: gnu.g++.bug Subject: Unknown assembler opcode getting generated Message-ID: <8905161937.AA13389@confusion.ads.com> Date: 16 May 89 19:37:50 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 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