Changeset e5165d2 in rtems-tools
- Timestamp:
- 08/09/14 12:32:50 (8 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 40fd7a0
- Parents:
- 097f1fd
- git-author:
- Peng Fan <Peng.Fan@…> (08/09/14 12:32:50)
- git-committer:
- Chris Johns <chrisj@…> (08/31/14 23:59:01)
- Location:
- linkers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
linkers/rtems-ld.cpp
r097f1fd re5165d2 200 200 while (true) 201 201 { 202 int opt = ::getopt_long (argc, argv, "hvwVMn b:E:o:O:L:l:a:c:e:d:u:C:W:R:P", rld_opts, NULL);202 int opt = ::getopt_long (argc, argv, "hvwVMnsSb:E:o:O:L:l:a:c:e:d:u:C:W:R:P:", rld_opts, NULL); 203 203 if (opt < 0) 204 204 break; -
linkers/rtems-ra.cpp
r097f1fd re5165d2 178 178 while (true) 179 179 { 180 int opt = ::getopt_long (argc, argv, "hVvnS :a:p:L:l:o:C:E:c:R:W:A:r:d", rld_opts, NULL);180 int opt = ::getopt_long (argc, argv, "hVvnSa:p:L:l:o:C:E:c:R:W:A:r:d:", rld_opts, NULL); 181 181 if (opt < 0) 182 182 break; -
linkers/rtems-rapper.cpp
r097f1fd re5165d2 1165 1165 while (true) 1166 1166 { 1167 int opt = ::getopt_long (argc, argv, "hvVnaH lsSroxf", rld_opts, NULL);1167 int opt = ::getopt_long (argc, argv, "hvVnaHmlsSroxf", rld_opts, NULL); 1168 1168 if (opt < 0) 1169 1169 break;
Note: See TracChangeset
for help on using the changeset viewer.