* sysdeps/unix/sysv/linux/s390/sysdep.h (_LINUX_S390_SYSDEP_H):
	Fix typo.  Patch by Martin Schwidefsky	<schwidefsky@de.ibm.com>.
This commit is contained in:
Andreas Jaeger 2001-03-12 09:41:17 +00:00
parent f993e8031f
commit 8cbdd648bd
3 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,8 @@
2001-03-12 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/s390/sysdep.h (_LINUX_S390_SYSDEP_H):
Fix typo. Patch by Martin Schwidefsky <schwidefsky@de.ibm.com>.
* sysdeps/s390/bits/string.h: Protect __STRING_INLINE against
redefinition.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1999 and
Jakub Jelinek <jakub@redhat.com>, 2000.
@ -42,7 +42,7 @@ process_elf_file (const char *file_name, const char *lib, int *flag,
switch (elf_header->e_machine)
{
case EM_IA_64:
case EM_X8664:
case EM_X86_64:
break;
default:
error (0, 0, _("%s is for unknown machine %d.\n"),
@ -59,7 +59,7 @@ process_elf_file (const char *file_name, const char *lib, int *flag,
case EM_IA_64:
*flag = FLAG_IA64_LIB64|FLAG_ELF_LIBC6;
break;
case EM_X8664:
case EM_X86_64:
*flag = FLAG_X8664_LIB64|FLAG_ELF_LIBC6;
break;
}

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2000 Free Software Foundation, Inc.
/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
This file is part of the GNU C Library.
@ -18,7 +18,7 @@
Boston, MA 02111-1307, USA. */
#ifndef _LINUX_S390_SYSDEP_H
#define _LINUX_S390_SYSEDP_H
#define _LINUX_S390_SYSDEP_H
#include <sysdeps/s390/sysdep.h>
#include <sysdeps/unix/sysdep.h>