diff options
author | Nick Clifton <nickc@redhat.com> | 1999-07-05 07:29:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-07-05 07:29:04 +0000 |
commit | 4bf49763cf5c3c0c699735b81657dc14cae7c0cb (patch) | |
tree | 2bd2c98150a09ccc2c93b21c881c9c059836518b | |
parent | e2c88d9ecf03bf44d8647cb92296720a889bcb2c (diff) | |
download | gdb-4bf49763cf5c3c0c699735b81657dc14cae7c0cb.tar.gz |
Define F_ARM_5
-rw-r--r-- | include/coff/ChangeLog | 4 | ||||
-rw-r--r-- | include/coff/arm.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index d7c9942c83c..b0b9a585956 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,7 @@ +1999-07-05 Nick Clifton <nickc@cygnus.com> + + * arm.h (F_ARM_5): Define. + Wed Jun 2 18:08:18 1999 Richard Henderson <rth@cygnus.com> * internal.h (BEOS_EXE_IMAGE_BASE, BEOS_DLL_IMAGE_BASE): New. diff --git a/include/coff/arm.h b/include/coff/arm.h index e5d78d69367..f9d0c8d6e24 100644 --- a/include/coff/arm.h +++ b/include/coff/arm.h @@ -54,7 +54,7 @@ struct external_filehdr { #define F_ARM_3M (0x4000) #define F_ARM_4 (0x4400) #define F_ARM_4T (0x4800) -#define F_ARM_spare (0x4c00) +#define F_ARM_5 (0x4c00) /* * ARMMAGIC ought to encoded the procesor type, |