diff options
author | Steve Chamberlain <steve@cygnus> | 1991-07-19 15:28:37 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-07-19 15:28:37 +0000 |
commit | fcc654cbfd8c384a4cf773b98e893932818c791a (patch) | |
tree | 1635d9e3b5424c1f44053dac84b8b30843eb4cd3 /include/aout64.h | |
parent | 78f3d2c924319ebe5ef7509dc75841f8a8c0ff09 (diff) | |
download | gdb-fcc654cbfd8c384a4cf773b98e893932818c791a.zip gdb-fcc654cbfd8c384a4cf773b98e893932818c791a.tar.gz gdb-fcc654cbfd8c384a4cf773b98e893932818c791a.tar.bz2 |
Changes in reloc numbers, lint, and removal of const
Diffstat (limited to 'include/aout64.h')
-rwxr-xr-x | include/aout64.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/aout64.h b/include/aout64.h index 8a47fc3..ff00c56 100755 --- a/include/aout64.h +++ b/include/aout64.h @@ -321,6 +321,13 @@ enum reloc_type RELOC_GLOB_DAT, RELOC_JMP_SLOT, RELOC_RELATIVE, + + RELOC_11, + RELOC_WDISP2_14, + RELOC_WDISP19, + RELOC_HHI22, /* data[0:21] = (addend + sv) >> 42 */ + RELOC_HLO10, /* data[0:9] = (addend + sv) >> 32 */ + /* 29K relocation types */ RELOC_JUMPTARG, RELOC_CONST, @@ -331,8 +338,6 @@ enum reloc_type RELOC_64, /* data[0:63] = addend + sv */ RELOC_DISP64, /* data[0:63] = addend - pc + sv */ RELOC_WDISP21, /* data[0:20] = (addend + sv - pc)>>2 */ - RELOC_HHI22, /* data[0:21] = (addend + sv) >> 42 */ - RELOC_HLO10, /* data[0:9] = (addend + sv) >> 32 */ RELOC_DISP21, /* data[0:20] = addend - pc + sv */ RELOC_DISP14, /* data[0:13] = addend - pc + sv */ /* Q . |