diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-22 02:10:51 +0200 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-22 02:10:51 +0200 |
| commit | 5a0c2910df62b99fee8baec1f4d846217cd9a054 (patch) | |
| tree | 583963809fe49cbb8b498f6621862589601ba53d /src/Makefile.dep | |
| parent | 958912f9285175ff95bb0070bea603dd8aef8222 (diff) | |
| download | sdcc-gas-5a0c2910df62b99fee8baec1f4d846217cd9a054.tar.gz | |
First working example!
stm8/main.c: 0x8000 must contain the entry point aka "_start" for GNU as.
Some work on supporting debugging symbols with --gas. Not finished yet.
Diffstat (limited to 'src/Makefile.dep')
| -rw-r--r-- | src/Makefile.dep | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index f5ac324..0c2c201 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep @@ -197,12 +197,6 @@ SDCCgen.o: SDCCgen.c common.h SDCCglobl.h SDCCset.h ../sdccconf.h \ SDCCbitv.h SDCCset.h SDCCast.h SDCCdebug.h SDCCutil.h SDCCasm.h \ SDCCsystem.h port.h SDCCargs.h ../support/util/newalloc.h \ ../support/util/dbuf_string.h ../support/util/dbuf.h -SDCCgas.o: SDCCgas.c SDCCgas.h SDCCglobl.h SDCCset.h ../sdccconf.h \ - SDCCerr.h SDCCmem.h ../support/util/dbuf.h SDCCsymt.h SDCChasht.h \ - SDCCval.h SDCCicode.h SDCCbitv.h SDCCast.h port.h SDCCargs.h SDCCpeeph.h \ - SDCCgen.h SDCCicode.h SDCCbitv.h SDCCset.h SDCCast.h \ - ../support/util/newalloc.h ../support/util/dbuf_string.h \ - ../support/util/dbuf.h SDCClex.o: SDCClex.c common.h SDCCglobl.h SDCCset.h ../sdccconf.h \ SDCCerr.h SDCCmem.h ../support/util/dbuf.h SDCCsymt.h SDCChasht.h \ SDCCval.h SDCCast.h SDCCy.h SDCCbitv.h SDCCicode.h SDCClabel.h \ |
