~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/md/_linux.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
707
707
#define PR_BYTES_PER_WORD_LOG2   2
708
708
#define PR_BYTES_PER_DWORD_LOG2  3
709
709
 
 
710
#elif defined(__sh__)
 
711
 
 
712
#define IS_LITTLE_ENDIAN 1
 
713
#undef  IS_BIG_ENDIAN
 
714
 
 
715
#define PR_BYTES_PER_BYTE   1
 
716
#define PR_BYTES_PER_SHORT  2
 
717
#define PR_BYTES_PER_INT    4
 
718
#define PR_BYTES_PER_INT64  8
 
719
#define PR_BYTES_PER_LONG   4
 
720
#define PR_BYTES_PER_FLOAT  4
 
721
#define PR_BYTES_PER_DOUBLE 8
 
722
#define PR_BYTES_PER_WORD   4
 
723
#define PR_BYTES_PER_DWORD  8
 
724
 
 
725
#define PR_BITS_PER_BYTE    8
 
726
#define PR_BITS_PER_SHORT   16
 
727
#define PR_BITS_PER_INT     32
 
728
#define PR_BITS_PER_INT64   64
 
729
#define PR_BITS_PER_LONG    32
 
730
#define PR_BITS_PER_FLOAT   32
 
731
#define PR_BITS_PER_DOUBLE  64
 
732
#define PR_BITS_PER_WORD    32
 
733
 
 
734
#define PR_BITS_PER_BYTE_LOG2   3
 
735
#define PR_BITS_PER_SHORT_LOG2  4
 
736
#define PR_BITS_PER_INT_LOG2    5
 
737
#define PR_BITS_PER_INT64_LOG2  6
 
738
#define PR_BITS_PER_LONG_LOG2   5
 
739
#define PR_BITS_PER_FLOAT_LOG2  5
 
740
#define PR_BITS_PER_DOUBLE_LOG2 6
 
741
#define PR_BITS_PER_WORD_LOG2   5
 
742
 
 
743
#define PR_ALIGN_OF_SHORT   2
 
744
#define PR_ALIGN_OF_INT     4
 
745
#define PR_ALIGN_OF_LONG    4
 
746
#define PR_ALIGN_OF_INT64   4
 
747
#define PR_ALIGN_OF_FLOAT   4
 
748
#define PR_ALIGN_OF_DOUBLE  4
 
749
#define PR_ALIGN_OF_POINTER 4
 
750
#define PR_ALIGN_OF_WORD    4
 
751
 
 
752
#define PR_BYTES_PER_WORD_LOG2   2
 
753
#define PR_BYTES_PER_DWORD_LOG2  3
 
754
 
710
755
#else
711
756
 
712
757
#error "Unknown CPU architecture"