From e74e95d8559ee79b61e0cc7eb766555c4c9c1dba Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 27 Apr 2002 21:21:42 +0000 Subject: 2002-04-27 Roland McGrath * priv.h: Include to get ElfW macro. * priv.h, exec.c, main.c, hostarch.c: Use `ElfW(TYPE)' in place of `Elf32_TYPE' throughout. --- exec/hostarch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exec/hostarch.c') diff --git a/exec/hostarch.c b/exec/hostarch.c index db59c95f..ec59a417 100644 --- a/exec/hostarch.c +++ b/exec/hostarch.c @@ -1,6 +1,6 @@ /* Determine the BFD and ELF architecture and machine flavor from a Mach host port. Used by the exec and core servers. - 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. Written by Roland McGrath. This file is part of the GNU Hurd. @@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include error_t -elf_machine_matches_host (Elf32_Half e_machine) +elf_machine_matches_host (ElfW(Half) e_machine) { static void *host_type; /* Cached entry into the switch below. */ struct host_basic_info hostinfo; -- cgit v1.2.3