*** empty log message ***
authorTom Wood <wood@gnu.org>
Thu, 18 Jun 1992 18:46:55 +0000 (18:46 +0000)
committerTom Wood <wood@gnu.org>
Thu, 18 Jun 1992 18:46:55 +0000 (18:46 +0000)
From-SVN: r1210

gcc/config/i386/x-sco
gcc/varasm.c

index ed43986bd0e4c19772bab12beb9075e7661e7458..73aa25ffc24657edd7ae9e9f8a7a57fe085c9232 100644 (file)
@@ -4,6 +4,6 @@ RANLIB_TEST = false
 CC = rcc
 OLDCC = rcc
 CCLIBFLAGS =
-RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386
+RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 -DNULL=0
 XCFLAGS = $(RCCFLAGS)
 CLIB = -lPW
index be250f4b13fc4e711c072387575d32993e4bfbf2..5b1d6fb37a4efda16ebd6932761a7ea320b556f8 100644 (file)
@@ -82,6 +82,8 @@ void assemble_name ();
 int output_addressed_constants ();
 void output_constant ();
 void output_constructor ();
+void text_section ();
+void readonly_data_section ();
 void data_section ();
 \f
 #ifdef EXTRA_SECTIONS