* Patches from Jeffrey Law <law@cs.utah.edu>.
authorStu Grossman <grossman@cygnus>
Wed, 5 May 1993 22:23:07 +0000 (22:23 +0000)
committerStu Grossman <grossman@cygnus>
Wed, 5 May 1993 22:23:07 +0000 (22:23 +0000)
* gdb/hppa-tdep.c (gcc_p, hpux_cc_p): Delete unused functions.

gdb/ChangeLog
gdb/hppa-tdep.c

index f8291a6856f31168c8097276afada33dd1489380..cc0309da618282c882f69201856c573e5e6db7ca 100644 (file)
@@ -1,7 +1,9 @@
 Wed May  5 15:16:33 1993  Stu Grossman  (grossman@cygnus.com)
 
+        * Patches from Jeffrey Law <law@cs.utah.edu>.
+       * gdb/hppa-tdep.c (gcc_p, hpux_cc_p): Delete unused functions.
        * gdb/config/pa/tm-hppa.h (ABOUT_TO_RETURN): Handle a return
-       which nullifies the following instruction.  (From law@cs.utah.edu).
+       which nullifies the following instruction.
 
 Tue May  4 12:11:38 1993  Jim Kingdon  (kingdon@cygnus.com)
 
index 4d2a38a2e115e73d16678eb23362c6804b87bc06..5f574d1c8a0c703dca2dd6b0aca4f21099de6185 100644 (file)
@@ -428,35 +428,6 @@ frame_chain_valid (chain, thisframe)
     return 1;
 }
 
-#if 0
-/* Some helper functions. gcc_p returns 1 if the function beginning at 
-   pc appears to have been compiled with gcc. hpux_cc_p returns 1 if
-   fn was compiled with hpux cc. gcc functions look like :
-
-   stw     rp,-0x14(sp) ; optional
-   or      r4,r0,r1
-   or      sp,r0,r4
-   stwm    r1,framesize(sp)
-
-   hpux cc functions look like:
-
-   stw     rp,-0x14(sp) ; optional.
-   stwm    r3,framesiz(sp)
-   */
-
-gcc_p (pc)
-     CORE_ADDR pc;
-{
-  if (read_memory_integer (pc, 4) == 0x6BC23FD9)                       
-    pc = pc + 4;                                                       
-      
-  if (read_memory_integer (pc, 4) == 0x8040241
-      && read_memory_integer (pc + 4, 4) == 0x81E0244)
-    return 1;
-  return 0;
-}
-#endif
-
 /*
  * These functions deal with saving and restoring register state
  * around a function call in the inferior. They keep the stack