(dbxout_symbol_location): Test DECL_IN_TEXT_SECTION.

From-SVN: r5990
This commit is contained in:
Richard Stallman 1993-11-04 08:21:35 +00:00
parent 346d29dc36
commit dddfb74b0b
1 changed files with 1 additions and 1 deletions

View File

@ -1796,7 +1796,7 @@ dbxout_symbol_location (decl, type, suffix, home)
if (!DECL_INITIAL (decl))
current_sym_code = N_LCSYM;
else if (in_text_section ())
else if (DECL_IN_TEXT_SECTION (decl))
/* 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;