~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/recompiler/elf.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
638
638
#define EFA_PARISC_1_1              0x0210 /* PA-RISC 1.1 big-endian.  */
639
639
#define EFA_PARISC_2_0              0x0214 /* PA-RISC 2.0 big-endian.  */
640
640
 
641
 
/* Additional section indeces.  */
 
641
/* Additional section indices.  */
642
642
 
643
 
#define SHN_PARISC_ANSI_COMMON  0xff00     /* Section for tenatively declared
 
643
#define SHN_PARISC_ANSI_COMMON  0xff00     /* Section for tentatively declared
644
644
                                              symbols in ANSI C.  */
645
645
#define SHN_PARISC_HUGE_COMMON  0xff01     /* Common blocks in huge model.  */
646
646