]> git.gag.com Git - fw/sdcc/blobdiff - as/link/aslink.h
* as/link/aslink.h,
[fw/sdcc] / as / link / aslink.h
index b3d0adfa2762b0fe3d260c01ea2a499e2645aef8..26be3fd3bf5bc5c3b193126e25ab6db6240d44c1 100644 (file)
@@ -278,8 +278,10 @@ struct  area
         Addr_T  a_size;         /* Total size of the area */
         Addr_T  a_unaloc;       /* Total number of unallocated bytes, for error reporting */
         char    a_type;         /* Area subtype */
-        char    a_flag;         /* Flag byte */
+        int     a_flag;         /* Flag byte */
         char    a_id[NCPS];     /* Name */
+        char    *a_image;       /* Something for hc08/lkelf */
+        char    *a_used;        /* Something for hc08/lkelf */
 };
 
 /*
@@ -801,7 +803,7 @@ extern  VOID            s19();
 /* lkihx.c */
 extern  VOID            ihx();
 extern  VOID            ihxEntendedLinearAddress(Addr_T);
-extern  VOID            newArea();
+extern  VOID            ihxNewArea();
 
 /* lkstore.c */
 extern  char *          StoreString( char *str );