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

« back to all changes in this revision

Viewing changes to src/m32r/ffitarget.h

  • 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:
36
36
  {
37
37
    FFI_FIRST_ABI = 0,
38
38
    FFI_SYSV,
39
 
    FFI_DEFAULT_ABI = FFI_SYSV,
40
 
    FFI_LAST_ABI = FFI_DEFAULT_ABI + 1
 
39
    FFI_LAST_ABI,
 
40
    FFI_DEFAULT_ABI = FFI_SYSV
41
41
  } ffi_abi;
42
42
#endif
43
43