dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters passed by invisible reference.
* dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters passed by invisible reference. From-SVN: r49539
This commit is contained in:
parent
c2c9f6c92e
commit
3c1299c5ad
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-02-06 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters
|
||||
passed by invisible reference.
|
||||
|
||||
2002-02-05 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
|
||||
|
|
|
@ -2630,6 +2630,10 @@ dbxout_parms (parms)
|
|||
|
||||
FORCE_TEXT;
|
||||
fprintf (asmfile, "%s\"%s:v", ASM_STABS_OP, decl_name);
|
||||
|
||||
current_sym_value
|
||||
= DEBUGGER_ARG_OFFSET (current_sym_value,
|
||||
XEXP (XEXP (DECL_RTL (parms), 0), 0));
|
||||
dbxout_type (TREE_TYPE (parms), 0);
|
||||
dbxout_finish_symbol (parms);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue