Commit 11435a40 by Tom Wood

*** empty log message ***

From-SVN: r1210
parent fe6f5014
...@@ -4,6 +4,6 @@ RANLIB_TEST = false ...@@ -4,6 +4,6 @@ RANLIB_TEST = false
CC = rcc CC = rcc
OLDCC = rcc OLDCC = rcc
CCLIBFLAGS = CCLIBFLAGS =
RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 -DNULL=0
XCFLAGS = $(RCCFLAGS) XCFLAGS = $(RCCFLAGS)
CLIB = -lPW CLIB = -lPW
...@@ -82,6 +82,8 @@ void assemble_name (); ...@@ -82,6 +82,8 @@ void assemble_name ();
int output_addressed_constants (); int output_addressed_constants ();
void output_constant (); void output_constant ();
void output_constructor (); void output_constructor ();
void text_section ();
void readonly_data_section ();
void data_section (); void data_section ();
#ifdef EXTRA_SECTIONS #ifdef EXTRA_SECTIONS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment