* as/asxxsrc: created
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 17 Nov 2007 19:21:59 +0000 (19:21 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 17 Nov 2007 19:21:59 +0000 (19:21 +0000)
  as/asxxsrc/assym.c, as/asxxsrc/strcmpi.c: moved
  as/hc08/assym.c, as/mcs51/assym.c, as/strcmpi.c,
  as/z80/assym.c, as/hc08/asstore.c, as/mcs51/asstore.c: deleted
  as/hc08/Makefile.bcc, as/hc08/Makefile.in, as/hc08/as_hc08.dsp,
  as/hc08/asm.h, as/link/hc08/Makefile.bcc, as/link/hc08/Makefile.in,
  as/link/hc08/link_hc08.dsp, as/link/mcs51/Makefile.bcc,
  as/link/mcs51/Makefile.in, as/link/mcs51/aslink.dsp,
  as/link/z80/Makefile.in, as/link/z80/linkgbz80.dsp,
  as/link/z80/linkz80.dsp, as/mcs51/Makefile.bcc, as/mcs51/Makefile.in,
  as/mcs51/asm.h, as/mcs51/asx8051.dsp, as/z80/Makefile.bcc,
  as/z80/Makefile.in, as/z80/as_gbz80.dsp, as/z80/as_z80.dsp,
  as/z80/Makefile.as_hc08, as/mcs51/Makefile.asx8051: modified
  created as/asxxsrc directory, assym.c and strcpi.c moved into it

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4971 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/hc08/Makefile.as_hc08
as/hc08/Makefile.bcc
as/hc08/Makefile.in
as/hc08/as_hc08.dsp
as/hc08/asm.h
as/mcs51/Makefile.asx8051
as/mcs51/Makefile.bcc
as/mcs51/Makefile.in
as/mcs51/asm.h
as/mcs51/asx8051.dsp

index 1edad3d592c46b6edd5698fb20b71b08dff7b5d1..b2bf0b115eb7e0f6bc032f506ecdcb4db88c1710 100644 (file)
@@ -5,7 +5,7 @@ INCROOT=.
 CFLAGS=-ggdb -O2 -I $(INCROOT)
 TARGETS=$(SDCCDIR)/bin/as_hc08
 ALLOBJECTS= asmain.o aslex.o assym.o assubr.o asnoice.o \
-            asexpr.o asdata.o aslist.o asout.o asstore.o \
+            asexpr.o asdata.o aslist.o asout.o \
             h08ext.o h08pst.o h08mch.o h08adr.o strcmpi.o
 
 all:: $(TARGETS)
@@ -40,9 +40,6 @@ asout.o   : asout.c  asm.h
 asnoice.o : asnoice.c asm.h
        $(CC) $(CFLAGS) $(LDFLAGS) -c -o asnoice.o asnoice.c
 
-asstore.o : asstore.c asm.h
-       $(CC) $(CFLAGS) $(LDFLAGS) -c -o asstore.o asstore.c
-
 h08ext.o  : h08ext.c asm.h m6808.h
        $(CC) $(CFLAGS) $(LDFLAGS) -c -o h08ext.o h08ext.c
 
index 5e59393c3c427fa32637d09966f5a3e5342b58bb..068d802b3792d451d938147f349939d1678e4317 100644 (file)
@@ -5,7 +5,7 @@ PRJDIR          = ../..
 !include $(PRJDIR)/Bcc.inc
 
 ASOBJECTS       = asmain.obj aslex.obj assubr.obj asnoice.obj \
-                  asexpr.obj asdata.obj aslist.obj asout.obj asstore.obj \
+                  asexpr.obj asdata.obj aslist.obj asout.obj \
                   h08ext.obj h08pst.obj h08mch.obj h08adr.obj \
                   ../asxxsrc/strcmpi.obj ../asxxsrc/assym.obj
 
index 706fec62d86b24afc3be0b78b769c825a25beee3..66cf01f7e98024bb22265f61f23692589c1566b6 100644 (file)
@@ -45,7 +45,7 @@ ASXXLIB = $(srcdir)/../asxxsrc
 ASXXLIBSRC = strcmpi.c assym.c
 
 SRC = asmain.c aslex.c assubr.c asnoice.c \
-      asexpr.c asdata.c aslist.c asout.c asstore.c \
+      asexpr.c asdata.c aslist.c asout.c \
       m08ext.c m08pst.c m08mch.c m08adr.c
 
 ASSOURCES = %(SRC) $(ASXXLIBSRC:%.c=$(ASXXLIB)/%.c)
index b2500ed74f222483fdc4a7801cd0c75c1125e3b7..72dbadee335c4ff92049c64655a6e5c2c98ae611 100644 (file)
@@ -115,10 +115,6 @@ SOURCE=.\asout.c
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\asstore.c\r
-# End Source File\r
-# Begin Source File\r
-\r
 SOURCE=.\assubr.c\r
 # End Source File\r
 # Begin Source File\r
index 4ce9ef5d8cfa02671bcc2e863ba7d60b90850579..17e31dc63249dbc7695bb45bfb200e5da1f5558d 100644 (file)
@@ -667,9 +667,6 @@ extern  VOID            outr11();       /* JLH */
 extern  VOID            outr19(struct expr *, int, int);
 extern  VOID            outdp(struct area *, struct expr *);
 
-/* asstore.c */
-extern char *StoreString( char *str );
-
 /* asnoice.c */
 extern void DefineNoICE_Line();
 extern void DefineCDB_Line();
index cac540342483d6c5d47e57b8b3849808f836af81..dc5103aac39d8ffaea00dd460a4b97aa2ba4dd69 100644 (file)
@@ -5,7 +5,7 @@ INCROOT=.
 CFLAGS=-ggdb -O2 -I $(INCROOT)
 TARGETS=$(SDCCDIR)/bin/asx8051
 ALLOBJECTS= asmain.o aslex.o assym.o assubr.o asnoice.o \
-            asexpr.o asdata.o aslist.o asout.o asstore.o \
+            asexpr.o asdata.o aslist.o asout.o \
             i51ext.o i51pst.o i51mch.o i51adr.o strcmpi.o
 
 all:: $(TARGETS)
@@ -40,9 +40,6 @@ asout.o   : asout.c  asm.h
 asnoice.o : asnoice.c asm.h
        $(CC) $(CFLAGS) $(LDFLAGS) -c -o asnoice.o asnoice.c
 
-asstore.o : asstore.c asm.h
-       $(CC) $(CFLAGS) $(LDFLAGS) -c -o asstore.o asstore.c
-
 i51ext.o  : i51ext.c asm.h i8051.h
        $(CC) $(CFLAGS) $(LDFLAGS) -c -o i51ext.o i51ext.c
 
index 72639819f8c1d93b7184785c352f70f84c659053..825a7a3bfcadd6130748f2f52d2a52283931ff32 100644 (file)
@@ -5,7 +5,7 @@ PRJDIR          = ../..
 !include $(PRJDIR)/Bcc.inc
 
 ASOBJECTS       = asmain.obj aslex.obj assubr.obj asnoice.obj \
-                  asexpr.obj asdata.obj aslist.obj asout.obj asstore.obj \
+                  asexpr.obj asdata.obj aslist.obj asout.obj \
                   i51ext.obj i51pst.obj i51mch.obj i51adr.obj \
                   ../asxxsrc/strcmpi.obj ../asxxsrc/assym.obj
 
index c73d151436fe236f1a57c21044c3f873b0ae777a..28d3d92b09f9b1fc8ff2942ce34ed0a60d19ea00 100644 (file)
@@ -45,7 +45,7 @@ ASXXLIB = $(srcdir)/../asxxsrc
 ASXXLIBSRC = strcmpi.c assym.c
 
 SRC = asmain.c aslex.c assubr.c asnoice.c \
-      asexpr.c asdata.c aslist.c asout.c asstore.c \
+      asexpr.c asdata.c aslist.c asout.c \
       i51ext.c i51pst.c i51mch.c i51adr.c
 
 ASSOURCES = %(SRC) $(ASXXLIBSRC:%.c=$(ASXXLIB)/%.c)
index 3dd84bce187e693e0ecc0b4ebff20f0e189eef1c..6ef17d3a282c648e25abebe0ba8c883bef52d725 100644 (file)
@@ -681,9 +681,6 @@ extern  VOID            out_t24(int);
 extern  VOID            outr11();       /* JLH */
 extern  VOID            outr19(struct expr *, int, int);
 
-/* asstore.c */
-extern char *StoreString( char *str );
-
 /* asnoice.c */
 extern void DefineNoICE_Line();
 extern void DefineCDB_Line();
index b8670f91f25dba1ab19f4f72aa4d7d012710a5a6..745c46d1b4dec3fa9965457bf15c7fa10515a82c 100644 (file)
@@ -116,10 +116,6 @@ SOURCE=.\asout.c
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\asstore.c\r
-# End Source File\r
-# Begin Source File\r
-\r
 SOURCE=.\assubr.c\r
 # End Source File\r
 # Begin Source File\r