mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 00:20:14 +08:00
* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.
From-SVN: r35063
This commit is contained in:
parent
96eab8e2dd
commit
274077a44c
@ -1,3 +1,7 @@
|
||||
2000-07-16 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.
|
||||
|
||||
2000-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
|
||||
|
@ -626,7 +626,7 @@ expand_builtin_init_dwarf_reg_sizes (address)
|
||||
rtx addr = expand_expr (address, NULL_RTX, VOIDmode, 0);
|
||||
rtx mem = gen_rtx_MEM (mode, addr);
|
||||
|
||||
i = MAX (FIRST_PSEUDO_REGISTER, DWARF_FRAME_REGISTERS);
|
||||
i = MIN (FIRST_PSEUDO_REGISTER, DWARF_FRAME_REGISTERS);
|
||||
while (i--)
|
||||
{
|
||||
int offset = DWARF_FRAME_REGNUM (i) * GET_MODE_SIZE (mode);
|
||||
|
Loading…
Reference in New Issue
Block a user