* src/pic16/ralloc.c (packRegsForAccUse): disabled functions with #if to eliminate...
[fw/sdcc] / as / hc08 / lkrloc.c
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)
                {