summaryrefslogtreecommitdiff
path: root/gas/stabs.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-10-03 11:35:16 +0000
committerAlan Modra <amodra@gmail.com>2007-10-03 11:35:16 +0000
commitdf98fa7db878eec68a03347d4de0f221806c189b (patch)
tree2cf57346a5cead4430336e7108ff549948dd07a4 /gas/stabs.c
parent4fb6c25d5007c1bc13c8fddda21c96bb4d05ef91 (diff)
downloadbinutils-gdb-df98fa7db878eec68a03347d4de0f221806c189b.tar.gz
* stabs.c (aout_process_stab): Set BSF_DEBUGGING.
Diffstat (limited to 'gas/stabs.c')
-rw-r--r--gas/stabs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/stabs.c b/gas/stabs.c
index d295beae40b..275a32792ed 100644
--- a/gas/stabs.c
+++ b/gas/stabs.c
@@ -164,6 +164,8 @@ aout_process_stab (what, string, type, other, desc)
symbol_append (symbol, symbol_lastP, &symbol_rootP, &symbol_lastP);
+ symbol_get_bfdsym (symbol)->flags |= BSF_DEBUGGING;
+
S_SET_TYPE (symbol, type);
S_SET_OTHER (symbol, other);
S_SET_DESC (symbol, desc);