* as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 31 Oct 2003 17:56:59 +0000 (17:56 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 31 Oct 2003 17:56:59 +0000 (17:56 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2977 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
as/hc08/lkrloc.c

index 3eb5c39cada2b048a63f6613c81fc8a12b1ab8d2..f92356a1e208d805ce0a08e661ed8ad5310503c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-31 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+       
+       * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
+
 2003-10-31 Klaus Flittner <klaus_flittner@gmx.de>
 
        * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
index 8ff6ce5f4a8e0e8dfd6fbf3665ca0b261690c239..4fb276c46f16ad375ff01d7ce6e42c906d0ac03e 100644 (file)
@@ -515,8 +515,7 @@ relr()
 
        /* JLH: output only if data (beyond two byte address) */
        if ((oflag == 1) && (rtcnt > 2)) {
-#if 0
-               int extendedAddress = (a[aindex]->a_addr >> 16) & 0xffff;
+               // int extendedAddress = (a[aindex]->a_addr >> 16) & 0xffff;
                
                /* Boy, is this a hack: for ABS sections, the
                 * base address is stored as zero, and the T records
@@ -542,7 +541,7 @@ relr()
                        lastAreaIndex = aindex;
                        newArea();
                }
-               
+#if 0          
                if (extendedAddress != lastExtendedAddress)
                {