~ubuntu-branches/ubuntu/edgy/qemu/edgy

« back to all changes in this revision

Viewing changes to dis-asm.h

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-08-04 22:50:15 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060804225015-g0tvbozshau6e1oo
Tags: 0.8.2-0ubuntu1
* Merged with Debian unstable
* New Upstream release
* Dropped debian/patches/12_signal_powerpc_support.patch (broken for qemu
  0.8.2)
* Redid debian/patches/21_net_sockopt.patch
* Redid debian/patches/35_syscall_sockaddr.patch
* Redid debian/patches/42_arm_tls.patch
* Dropped debian/patches/50_missing_keycodes.patch (applied upstream)
* Redid debian/patches/61_safe_64bit_int.patch
* Dropped debian/patches/63_sparc_build.patch (applied upstream)
* Added new patch 65_no-linux_types_h.patch (unnecessary kernel header
  breaking compilation of linux-user/syscall.c)
* Added new patch 66_no-linux_compiler_h.patch (unnecessary kernel header
  breaking compilation of linux-usb.c)

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
#define bfd_mach_z8002         2
164
164
  bfd_arch_h8500,      /* Hitachi H8/500 */
165
165
  bfd_arch_sh,         /* Hitachi SH */
166
 
#define bfd_mach_sh            0
 
166
#define bfd_mach_sh            1
 
167
#define bfd_mach_sh2        0x20
 
168
#define bfd_mach_sh_dsp     0x2d
 
169
#define bfd_mach_sh2a       0x2a
 
170
#define bfd_mach_sh2a_nofpu 0x2b
 
171
#define bfd_mach_sh2e       0x2e
167
172
#define bfd_mach_sh3        0x30
 
173
#define bfd_mach_sh3_nommu  0x31
 
174
#define bfd_mach_sh3_dsp    0x3d
168
175
#define bfd_mach_sh3e       0x3e
169
176
#define bfd_mach_sh4        0x40
 
177
#define bfd_mach_sh4_nofpu  0x41
 
178
#define bfd_mach_sh4_nommu_nofpu  0x42
 
179
#define bfd_mach_sh4a       0x4a
 
180
#define bfd_mach_sh4a_nofpu 0x4b
 
181
#define bfd_mach_sh4al_dsp  0x4d
 
182
#define bfd_mach_sh5        0x50
170
183
  bfd_arch_alpha,      /* Dec Alpha */
171
184
  bfd_arch_arm,        /* Advanced Risc Machines ARM */
172
185
#define bfd_mach_arm_2         1