* as/link/hc08/lkihx.c (newArea),
authorMaartenBrock <MaartenBrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 2 Jan 2007 21:47:42 +0000 (21:47 +0000)
committerMaartenBrock <MaartenBrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 2 Jan 2007 21:47:42 +0000 (21:47 +0000)
* as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea()

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

ChangeLog
as/link/hc08/lkihx.c
as/link/hc08/lkrloc.c

index 0fe1f0ebfdf876e73011fcf5c01a94b943598dcd..1aa53c1ace1454e3a9e934a6de06dc2aab77ff67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-02 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/link/hc08/lkihx.c (newArea),
+       * as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea()
+
 2007-01-02 Borut Razem <borut.razem AT siol.net>
 
        * doc/sdccman.lyx: documented #pragma sdcc_hash
        * configure.in, configure: fixed bug #1538756: configure dies if bison
          and flex are not installed
 
-2006-12-21 Maarten Brock <sourceforge.brock AT dse.nl>
+2006-12-29 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/z80/gen.c (assignResultValue): fixed bug when registers overlap,
          with this z80 passes printf float test when enabled
index 28c2f500312bc803ce39172e5c31d486ab93efd3..ff75e93174e2e4718aea1dec92856c34d513318f 100644 (file)
@@ -214,13 +214,13 @@ ihx(i)
        }
 }
 
-/*)Function    newArea(i)
- * The function newArea() is called when processing of new area is started.
+/*)Function    ihxNewArea(i)
+ * The function ihxNewArea() is called when processing of new area is started.
  * It resets the value of lastHexAddr.
  */ 
 
 VOID
-newArea()
+ihxNewArea()
 {
        lastHexAddr = 0;
 }
index 7aaf0c588046683d337505d7e6b1f23b4671acca..acd9ee992f5a313b0d684d567c9678a11e0c44d1 100644 (file)
@@ -536,7 +536,7 @@ VOID relr(VOID)
                
                if (lastAreaIndex != aindex) {
                        lastAreaIndex = aindex;
-                       newArea();
+                       ihxNewArea();
                }
 #if 0          
                if (extendedAddress != lastExtendedAddress)