OSDN Git Service

fix regression in access to optopt object
authorRich Felker <dalias@aerifal.cx>
Mon, 19 Nov 2018 18:11:56 +0000 (13:11 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 19 Nov 2018 18:20:41 +0000 (13:20 -0500)
commit39ef612aa193cc6e954ac5a01574300ccd4b7ef9
tree5719522da2b5633822f3725d8de929269362ed66
parent122d67f846cb0be2c9e1c3880db9eb9545bbe38c
fix regression in access to optopt object

commit b9410061e2ad6fe91bb3910c3adc7d4a315b7ce9 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).
dynamic.list