diff options
author | Dave Brolley <brolley@redhat.com> | 2003-10-08 18:12:53 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2003-10-08 18:12:53 +0000 |
commit | c31f509d8d2a4036afb087f18adb415a049784ec (patch) | |
tree | 22f3d3de7f5039c317b9a5549688af56f09bc97f /include | |
parent | 381bc3e4f7c573cddded1ce97d3cdc8b32548599 (diff) | |
download | gdb-c31f509d8d2a4036afb087f18adb415a049784ec.tar.gz |
2003-10-06 Dave Brolley <brolley@redhat.com>
* frv.h (EF_FRV_CPU_FR550): New macro.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/frv.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 47216be1618..d42268fd510 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2003-10-06 Dave Brolley <brolley@redhat.com> + + * frv.h (EF_FRV_CPU_FR550): New macro. + 2003-09-30 Chris Demetriou <cgd@broadcom.com> * mips.h (E_MIPS_ARCH_64R2): New define. diff --git a/include/elf/frv.h b/include/elf/frv.h index 65ce97d1ee3..08def62a329 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) |