aboutsummaryrefslogtreecommitdiff
path: root/include/coff/rs6000.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/coff/rs6000.h')
-rw-r--r--include/coff/rs6000.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/coff/rs6000.h b/include/coff/rs6000.h
index 960dd32..c72e6e9 100644
--- a/include/coff/rs6000.h
+++ b/include/coff/rs6000.h
@@ -276,3 +276,15 @@ struct external_ldrel
};
#define LDRELSZ (2 * 4 + 2 * 2)
+
+struct external_exceptab
+{
+ union {
+ bfd_byte e_symndx[4];
+ bfd_byte e_paddr[4];
+ } e_addr;
+ bfd_byte e_lang[1];
+ bfd_byte e_reason[1];
+};
+
+#define EXCEPTSZ (4 + 2)