OSDN Git Service

*** empty log message ***
authorwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jun 1992 18:46:55 +0000 (18:46 +0000)
committerwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Jun 1992 18:46:55 +0000 (18:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1210 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ed43986..73aa25f 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 be250f4..5b1d6fb 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