Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Patch for gdb build on hppa hp-ux
@ 2007-04-06 21:53 Steve Ellcey
  2007-04-07 17:20 ` Daniel Jacobowitz
  2007-04-09  2:13 ` Daniel Jacobowitz
  0 siblings, 2 replies; 15+ messages in thread
From: Steve Ellcey @ 2007-04-06 21:53 UTC (permalink / raw)
  To: gdb-patches

This patch fixes a build problem on hppa hp-ux.  This is the first of
two patches I have that allow me to build gdb on hppa hp-ux.  The build
has been broken (for me at least) for some time.  This is the only HP
specific change that was needed.  Tested by building gdb on hppa hp-ux.

OK to checkin?

Steve Ellcey
sje@cup.hp.com


2007-04-06  Steve Ellcey  <sje@cup.hp.com>

	* hpread.c (hpread_get_next_skip_over_anon_unions): Fix
	CHECK_TYPEDEF usage.

Index: hpread.c
===================================================================
RCS file: /cvs/src/src/gdb/hpread.c,v
retrieving revision 1.62
diff -p -u -r1.62 hpread.c
--- hpread.c	9 Jan 2007 17:58:51 -0000	1.62
+++ hpread.c	6 Apr 2007 21:47:21 -0000
@@ -6316,7 +6316,7 @@ hpread_get_next_skip_over_anon_unions (i
       /* Get type of item we're looking at now; recursively processes the types
          of these intermediate items we skip over, so they aren't lost. */
       anon_type = hpread_type_lookup ((*fieldp)->dfield.type, objfile);
-      anon_type = CHECK_TYPEDEF (anon_type);
+      CHECK_TYPEDEF (anon_type);
       bitoffset = (*fieldp)->dfield.bitoffset;
       name = VT (objfile) + (*fieldp)->dfield.name;
       /* First skip over one item to avoid stack death on recursion */


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-04-28 23:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-06 21:53 Patch for gdb build on hppa hp-ux Steve Ellcey
2007-04-07 17:20 ` Daniel Jacobowitz
2007-04-09  2:13 ` Daniel Jacobowitz
2007-04-09 23:25   ` Steve Ellcey
2007-04-10 12:05     ` Daniel Jacobowitz
2007-04-10 12:11       ` Daniel Jacobowitz
2007-04-10 17:32       ` Steve Ellcey
2007-04-10 17:41         ` Daniel Jacobowitz
2007-04-10 19:03       ` Eli Zaretskii
2007-04-10 20:22         ` Daniel Jacobowitz
2007-04-13 14:04           ` Daniel Jacobowitz
2007-04-13 17:07             ` [patch] "single step" atomic instruction sequences as a whole on PPC Luis Machado
2007-04-28 23:34               ` [RFC] " Luis Machado
2007-04-28 23:45                 ` Ulrich Weigand
2007-04-29  1:53                   ` Luis Machado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox