From: amodra Date: Wed, 3 Oct 2007 11:35:16 +0000 (+0000) Subject: * stabs.c (aout_process_stab): Set BSF_DEBUGGING. X-Git-Tag: EOL_registry_mounts~2286 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=824d6ba81c66b928b4c73faadaf9362738980471;p=pf3gnuchains%2Fpf3gnuchains4x.git * stabs.c (aout_process_stab): Set BSF_DEBUGGING. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 011d29bde9..bbc8f90f3a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2007-10-03 Alan Modra + + PR 4303 + * stabs.c (aout_process_stab): Set BSF_DEBUGGING. + 2007-10-01 M R Swami Reddy * config/tc-cr16.c: Replaced 'tabs' with white spaces and diff --git a/gas/stabs.c b/gas/stabs.c index d295beae40..275a32792e 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);