diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-06-14 00:45:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-06-14 00:45:57 +0000 |
commit | 6999d70e2fdee6297545aa593cfcd8bf2d35afd3 (patch) | |
tree | 6d0ae4f853c27a6de4721bcdf9674c60bae43420 /elf/elf.h | |
parent | d002205fd2688a6be32bed2e61ffa3192a0105be (diff) | |
download | glibc-6999d70e2fdee6297545aa593cfcd8bf2d35afd3.tar glibc-6999d70e2fdee6297545aa593cfcd8bf2d35afd3.tar.gz glibc-6999d70e2fdee6297545aa593cfcd8bf2d35afd3.tar.bz2 glibc-6999d70e2fdee6297545aa593cfcd8bf2d35afd3.zip |
Update.
* libio/iolibio.h (_IO_freopen): Correct last parameter to
_IO_file_open.
(_IO_freopen64): Likewise.
Reported by simanek@quantum.karlov.mff.cuni.cz [PR libc/2326].
* elf/elf.h: Add a few more EM_* constants.
2001-06-12 Bruno Haible <haible@clisp.cons.org>
* intl/dcigettext.c (DCIGETTEXT): Release the lock before returning.
2001-06-09 Ben Collins <bcollins@debian.org>
* sysdeps/unix/sysv/linux/bits/termios.h: Define __MAX_BAUD.
* sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
* sysdeps/unix/sysv/linux/speed.c: Use __MAX_BAUD instead of
hardcoded B400000.
2001-06-13 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -235,7 +235,10 @@ typedef struct #define EM_MN10300 89 /* Matsushita MN10300 */ #define EM_MN10200 90 /* Matsushita MN10200 */ #define EM_PJ 91 /* picoJava */ -#define EM_NUM 92 +#define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor */ +#define EM_ARC_A5 93 /* ARC Cores Tangent-A5 */ +#define EM_XTENSA 94 /* Tensilica Xtensa Architecture */ +#define EM_NUM 95 /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the |