From 249f3b9ab24db32c0496869c84a75518af44f407 Mon Sep 17 00:00:00 2001 From: MaartenBrock Date: Tue, 2 Jan 2007 21:47:42 +0000 Subject: [PATCH] * as/link/hc08/lkihx.c (newArea), * 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 | 7 ++++++- as/link/hc08/lkihx.c | 6 +++--- as/link/hc08/lkrloc.c | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0fe1f0eb..1aa53c1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-02 Maarten Brock + + * as/link/hc08/lkihx.c (newArea), + * as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea() + 2007-01-02 Borut Razem * doc/sdccman.lyx: documented #pragma sdcc_hash @@ -116,7 +121,7 @@ * configure.in, configure: fixed bug #1538756: configure dies if bison and flex are not installed -2006-12-21 Maarten Brock +2006-12-29 Maarten Brock * src/z80/gen.c (assignResultValue): fixed bug when registers overlap, with this z80 passes printf float test when enabled diff --git a/as/link/hc08/lkihx.c b/as/link/hc08/lkihx.c index 28c2f500..ff75e931 100644 --- a/as/link/hc08/lkihx.c +++ b/as/link/hc08/lkihx.c @@ -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; } diff --git a/as/link/hc08/lkrloc.c b/as/link/hc08/lkrloc.c index 7aaf0c58..acd9ee99 100644 --- a/as/link/hc08/lkrloc.c +++ b/as/link/hc08/lkrloc.c @@ -536,7 +536,7 @@ VOID relr(VOID) if (lastAreaIndex != aindex) { lastAreaIndex = aindex; - newArea(); + ihxNewArea(); } #if 0 if (extendedAddress != lastExtendedAddress) -- 2.30.2