aboutsummaryrefslogtreecommitdiff
path: root/gas/a.out.gnu.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-05-18 02:44:28 +0000
committerK. Richard Pixley <rich@cygnus>1991-05-18 02:44:28 +0000
commitf827120d4545a08c8e8edb25d4ec5b50d694912b (patch)
tree4c7464e8569f01806b62b13053b69262917ccc1b /gas/a.out.gnu.h
parentd1a9e594859320d99c9ff5730d90dc171594c8e0 (diff)
downloadgdb-f827120d4545a08c8e8edb25d4ec5b50d694912b.zip
gdb-f827120d4545a08c8e8edb25d4ec5b50d694912b.tar.gz
gdb-f827120d4545a08c8e8edb25d4ec5b50d694912b.tar.bz2
Gas buys into ../include. Files merged.
Diffstat (limited to 'gas/a.out.gnu.h')
-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 */