Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/common/crypto/aes/sun4u/aes_crypt_asm.s
          +++ new/usr/src/common/crypto/aes/sun4u/aes_crypt_asm.s
↓ open down ↓ 70 lines elided ↑ open up ↑
  71   71  
  72   72          .section        ".text",#alloc,#execinstr
  73   73          .file   "aes_crypt_asm.s"
  74   74  
  75   75          .register       %g2,#scratch
  76   76          .register       %g3,#scratch
  77   77  
  78   78          .section        ".text",#alloc
  79   79          .align  8192
  80   80  
  81      -/* EXPORT DELETE START */
  82      -
  83   81  !
  84   82  ! CONSTANT POOL
  85   83  !
  86   84  Te0:
  87   85          .word   1584
  88   86          .word   1661148456
  89   87          .word   1984
  90   88          .word   2080629792
  91   89          .word   1904
  92   90          .word   1996733640
↓ open down ↓ 5767 lines elided ↑ open up ↑
5860 5858          .word   134217728
5861 5859          .word   268435456
5862 5860          .word   536870912
5863 5861          .word   1073741824
5864 5862          .word   -2147483648
5865 5863          .word   452984832
5866 5864          .word   905969664
5867 5865          .type   rcon,#object
5868 5866          .size   rcon,40
5869 5867  
5870      -/* EXPORT DELETE END */
5871      -
5872 5868  ! Begin Disassembling Stabs
5873 5869          .xstabs ".stab.index","Xa ; O ; P ; V=3.1 ; R=WorkShop Compilers 5.0 99/02/25 C 5.0 patch 107289-01",60,0,0,0   ! (/tmp/acompAAA5jaWsZ:1)
5874 5870  ! End Disassembling Stabs
5875 5871  
5876 5872  ! Begin Disassembling Ident
5877 5873          .ident  "cg: WorkShop Compilers 5.0 99/04/15 Compiler Common 5.0 Patch 107357-02"       ! (NO SOURCE LINE)
5878 5874          .ident  "acomp: WorkShop Compilers 5.0 99/02/25 C 5.0 patch 107289-01"  ! (/tmp/acompAAA5jaWsZ:4675)
5879 5875  ! End Disassembling Ident
5880 5876  
5881 5877  #endif  /* lint || __lint */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX