Skip to content
  • Rich Felker's avatar
    fix regression in access to optopt object · 39ef612a
    Rich Felker authored
    commit b9410061 inadvertently omitted
    optopt from the "dynamic list", causing it to be split into separate
    objects that don't share their value if the main program contains a
    copy relocation for it (for non-PIE executables that access it, and
    some PIE ones, depending on arch and toolchain versions/options).
    39ef612a