diff options
author | Steve Chamberlain <steve@cygnus> | 1991-08-06 21:31:01 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-08-06 21:31:01 +0000 |
commit | 9bbfd0574df7ee53bb8d798dddd78312eddac4a6 (patch) | |
tree | 40d322e28c3349a801e8bc0db0ceee9ffab93569 /include/aout64.h | |
parent | 1af27af8bcbcba16f12e02cafdda2347cde20699 (diff) | |
download | gdb-9bbfd0574df7ee53bb8d798dddd78312eddac4a6.zip gdb-9bbfd0574df7ee53bb8d798dddd78312eddac4a6.tar.gz gdb-9bbfd0574df7ee53bb8d798dddd78312eddac4a6.tar.bz2 |
N_INDR movement
now in a.out.gnu.h and aout64.h, not in stab.def
Diffstat (limited to 'include/aout64.h')
-rwxr-xr-x | include/aout64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/aout64.h b/include/aout64.h index 7bb8a4f..16d0b48 100755 --- a/include/aout64.h +++ b/include/aout64.h @@ -174,6 +174,8 @@ struct internal_nlist { #define N_TYPE 0x1e #define N_STAB 0xe0 +#define N_INDR 0x0a + /* The following symbols refer to set elements. All the N_SET[ATDB] symbols with the same name form one set. Space is allocated for the set in the text section, and each set |