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]

Patch to sim/common/run.c to remove alloca-conf.h


Zack just deleted alloca-conf.h from libiberity, and it means the d10v
simulator no longer builds.  I checked in the following patch:

2001-03-07  Michael Meissner  <meissner@redhat.com>

	* run.c (alloca-conf.h): Delete, no longer provided.

*** sim/common/run.c.~1~	Tue May 23 07:34:27 2000
--- sim/common/run.c	Wed Mar  7 15:10:57 2001
*************** with this program; if not, write to the 
*** 47,54 ****
  #include "remote-sim.h"
  #include "ansidecl.h"
  
- #include "../libiberty/alloca-conf.h"
- 
  static void usage PARAMS ((void));
  extern int optind;
  extern char *optarg;
--- 47,52 ----

-- 
Michael Meissner, Red Hat, Inc.  (GCC group)
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482


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