Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2003-10-08 22:12:53 +0400
committerDave Brolley <brolley@redhat.com>2003-10-08 22:12:53 +0400
commite516dd9e345154686f5b6b182be53193ab918eef (patch)
tree0d3a6e2071cc7149ececbfd757e28764d0769a59 /include/elf/frv.h
parent5df75951a58c99bc6374f06df4ba73c0c23667ac (diff)
2003-10-06 Dave Brolley <brolley@redhat.com>
* frv.h (EF_FRV_CPU_FR550): New macro.
Diffstat (limited to 'include/elf/frv.h')
-rw-r--r--include/elf/frv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/frv.h b/include/elf/frv.h
index 65ce97d1e..08def62a3 100644
--- a/include/elf/frv.h
+++ b/include/elf/frv.h
@@ -75,6 +75,7 @@ END_RELOC_NUMBERS(R_FRV_max)
#define EF_FRV_CPU_SIMPLE 0x03000000 /* SIMPLE */
#define EF_FRV_CPU_TOMCAT 0x04000000 /* Tomcat, FR500 prototype */
#define EF_FRV_CPU_FR400 0x05000000 /* FRV400 */
+#define EF_FRV_CPU_FR550 0x06000000 /* FRV550 */
/* Mask of PIC related bits */
#define EF_FRV_PIC_FLAGS (EF_FRV_PIC | EF_FRV_LIBPIC | EF_FRV_BIGPIC)