N_INDR movement
authorSteve Chamberlain <steve@cygnus>
Tue, 6 Aug 1991 21:31:01 +0000 (21:31 +0000)
committerSteve Chamberlain <steve@cygnus>
Tue, 6 Aug 1991 21:31:01 +0000 (21:31 +0000)
now in a.out.gnu.h and aout64.h, not in stab.def

gas/a.out.gnu.h
include/aout64.h
include/stab.def

index 4df01e3876a52aec25d43cae4a12af123b176a26..0d315453b8ab8959f5d93bee53e8229a7e3a08c4 100755 (executable)
@@ -174,7 +174,7 @@ struct nlist {
    If the other symbol does not have a definition, libraries will
    be searched to find a definition.  */
 
-/*#define N_INDR 0xa*/
+#define N_INDR 0xa
 
 /* The following symbols refer to set elements.
    All the N_SET[ATDB] symbols with the same name form one set.
index 7bb8a4f1052ab59024fa1feb20e38abc6e11ff80..16d0b48ddc998084e29ce7bfdf72569ec149b311 100755 (executable)
@@ -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
index 20ac0aa3876c0e379d10b2f9dbcea6dce006899f..77e48c9d8b43b0bdb5f58fe189dcc01fbc9b7e3c 100755 (executable)
 
 \f
 
-/* Alias symbol. Any reference to this will turn into into one to the
-   next symbol in the table
-*/
-
-__define_stab (N_INDR, 0x0b, "INDR")
-
 /* Warning symbol. The text gives a warning message, the next symbol
    in the table will be undefined. When the symbol is referenced, the
    message is printed.