+ Add .cpXXX pseudo-instruction for PIC code

git-svn-id: trunk@21772 -
This commit is contained in:
pierre 2012-07-04 16:23:16 +00:00
parent 8001979f7e
commit 87b6bb5053
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,9 @@ A_P_FRAME,
A_P_MASK,
A_P_FMASK,
A_P_SW,
A_P_CPLOAD,
A_P_CPRESTORE,
A_P_CPADD,
A_SPARC8UNIMP,
A_NOP,
A_NOT,

View File

@ -9,6 +9,9 @@
'.mask',
'.fmask',
'p_sw',
'.cpload',
'.cprestore',
'.cpadd',
'sparc8unimp',
'nop',
'not',