(dbxout_symbol_location): Call in_text_section

to decide whether to use DBX_STATIC_CONST_VAR_CODE.

From-SVN: r4933
This commit is contained in:
Richard Stallman 1993-07-18 06:06:45 +00:00
parent 081be30bbf
commit cadcc1c11c
1 changed files with 1 additions and 1 deletions

View File

@ -1747,7 +1747,7 @@ dbxout_symbol_location (decl, type, suffix, home)
if (!DECL_INITIAL (decl))
current_sym_code = N_LCSYM;
else if (TREE_READONLY (decl) && ! TREE_THIS_VOLATILE (decl))
else if (in_text_section ())
/* This is not quite right, but it's the closest
of all the codes that Unix defines. */
current_sym_code = DBX_STATIC_CONST_VAR_CODE;