 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1027593002:
    Subzero: Support non-IRT immediate calls with -filetype=iasm.  (Closed)
    
  
    Issue 
            1027593002:
    Subzero: Support non-IRT immediate calls with -filetype=iasm.  (Closed) 
  | DescriptionSubzero: Support non-IRT immediate calls with -filetype=iasm.
This is done by emitting the following:
  .byte 0xe8
  .long __Sz_AbsoluteZero -4 - .
The linker is passed an argument like
  --defsym=__Sz_AbsoluteZero=0
to force the symbol's value to 0.
This special symbol is needed due to an llvm-mc parsing bug.
BUG= none
R=jvoung@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=927f7ccc6beac42ae894c43cbc75b82919052cb5
   Patch Set 1 #
      Total comments: 3
      
     Patch Set 2 : Use --defsym= in both places for consistency #
 Messages
    Total messages: 5 (1 generated)
     | |||||||||||||||||||||||||||||||||||||||||||||||||||||||