diff options
Diffstat (limited to 'devel/psptoolchain-gdb/files/patch-bfd-archures.c')
-rw-r--r-- | devel/psptoolchain-gdb/files/patch-bfd-archures.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/psptoolchain-gdb/files/patch-bfd-archures.c b/devel/psptoolchain-gdb/files/patch-bfd-archures.c new file mode 100644 index 000000000000..09d5b976f73f --- /dev/null +++ b/devel/psptoolchain-gdb/files/patch-bfd-archures.c @@ -0,0 +1,10 @@ +--- bfd/archures.c.orig 2005-10-25 18:40:09.000000000 +0100 ++++ bfd/archures.c 2007-02-08 20:06:04.000000000 +0000 +@@ -154,6 +154,7 @@ + .#define bfd_mach_mips16 16 + .#define bfd_mach_mips5 5 + .#define bfd_mach_mips_sb1 12310201 {* octal 'SB', 01 *} ++.#define bfd_mach_mips_allegrex 10111431 {* octal 'AL', 31 *} + .#define bfd_mach_mipsisa32 32 + .#define bfd_mach_mipsisa32r2 33 + .#define bfd_mach_mipsisa64 64 |