+2003-07-28 Bernhard Held <bernhard@bernhardheld.de>
+
+ * src/z80/mappings.i: fix _mul[us][int,long] entries
+
2003-07-26 Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
*src/SDCCmain.c: do not search for crt0.o when using --nostdlib
"\t; We have to define these here as sdcc dosnt make them global by default\n"
"\tGLOBAL __mulschar\n"
"\tGLOBAL __muluchar\n"
- "\tGLOBAL __mulsint\n"
- "\tGLOBAL __muluint\n"
+ "\tGLOBAL __mulint\n"
"\tGLOBAL __divschar\n"
"\tGLOBAL __divuchar\n"
"\tGLOBAL __divsint\n"
"\tGLOBAL __moduchar\n"
"\tGLOBAL __modsint\n"
"\tGLOBAL __moduint\n"
- "\tGLOBAL __mulslong\n"
+ "\tGLOBAL __mullong\n"
"\tGLOBAL __modslong\n"
"\tGLOBAL __divslong\n"
"\tGLOBAL banked_call\n"
"\tCAPSOFF ; Case sensitive\n"
"\tISDMG ; Gameboy mode\n"
"_CODE\tGROUP\n"
- "\t; We have to define these here as sdcc dosnt make them global by default\n"
+ "\t; We have to define these here as sdcc doesnt make them global by default\n"
"\tGLOBAL __mulschar\n"
"\tGLOBAL __muluchar\n"
- "\tGLOBAL __mulsint\n"
- "\tGLOBAL __muluint\n"
+ "\tGLOBAL __mulint\n"
"\tGLOBAL __divschar\n"
"\tGLOBAL __divuchar\n"
"\tGLOBAL __divsint\n"
"; Generated using the z80asm/z88 tokens.\n"
"\tXREF __muluchar_rrx_s\n"
"\tXREF __mulschar_rrx_s\n"
- "\tXREF __mulsint_rrx_s\n"
- "\tXREF __muluint_rrx_s\n"
- "\tXREF __mululong_rrx_s\n"
- "\tXREF __mulslong_rrx_s\n"
+ "\tXREF __mulint_rrx_s\n"
+ "\tXREF __mullong_rrx_s\n"
"\tXREF __divuchar_rrx_s\n"
"\tXREF __divschar_rrx_s\n"
"\tXREF __divsint_rrx_s\n"