]> Shamusworld >> Repos - rmac/blobdiff - object.c
Added DSM directive for 56001 mode (and not only). Updated doc. Condensed usage message.
[rmac] / object.c
index 24c285ca77b2850cf1eaa192ae81a77818567079..395526e0ff1259c18753d2268255ab941571634d 100644 (file)
--- a/object.c
+++ b/object.c
@@ -314,7 +314,6 @@ uint32_t DepositELFSymbol(uint8_t * ptr, uint32_t name, uint32_t addr, uint32_t
 //
 int WriteObject(int fd)
 {
-       LONG t;                                 // Scratch long
        LONG tds;                               // TEXT & DATA segment size
        int i;                                  // Temporary int
        CHUNK * cp;                             // Chunk (for gather)
@@ -484,6 +483,9 @@ int WriteObject(int fd)
                        sy_assign(buf + HDRSIZE + tds, AddSymEntry);
                        chptr = buf + 0x0E;                     // Point to symbol table size entry
                        D_long(symsize);
+
+                       if (verb_flag)
+                               printf("Symbol table: %d bytes\n", symsize);
                }
 
                // Write out the header + text & data + symbol table (if any)