Changeset 3fab1f5 in rtems-tools


Ignore:
Timestamp:
01/10/19 01:40:52 (5 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, master
Children:
66c0e33
Parents:
e846257
Message:

linkers: Fix the -O option handling in rtems-execinfo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linkers/rtems-exeinfo.cpp

    re846257 r3fab1f5  
    758758  { "init",        no_argument,            NULL,           'I' },
    759759  { "fini",        no_argument,            NULL,           'F' },
     760  { "objects",     no_argument,            NULL,           'O' },
    760761  { "inlined",     no_argument,            NULL,           'i' },
    761762  { "dwarf",       no_argument,            NULL,           'D' },
     
    849850    while (true)
    850851    {
    851       int opt = ::getopt_long (argc, argv, "hvVMaSIFiD", rld_opts, NULL);
     852      int opt = ::getopt_long (argc, argv, "hvVMaSIFOiD", rld_opts, NULL);
    852853      if (opt < 0)
    853854        break;
Note: See TracChangeset for help on using the changeset viewer.