aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1991-11-24 17:23:10 +0000
committerMichael Tiemann <tiemann@cygnus>1991-11-24 17:23:10 +0000
commit5bcc23e3b28d230939b099ff5751222e3e1a6379 (patch)
treec20ee093d93cd20ff84962f49f3ba5258b6ad2e9 /include
parent71302249676da6aa837401a92b117eda7588b894 (diff)
downloadgdb-5bcc23e3b28d230939b099ff5751222e3e1a6379.zip
gdb-5bcc23e3b28d230939b099ff5751222e3e1a6379.tar.gz
gdb-5bcc23e3b28d230939b099ff5751222e3e1a6379.tar.bz2
Resync reloc_type and RELOC_TYPE_NAMES.
Diffstat (limited to 'include')
-rwxr-xr-xinclude/reloc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/reloc.h b/include/reloc.h
index 6be60e8..1811b73 100755
--- a/include/reloc.h
+++ b/include/reloc.h
@@ -55,8 +55,10 @@ 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", "WDISP14", "WDISP21", \
+"11", "WDISP2_14", "WDISP19", "HHI22", \
+"HLO10", \
+"JUMPTARG", "CONST", "CONSTH", "WDISP14", \
+"WDISP21", \
"NO_RELOC"
#endif /* _RELOC_H_READ_ */