* config/obj-aout.h: Fix comment typos.
[deliverable/binutils-gdb.git] / gdb / dwarf2-frame.c
index f97a5909454b81673a93d67a8725c872c436b0f2..6e420cdb89ea8ee51c36c97c5567f192c9625619 100644 (file)
@@ -383,6 +383,7 @@ execute_cfa_program (unsigned char *insn_ptr, unsigned char *insn_end,
              insn_ptr = read_uleb128 (insn_ptr, insn_end, &reg);
              insn_ptr = read_uleb128 (insn_ptr, insn_end, &utmp);
              dwarf2_frame_state_alloc_regs (&fs->regs, reg + 1);
+             fs->regs.reg[reg].how = REG_SAVED_REG;
              fs->regs.reg[reg].loc.reg = utmp;
              break;
 
@@ -1554,7 +1555,8 @@ dwarf2_build_frame_info (struct objfile *objfile)
       if (got)
        unit.dbase = got->vma;
 
-      /* GCC emits the DW_EH_PE_textrel encoding type on sh and ia64 so far.  */
+      /* GCC emits the DW_EH_PE_textrel encoding type on sh and ia64
+         so far.  */
       txt = bfd_get_section_by_name (unit.abfd, ".text");
       if (txt)
        unit.tbase = txt->vma;
This page took 0.024023 seconds and 4 git commands to generate.