Commit 376e12ab by Jason Merrill

revert accidental checkin

From-SVN: r35101
parent 97d81d66
......@@ -98,10 +98,6 @@ Mon Jul 17 02:37:06 2000 Marc Espie <espie@openbsd.org>
* cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
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,8 +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 = MIN (FIRST_PSEUDO_REGISTER, DWARF_FRAME_REGISTERS);
while (i--)
for (i = 0; i < DWARF_FRAME_REGISTERS; ++i)
{
int offset = DWARF_FRAME_REGNUM (i) * GET_MODE_SIZE (mode);
int size = GET_MODE_SIZE (reg_raw_mode[i]);
......
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