home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12299 < prev    next >
Encoding:
Text File  |  1993-01-21  |  929 b   |  29 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!think.com!cass.ma02.bull.com!mips2!claude.ma30.bull.com!bchiou
  3. From: bchiou@claude.ma30.bull.com (Bensen Chiou)
  4. Subject: c_common generated by C compiler
  5. Organization: Bull HN Information Systems Inc.
  6. Distribution: usa
  7. Date: Thu, 21 Jan 1993 15:15:12 GMT
  8. Message-ID: <1993Jan21.151512.15543@mips2.ma30.bull.com>
  9. Originator: bchiou@claude.ma30.bull.com
  10. Sender: news@mips2.ma30.bull.com (Usenet News Manager)
  11. Lines: 16
  12.  
  13. Hi,
  14.  
  15. I am hoping you can give me an idea about the following "puzzle":
  16.  
  17. I am working on a DOS program by using ver 6.0 Microsoft C compiler
  18. and version 5.10 Segmented-Excutable Linker.
  19. The Linker produced a map file indicating a 34k for a BSS item
  20. called c_common.
  21.  
  22. I like to know what this BSS item is for, and how I can reduce it.
  23. Due to this large item, there is no much space left in the 64K default
  24. data segment.
  25.  
  26. Thank you very much.
  27.  
  28. Bensen Chiou.
  29.