diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-13 13:07:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-13 13:07:51 +0000 |
commit | 9692141b0ac99192d6309757ff6c5376bc97593f (patch) | |
tree | 344675127b01ab142b359e7d2da46b0ce55d1998 /include/elf/common.h | |
parent | 0261a0d0958db4c66c7a9989a9ac3d778040fe79 (diff) | |
download | binutils-9692141b0ac99192d6309757ff6c5376bc97593f.zip binutils-9692141b0ac99192d6309757ff6c5376bc97593f.tar.gz binutils-9692141b0ac99192d6309757ff6c5376bc97593f.tar.bz2 |
(GNU_ABI_TAG_NETBSD): New tag.
(GNU_ABI_TAG_FREEBSD): New tag.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 3635bbb..1a84339 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -397,6 +397,8 @@ #define GNU_ABI_TAG_LINUX 0 #define GNU_ABI_TAG_HURD 1 #define GNU_ABI_TAG_SOLARIS 2 +#define GNU_ABI_TAG_FREEBSD 3 +#define GNU_ABI_TAG_NETBSD 4 /* Values for NetBSD .note.netbsd.ident notes. Note name is "NetBSD". */ |