aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-08-06 21:31:01 +0000
committerSteve Chamberlain <steve@cygnus>1991-08-06 21:31:01 +0000
commit9bbfd0574df7ee53bb8d798dddd78312eddac4a6 (patch)
tree40d322e28c3349a801e8bc0db0ceee9ffab93569 /gas
parent1af27af8bcbcba16f12e02cafdda2347cde20699 (diff)
downloadfsf-binutils-gdb-9bbfd0574df7ee53bb8d798dddd78312eddac4a6.zip
fsf-binutils-gdb-9bbfd0574df7ee53bb8d798dddd78312eddac4a6.tar.gz
fsf-binutils-gdb-9bbfd0574df7ee53bb8d798dddd78312eddac4a6.tar.bz2
N_INDR movement
now in a.out.gnu.h and aout64.h, not in stab.def
Diffstat (limited to 'gas')
-rwxr-xr-xgas/a.out.gnu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/a.out.gnu.h b/gas/a.out.gnu.h
index 4df01e3..0d31545 100755
--- a/gas/a.out.gnu.h
+++ b/gas/a.out.gnu.h
@@ -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.