From 9692141b0ac99192d6309757ff6c5376bc97593f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 13 Jun 2003 13:07:51 +0000 Subject: [PATCH] (GNU_ABI_TAG_NETBSD): New tag. (GNU_ABI_TAG_FREEBSD): New tag. --- include/elf/ChangeLog | 5 +++++ include/elf/common.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 8221242f356..eb4b7ccb55e 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2003-06-13 Robert Millan + + * common.h (GNU_ABI_TAG_NETBSD): New tag. + (GNU_ABI_TAG_FREEBSD): New tag. + 2003-06-10 Richard Sandiford * h8.h (E_H8_MACH_H8300SXN): New flag. diff --git a/include/elf/common.h b/include/elf/common.h index 3635bbb6419..1a843393d85 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". */ -- 2.30.2