Commit ca9d6748 by Dale Johannesen Committed by Dale Johannesen

Set current_sym_code in a case where it was missing.

From-SVN: r57456
parent 8cf35364
2002-09-23 Dale Johannesen <dalej@apple.com>
* dbxout.c (dbxout_parms): Set current_sym_code for params
passed on stack by invisible reference.
2002-09-23 Richard Earnshaw <rearnsha@arm.com> 2002-09-23 Richard Earnshaw <rearnsha@arm.com>
* arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Always allocate * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Always allocate
......
...@@ -2681,6 +2681,7 @@ dbxout_parms (parms) ...@@ -2681,6 +2681,7 @@ dbxout_parms (parms)
current_sym_value current_sym_value
= INTVAL (XEXP (XEXP (XEXP (DECL_RTL (parms), 0), 0), 1)); = INTVAL (XEXP (XEXP (XEXP (DECL_RTL (parms), 0), 0), 1));
current_sym_addr = 0; current_sym_addr = 0;
current_sym_code = N_PSYM;
FORCE_TEXT; FORCE_TEXT;
fprintf (asmfile, "%s\"%s:v", ASM_STABS_OP, decl_name); fprintf (asmfile, "%s\"%s:v", ASM_STABS_OP, decl_name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment