diff options
author | cvs2svn <> | 2002-06-12 21:19:43 +0000 |
---|---|---|
committer | cvs2svn <> | 2002-06-12 21:19:43 +0000 |
commit | a5ef0226749032637d6b3d88adb549b26e6284b7 (patch) | |
tree | cf6b361323ffaeec918a4697b0782c23986529a4 /include/elf/common.h | |
parent | 2226614012948569d69e5a9f74ebad2645e3ccba (diff) | |
download | cygnal-a5ef0226749032637d6b3d88adb549b26e6284b7.tar.gz cygnal-a5ef0226749032637d6b3d88adb549b26e6284b7.tar.bz2 cygnal-a5ef0226749032637d6b3d88adb549b26e6284b7.zip |
This commit was manufactured by cvs2svn to create branch
'cagney_regbuf-20020515-branch'.
Sprout from jimb-macro-020506-branch 2002-05-05 18:58:18 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'jimb-'
Cherrypick from master 2002-06-12 21:19:42 UTC Andrew Cagney <cagney@gnu.org> 'Add the file include/gdb/sim-arm.h defining an enum that specifies the':
include/elf/dlx.h
include/elf/vax.h
include/gdb/callback.h
include/gdb/remote-sim.h
include/gdb/signals.h
include/gdb/sim-arm.h
include/gdb/sim-d10v.h
include/gdb/sim-sh.h
include/opcode/dlx.h
Cherrypick from master 2002-05-10 22:53:56 UTC Elena Zannoni <ezannoni@redhat.com> '2002-05-10 Elena Zannoni <ezannoni@redhat.com>':
ChangeLog
Makefile.in
include/elf/ChangeLog
include/elf/common.h
include/gdb/ChangeLog
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index d6e45fcc5..f8b0832e8 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -358,6 +358,21 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define NT_VERSION 1 /* Contains a version string. */ #define NT_ARCH 2 /* Contains an architecture string. */ +/* Values for GNU .note.ABI-tag notes. Note name is "GNU". */ + +#define NT_GNU_ABI_TAG 1 +#define GNU_ABI_TAG_LINUX 0 +#define GNU_ABI_TAG_HURD 1 +#define GNU_ABI_TAG_SOLARIS 2 + +/* Values for NetBSD .note.netbsd.ident notes. Note name is "NetBSD". */ + +#define NT_NETBSD_IDENT 1 + +/* Values for FreeBSD .note.ABI-tag notes. Note name is "FreeBSD". */ + +#define NT_FREEBSD_ABI_TAG 1 + /* These three macros disassemble and assemble a symbol table st_info field, which contains the symbol binding and symbol type. The STB_ and STT_ defines identify the binding and type. */ |