From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Sherrill To: gas2@cygnus.com Subject: Re: Some PA-RISC 7200 special instructions Date: Fri, 01 Dec 1995 18:51:00 -0000 Message-id: References: X-SW-Source: 1995/msg00207.html Boy do I feel sloppy... I must have forgotten to actually include the patch. At least it is not there now. On Fri, 1 Dec 1995, Joel Sherrill wrote: > Here is a patch to an older version of gas which was sent to me by the > submitted of the RTEMS PA-RISC port. I do not know if the patch > correctly applies to binutils 2.6 but I do know the instructions are not > in the file. > > [Yes I am cleaning my plate of oddball tool issues this afternoon. :)] apply this to include/opcode/hppa.h and rebuild gas. --tony *** /tmp/geta27888 Wed Sep 13 10:56:09 1995 --- /tmp/getb27888 Wed Sep 13 10:56:09 1995 *************** *** 372,377 **** --- 372,385 ---- { "fice", 0x040002c0, 0xfc003fdf, "Zx(b)"}, { "diag", 0x14000000, 0xfc000000, "D"}, + /* Following group is 72000 specific */ + { "mtcpu", 0x14001600, 0xfc00ffff, "x,^"}, + { "mfcpu", 0x14001A00, 0xfc00ffff, "^,x"}, + { "tocen", 0x14403600, 0xffffffff, ""}, + { "tocdis", 0x14401620, 0xffffffff, ""}, + { "shdwgr", 0x14402600, 0xffffffff, ""}, + { "grshdw", 0x14400620, 0xffffffff, ""}, + /* gfw and gfr are not in the HP PA 1.1 manual, but they are in either the Timex FPU or the Mustang ERS (not sure which) manual. */ { "gfw", 0x04001680, 0xfc003fdf, "Zx(s,b)"},