aboutsummaryrefslogtreecommitdiff
path: root/include/reloc.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-06-20 21:47:21 +0000
committerK. Richard Pixley <rich@cygnus>1991-06-20 21:47:21 +0000
commit21c97f13c7fceb9e49f5b50eb3f97440356b6f31 (patch)
tree582f91ee379d45ca9e89a422eb1cb46aa96cf564 /include/reloc.h
parent3ebb9aab6dc99b763160c437f010718f0607230d (diff)
downloadgdb-21c97f13c7fceb9e49f5b50eb3f97440356b6f31.zip
gdb-21c97f13c7fceb9e49f5b50eb3f97440356b6f31.tar.gz
gdb-21c97f13c7fceb9e49f5b50eb3f97440356b6f31.tar.bz2
Changes for v9.
Diffstat (limited to 'include/reloc.h')
-rwxr-xr-xinclude/reloc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/reloc.h b/include/reloc.h
index bdd9c23..d2d1ec0 100755
--- a/include/reloc.h
+++ b/include/reloc.h
@@ -36,6 +36,9 @@ enum reloc_type
RELOC_JMP_TBL, /* P.I.C. jump table */
RELOC_SEGOFF16, /* reputedly for shared libraries somehow */
RELOC_GLOB_DAT, RELOC_JMP_SLOT, RELOC_RELATIVE,
+ RELOC_11,
+ RELOC_WDISP2_14,
+ RELOC_WDISP19,
/* 29K relocation types */
RELOC_JUMPTARG, RELOC_CONST, RELOC_CONSTH,
@@ -52,6 +55,7 @@ enum reloc_type
"SFA_BASE", "SFAOFF13", "BASE10", "BASE13", \
"BASE22", "PC10", "PC22", "JMP_TBL", \
"SEGOFF16", "GLOB_DAT", "JMP_SLOT", "RELATIVE", \
+"11", "WDISP2_14", "WDISP19", \
"JUMPTARG", "CONST", "CONSTH", \
"NO_RELOC", \
"XXX_28", "XXX_29", "XXX_30", "XXX_31"