~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to libatomic_ops-1.2/src/atomic_ops_sysdeps.S

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Include the appropriate system-dependent assembly file, if any.
 
3
 * This is used only if the platform supports neither inline assembly
 
4
 * code, nor appropriate compiler intrinsics.
 
5
 */
 
6
 
 
7
#if !defined(__GNUC__) && (defined(sparc) || defined(__sparc))
 
8
#  include "atomic_ops/sysdeps/sunc/sparc.S"
 
9
#endif