mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
Update.
2001-01-18 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Add a few more EF_MIPS_* constants.
This commit is contained in:
parent
2244ddf2bf
commit
2e42b53ca2
@ -1,3 +1,7 @@
|
||||
2001-01-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/elf.h: Add a few more EF_MIPS_* constants.
|
||||
|
||||
2001-01-17 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* manual/Makefile (chapters): Add debug.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* This file defines standard ELF types, structures, and macros.
|
||||
Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -1118,6 +1118,8 @@ typedef struct
|
||||
#define EF_MIPS_ARCH_3 0x20000000 /* -mips3 code. */
|
||||
#define EF_MIPS_ARCH_4 0x30000000 /* -mips4 code. */
|
||||
#define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code. */
|
||||
#define EF_MIPS_ARCH_32 0x60000000 /* MIPS32 code. */
|
||||
#define EF_MIPS_ARCH_64 0x70000000 /* MIPS64 code. */
|
||||
|
||||
/* The following are non-official names and should not be used. */
|
||||
|
||||
@ -1126,6 +1128,8 @@ typedef struct
|
||||
#define E_MIPS_ARCH_3 0x20000000 /* -mips3 code. */
|
||||
#define E_MIPS_ARCH_4 0x30000000 /* -mips4 code. */
|
||||
#define E_MIPS_ARCH_5 0x40000000 /* -mips5 code. */
|
||||
#define E_MIPS_ARCH_32 0x60000000 /* MIPS32 code. */
|
||||
#define E_MIPS_ARCH_64 0x70000000 /* MIPS64 code. */
|
||||
|
||||
/* Special section indices. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user