* stabs.c (aout_process_stab): Set BSF_DEBUGGING.
This commit is contained in:
parent
4fb6c25d50
commit
df98fa7db8
@ -1,3 +1,8 @@
|
||||
2007-10-03 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR 4303
|
||||
* stabs.c (aout_process_stab): Set BSF_DEBUGGING.
|
||||
|
||||
2007-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||
|
||||
* config/tc-cr16.c: Replaced 'tabs' with white spaces and
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user