This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMIT] Small hppa-hpux-tdep.c fix


Checked in as obvious.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
	type of `gp' variable.

Index: hppa-hpux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/hppa-hpux-tdep.c,v
retrieving revision 1.25
diff -u -p -r1.25 hppa-hpux-tdep.c
--- hppa-hpux-tdep.c 12 Nov 2004 18:38:33 -0000 1.25
+++ hppa-hpux-tdep.c 3 Dec 2004 18:01:23 -0000
@@ -1390,7 +1390,7 @@ hppa_hpux_push_dummy_code (struct gdbarc
     }
   else
     {
-      unsigned int gp;
+      ULONGEST gp;
 
       /* Use __d_plt_call as a fallback; __d_plt_call expects to be called 
          with a plabel, so we need to build one.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]