/[qemu]/qemu/alpha-dis.c
ViewVC logotype

Diff of /qemu/alpha-dis.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bellard, Sun May 11 12:25:45 2003 UTC revision 1.2 by bellard, Mon Jun 9 15:31:02 2003 UTC
# Line 248  enum bfd_reloc_code_real { Line 248  enum bfd_reloc_code_real {
248      BFD_RELOC_ALPHA_HINT      BFD_RELOC_ALPHA_HINT
249  };  };
250    
 bfd_vma  
 bfd_getl32 (addr)  
      register const bfd_byte *addr;  
 {  
   unsigned long v;  
   
   v = (unsigned long) addr[0];  
   v |= (unsigned long) addr[1] << 8;  
   v |= (unsigned long) addr[2] << 16;  
   v |= (unsigned long) addr[3] << 24;  
   return (bfd_vma) v;  
 }  
   
251  /* This file holds the Alpha AXP opcode table.  The opcode table includes  /* This file holds the Alpha AXP opcode table.  The opcode table includes
252     almost all of the extended instruction mnemonics.  This permits the     almost all of the extended instruction mnemonics.  This permits the
253     disassembler to use them, and simplifies the assembler logic, at the     disassembler to use them, and simplifies the assembler logic, at the

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26