comparison lwlink/lwlink.h @ 248:e8d70b95ec41 2.x

Fixed various problems with determining which files to include in the output and also fixed problem identifying which files actually resolved symbols
author lost
date Sun, 22 Nov 2009 05:46:31 +0000
parents f9f01a499525
children
comparison
equal deleted inserted replaced
247:d8b5ff5c4ef9 248:e8d70b95ec41
79 section_t *sections; 79 section_t *sections;
80 int nsections; 80 int nsections;
81 int islib; // set to true if the file is a "-l" option 81 int islib; // set to true if the file is a "-l" option
82 82
83 int forced; // set to true if the file is a "forced" include 83 int forced; // set to true if the file is a "forced" include
84 int resolves; // set to true if the file resolves a symbol
84 85
85 // "sub" files (like in archives or libraries) 86 // "sub" files (like in archives or libraries)
86 int nsubs; 87 int nsubs;
87 fileinfo_t **subs; 88 fileinfo_t **subs;
88 fileinfo_t *parent; 89 fileinfo_t *parent;