(GNU_ABI_TAG_NETBSD): New tag.
(GNU_ABI_TAG_FREEBSD): New tag.
This commit is contained in:
parent
6806f4f6e2
commit
024e36bd8b
|
@ -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>
|
2003-06-10 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
* h8.h (E_H8_MACH_H8300SXN): New flag.
|
* h8.h (E_H8_MACH_H8300SXN): New flag.
|
||||||
|
|
|
@ -397,6 +397,8 @@
|
||||||
#define GNU_ABI_TAG_LINUX 0
|
#define GNU_ABI_TAG_LINUX 0
|
||||||
#define GNU_ABI_TAG_HURD 1
|
#define GNU_ABI_TAG_HURD 1
|
||||||
#define GNU_ABI_TAG_SOLARIS 2
|
#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". */
|
/* Values for NetBSD .note.netbsd.ident notes. Note name is "NetBSD". */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue