summaryrefslogtreecommitdiff
path: root/vms/vax/gawk_plugin_xfer.mar_exact
diff options
context:
space:
mode:
Diffstat (limited to 'vms/vax/gawk_plugin_xfer.mar_exact')
-rw-r--r--vms/vax/gawk_plugin_xfer.mar_exact13
1 files changed, 13 insertions, 0 deletions
diff --git a/vms/vax/gawk_plugin_xfer.mar_exact b/vms/vax/gawk_plugin_xfer.mar_exact
new file mode 100644
index 00000000..e90babbd
--- /dev/null
+++ b/vms/vax/gawk_plugin_xfer.mar_exact
@@ -0,0 +1,13 @@
+ .PSECT GAWK_PLUGIN_XFERVECTORS -
+ PIC,USR,CON,REL,GBL,SHR,EXE,RD,NOWRT,QUAD
+
+; Exact case transfer vector and universal symbols
+;
+ .ALIGN QUAD
+ .EXTERNAL plugin_is_GPL_compatible
+
+ .TRANSFER dl_load
+ .MASK dl_load
+ JMP L^dl_load+2
+
+ .END