From: Michael Tiemann Date: Sun, 24 Nov 1991 17:23:10 +0000 (+0000) Subject: Resync reloc_type and RELOC_TYPE_NAMES. X-Git-Tag: gdb-4_18~22904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bcc23e3b28d230939b099ff5751222e3e1a6379;p=external%2Fbinutils.git Resync reloc_type and RELOC_TYPE_NAMES. --- 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_ */