aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rwxr-xr-xgas/a.out.gnu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/a.out.gnu.h b/gas/a.out.gnu.h
index 4ae86af..2a532bb 100755
--- a/gas/a.out.gnu.h
+++ b/gas/a.out.gnu.h
@@ -289,6 +289,12 @@ struct relocation_info
be undocumented. */
unsigned int r_baserel:1; /* Linkage table relative */
unsigned int r_jmptable:1; /* pc-relative to jump table */
+
+#ifdef TC_NS32K
+#define r_bsr r_baserel
+#define r_disp r_jmptable
+#endif /* TC_NS32K */
+
unsigned int r_relative:1; /* "relative relocation" */
/* unused */
unsigned int r_pad:1; /* Padding -- set to zero */