~ubuntu-branches/ubuntu/oneiric/libffi/oneiric

« back to all changes in this revision

Viewing changes to src/mips/n32.S

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-04-18 20:53:34 UTC
  • mfrom: (1.1.5 upstream) (15.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110418205334-odjww9ndylq3cchl
Tags: 3.0.10~rc8-1
* New upstream version (release candidate 8).
  - Adds VFP hard-float calling convention support. Closes: #597920.
* Install to the multiarch triplet directories, not the gnu triplet
  directories (Steve Langasek). Closes: #622976.
* Bump soversion, update symbols files.
* Update debian/copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -----------------------------------------------------------------------
2
 
   n32.S - Copyright (c) 1996, 1998, 2005  Red Hat, Inc.
 
2
   n32.S - Copyright (c) 1996, 1998, 2005, 2007, 2009, 2010  Red Hat, Inc.
3
3
   
4
4
   MIPS Foreign Function Interface 
5
5
 
40
40
 
41
41
#define SIZEOF_FRAME    ( 8 * FFI_SIZEOF_ARG )
42
42
 
43
 
#ifdef linux
 
43
#ifdef __GNUC__
44
44
        .abicalls
45
45
#endif
46
46
        .text
529
529
.LFE2:  
530
530
        .end    ffi_closure_N32
531
531
 
532
 
#ifdef linux
 
532
#ifdef __GNUC__
533
533
        .section        .eh_frame,"aw",@progbits
534
534
.Lframe1:
535
535
        .4byte  .LECIE1-.LSCIE1         # length
586
586
        .uleb128 (SIZEOF_FRAME2 - RA_OFF2)/4
587
587
        .align  EH_FRAME_ALIGN
588
588
.LEFDE3:
589
 
#endif /* linux */      
 
589
#endif /* __GNUC__ */   
590
590
        
591
591
#endif