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]

Re: [RFA] Patch to get Alpha/Linux working.


Daniel Berlin wrote:
> 
> --Dan
> 
>   ------------------------------------------------------------------------
> 
>    gdb-5.0-alpha.patchName: gdb-5.0-alpha.patch
>                       Type: text/x-patch
@#&*$ text/x-patch :-)

Yes, ok.
	Andrew


cagney@b1.cygnus.com$ less /tmp/gdb-5.0-alpha.patch 
diff -uNr gdb.orig/gdb/alpha-nat.c gdb/gdb/alpha-nat.c
--- gdb.orig/gdb/alpha-nat.c    Sat May 27 21:12:26 2000
+++ gdb/gdb/alpha-nat.c Mon Jul 24 20:13:31 2000
@@ -206,7 +206,7 @@
 
 void
 supply_gregset (gregsetp)
-     gregset_t *gregsetp;
+     gdb_gregset_t *gregsetp;
 {
   register int regi;
   register long *regp = ALPHA_REGSET_BASE (gregsetp);
@@ -225,7 +225,7 @@
 
 void
 fill_gregset (gregsetp, regno)
-     gregset_t *gregsetp;
+     gdb_gregset_t *gregsetp;
      int regno;
 {
   int regi;

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