/[hurd]/hurd/exec/hostarch.c
ViewVC logotype

Diff of /hurd/exec/hostarch.c

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

revision 1.14 by roland, Fri Mar 10 04:48:34 2000 UTC revision 1.15 by roland, Sat Apr 27 21:21:42 2002 UTC
# Line 1  Line 1 
1  /* Determine the BFD and ELF architecture and machine flavor  /* Determine the BFD and ELF architecture and machine flavor
2     from a Mach host port.  Used by the exec and core servers.     from a Mach host port.  Used by the exec and core servers.
3     Copyright (C) 1992,93,95,96,99,2000 Free Software Foundation, Inc.     Copyright (C) 1992,93,95,96,99,2000,02 Free Software Foundation, Inc.
4     Written by Roland McGrath.     Written by Roland McGrath.
5    
6  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
# Line 26  the Free Software Foundation, 675 Mass A Line 26  the Free Software Foundation, 675 Mass A
26  #include <elf.h>  #include <elf.h>
27    
28  error_t  error_t
29  elf_machine_matches_host (Elf32_Half e_machine)  elf_machine_matches_host (ElfW(Half) e_machine)
30  {  {
31    static void *host_type;       /* Cached entry into the switch below.  */    static void *host_type;       /* Cached entry into the switch below.  */
32    struct host_basic_info hostinfo;    struct host_basic_info hostinfo;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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