comparison lwlink/lwlink.c @ 184:220a760ec654

Make lwlink display all undefined references instead of bailing after the first one
author lost
date Sat, 21 Mar 2009 17:39:45 +0000
parents 6ebb93b409ba
children b89adfb0d174
comparison
equal deleted inserted replaced
183:302b8db5fd89 184:220a760ec654
38 38
39 int debug_level = 0; 39 int debug_level = 0;
40 int outformat = OUTPUT_DECB; 40 int outformat = OUTPUT_DECB;
41 char *outfile = NULL; 41 char *outfile = NULL;
42 char *scriptfile = NULL; 42 char *scriptfile = NULL;
43 int symerr = 0;
43 44
44 fileinfo_t **inputfiles = NULL; 45 fileinfo_t **inputfiles = NULL;
45 int ninputfiles = 0; 46 int ninputfiles = 0;
46 47
47 int nlibdirs = 0; 48 int nlibdirs = 0;