mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
Update.
* 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:
parent
f993e8031f
commit
8cbdd648bd
@ -1,5 +1,8 @@
|
|||||||
2001-03-12 Andreas Jaeger <aj@suse.de>
|
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
|
* sysdeps/s390/bits/string.h: Protect __STRING_INLINE against
|
||||||
redefinition.
|
redefinition.
|
||||||
|
|
||||||
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Andreas Jaeger <aj@suse.de>, 1999 and
|
Contributed by Andreas Jaeger <aj@suse.de>, 1999 and
|
||||||
Jakub Jelinek <jakub@redhat.com>, 2000.
|
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)
|
switch (elf_header->e_machine)
|
||||||
{
|
{
|
||||||
case EM_IA_64:
|
case EM_IA_64:
|
||||||
case EM_X8664:
|
case EM_X86_64:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
error (0, 0, _("%s is for unknown machine %d.\n"),
|
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:
|
case EM_IA_64:
|
||||||
*flag = FLAG_IA64_LIB64|FLAG_ELF_LIBC6;
|
*flag = FLAG_IA64_LIB64|FLAG_ELF_LIBC6;
|
||||||
break;
|
break;
|
||||||
case EM_X8664:
|
case EM_X86_64:
|
||||||
*flag = FLAG_X8664_LIB64|FLAG_ELF_LIBC6;
|
*flag = FLAG_X8664_LIB64|FLAG_ELF_LIBC6;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -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).
|
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
@ -18,7 +18,7 @@
|
|||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#ifndef _LINUX_S390_SYSDEP_H
|
#ifndef _LINUX_S390_SYSDEP_H
|
||||||
#define _LINUX_S390_SYSEDP_H
|
#define _LINUX_S390_SYSDEP_H
|
||||||
|
|
||||||
#include <sysdeps/s390/sysdep.h>
|
#include <sysdeps/s390/sysdep.h>
|
||||||
#include <sysdeps/unix/sysdep.h>
|
#include <sysdeps/unix/sysdep.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user