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]

Trivial fix for gdb_5_1-2001-07-29 branch



Hi Andrew,
I checked out the 5.1 branch & did a test build on 31 & 64 bit s390.

There was one trivial error in the s390-tdep.c because the multiarching
skip_trampoline_code patch to I posted
wasn't accepted, other than that the thing built out of the box &
functioned fine the set_getarch_skip_trampoline_code
line in s390-tdep.c needs to be deleted.

Here is the trivial patch to s390-tdep.c to do this which needs to be
applied to the head & the gdb_5_1-2001-07-29 branch
otherwise delete the line by hand

(See attached file: gdb311001s390.diff)


The current  difference between the head & the gdb_5_1-2001-07-29 branch is
listed below, I suspect it isn't relevant.



The comment for the value.h addition is below
Revision 1.3 / (download) - annotate - [selected], Sun Oct 21 17:19:37 2001
UTC (9 days, 22 hours ago) by cagney
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

Add explicit #include of "value.h".



===================================================================
RCS file: /cvs/src/src/gdb/s390-tdep.c,v
retrieving revision 1.1.4.1
retrieving revision 1.3
diff -u -r1.1.4.1 -r1.3
--- src/gdb/s390-tdep.c 2001/10/13 22:13:05     1.1.4.1
gdb_5_1-2001-07-29-branch
+++ src/gdb/s390-tdep.c 2001/10/21 17:19:37     1.3 HEAD
@@ -35,7 +35,7 @@
 #include "../bfd/bfd.h"
 #include "floatformat.h"
 #include "regcache.h"
-
+#include "value.h"




D.J. Barrow Gnu/Linux for S/390 kernel developer
eMail: djbarrow@de.ibm.com,barrow_dj@yahoo.com
Phone: +49-(0)7031-16-2583
IBM Germany Lab, Schönaicherstr. 220, 71032 Böblingen

=?iso-8859-1?Q?gdb311001s390.diff?=


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