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 | 024e36bd8ba143721093d41122a2c1204dfccbf7 (patch) | |
tree | 90993372c3c4fc93fc2aa6135dab5ca11eec9c45 | |
parent | 6806f4f6e28562271e14c503a945c1625337240e (diff) | |
download | newlib-024e36bd8ba143721093d41122a2c1204dfccbf7.zip newlib-024e36bd8ba143721093d41122a2c1204dfccbf7.tar.gz newlib-024e36bd8ba143721093d41122a2c1204dfccbf7.tar.bz2 |
(GNU_ABI_TAG_NETBSD): New tag.
(GNU_ABI_TAG_FREEBSD): New tag.
-rw-r--r-- | include/elf/ChangeLog | 5 | ||||
-rw-r--r-- | include/elf/common.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 8221242..eb4b7cc 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2003-06-13 Robert Millan <zeratul2@wanadoo.es> + + * common.h (GNU_ABI_TAG_NETBSD): New tag. + (GNU_ABI_TAG_FREEBSD): New tag. + 2003-06-10 Richard Sandiford <rsandifo@redhat.com> * h8.h (E_H8_MACH_H8300SXN): New flag. 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". */ |