comparison src/main.c @ 307:87c4e65074f0

Actually allow script file to be specified and fix segfault on parsing script file
author lost
date Fri, 23 Jan 2009 04:53:01 +0000
parents 13272197d278
children
comparison
equal deleted inserted replaced
306:be1abc4ac114 307:87c4e65074f0
104 "Select output format: decb, raw, obj"}, 104 "Select output format: decb, raw, obj"},
105 { "decb", 'b', 0, 0, 105 { "decb", 'b', 0, 0,
106 "Generate DECB .bin format output, equivalent of --format=decb"}, 106 "Generate DECB .bin format output, equivalent of --format=decb"},
107 { "raw", 'r', 0, 0, 107 { "raw", 'r', 0, 0,
108 "Generate raw binary format output, equivalent of --format=raw"}, 108 "Generate raw binary format output, equivalent of --format=raw"},
109 { "script", 's', 0, 0, 109 { "script", 's', "FILE", 0,
110 "Specify the linking script (overrides the build in defaults)"}, 110 "Specify the linking script (overrides the build in defaults)"},
111 { 0 } 111 { 0 }
112 }; 112 };
113 113
114 static struct argp argp = 114 static struct argp argp =