]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
authorJoel Brobecker <brobecker@gnat.com>
Sun, 5 Sep 2004 00:19:30 +0000 (00:19 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Sun, 5 Sep 2004 00:19:30 +0000 (00:19 +0000)
        left behind by error.

gdb/ChangeLog
gdb/mips-tdep.c

index 5ada106e7a3b4c029e590d253691e89856ac7c0c..fbc9fc64cdd2d776f24c8799062134fa831c7b11 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-04  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
+       left behind by error.
+
 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
 
        * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
index 3ba88772d1df17f7aa9b3a199414ff8a628f3fca..e430c979724fae1b8e895fbc73fa421d0d975440 100644 (file)
@@ -2763,8 +2763,6 @@ mips32_heuristic_proc_desc (CORE_ADDR start_pc, CORE_ADDR limit_pc,
   CORE_ADDR cur_pc;
   CORE_ADDR frame_addr = 0;    /* Value of $r30. Used by gcc for frame-pointer */
 restart:
-  this_cache = xrealloc (this_cache, SIZEOF_FRAME_SAVED_REGS);
-  memset (this_cache, '\0', SIZEOF_FRAME_SAVED_REGS);
   PROC_FRAME_OFFSET (&temp_proc_desc) = 0;
   PROC_FRAME_ADJUST (&temp_proc_desc) = 0;     /* offset of FP from SP */
   for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSTLEN)