Patch for 970904 snapshot

Jeffrey A Law law@chunks.cygnus.com
Thu Sep 4 10:15:00 GMT 1997


Most of you will probably need this to get 970904 to build:


Index: bitmap.c
===================================================================
RCS file: /cvs/cvsfiles/egcs/gcc/bitmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -c -3 -p -r1.2 -r1.3
*** bitmap.c	1997/09/04 15:12:19	1.2
--- bitmap.c	1997/09/04 17:06:34	1.3
*************** Boston, MA 02111-1307, USA.  */
*** 26,31 ****
--- 26,39 ----
  #include "regs.h"
  #include "basic-block.h"
  
+ #ifdef HAVE_STDLIB_H
+ #include <stdlib.h>
+ #endif
+ 
+ #ifdef NEED_DECLARATION_FREE
+ extern void free PROTO((void *));
+ #endif
+ 
  /* Obstack to allocate bitmap elements from.  */
  static struct obstack bitmap_obstack;
  static int bitmap_obstack_init = FALSE;


Jeff Law (law@cygnus.com)
Cygnus Solutions		EGCS GNU Compiler System
http://www.cygnus.com		http://www.cygnus.com/egcs




More information about the Gcc mailing list