diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-21 16:05:19 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-21 16:05:19 +0000 |
commit | 1797fccf855dec9032236746c02a49d1aa85cc33 (patch) | |
tree | 8c4caeea0f660bef37f24935ace455228e0f5b36 /include | |
parent | 7f3d9f460342d152893103af8abdfc120d523858 (diff) | |
download | gdb-1797fccf855dec9032236746c02a49d1aa85cc33.zip gdb-1797fccf855dec9032236746c02a49d1aa85cc33.tar.gz gdb-1797fccf855dec9032236746c02a49d1aa85cc33.tar.bz2 |
Removed the V9 comment
Diffstat (limited to 'include')
-rwxr-xr-x | include/reloc.h | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/include/reloc.h b/include/reloc.h index 2786865..bdd9c23 100755 --- a/include/reloc.h +++ b/include/reloc.h @@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _RELOC_H_READ_ 1 enum reloc_type -{ + { RELOC_8, RELOC_16, RELOC_32, /* simple relocations */ RELOC_DISP8, RELOC_DISP16, RELOC_DISP32, /* pc-rel displacement */ RELOC_WDISP30, RELOC_WDISP22, @@ -36,17 +36,14 @@ 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, - -/* 29K relocation types */ + + /* 29K relocation types */ RELOC_JUMPTARG, RELOC_CONST, RELOC_CONSTH, - -#ifndef NO_V9 -/* sparc v9 */ + RELOC_WDISP14, RELOC_WDISP21, -#endif /* NO_V9 */ - + NO_RELOC -}; + }; #define RELOC_TYPE_NAMES \ "8", "16", "32", "DISP8", \ |