]> git.sur5r.net Git - cc65/blobdiff - src/ld65/global.h
New module strstack
[cc65] / src / ld65 / global.h
index 288a9d917b721ff8cc98b2d372d7b6982da51751..b3cf4502018ce3005d37cc2d5b336981d617cb49 100644 (file)
@@ -1,15 +1,15 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                global.h                                  */
+/*                                global.h                                  */
 /*                                                                           */
-/*                  Global variables for the ld65 linker                    */
+/*                  Global variables for the ld65 linker                    */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 1998-2003 Ullrich von Bassewitz                                       */
+/*               Römerstrasse 52                                             */
+/*               D-70794 Filderstadt                                         */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 
 extern const char*     OutputName;     /* Name of output file */
 
+extern unsigned         ModuleId;       /* Id for o65 module */
+
+extern unsigned char    HaveStartAddr;  /* True if start address was given */
 extern unsigned long   StartAddr;      /* Start address */
 
 extern unsigned char   VerboseMap;     /* Verbose map file */
 extern const char*     MapFileName;    /* Name of the map file */
 extern const char*     LabelFileName;  /* Name of the label file */
-extern unsigned char           WProtSegs;      /* Mark write protected segments */
+extern const char*      DbgFileName;    /* Name of the debug file */