the version script is:

ADEQUATE_TEST {
  global: *;
};

and undef.c, which is linked against the first build with versioning is:

extern void this_symbol_might_be_undefined(void);

int main(int argc, char **argv)
{
        this_symbol_might_be_undefined();
        return 0;
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1764701

Title:
  produces broken binary: Inconsistency detected by ld.so [regression
  gcc-7 7.3.0-15ubuntu2 => 7.3.0-16ubuntu2]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-7/+bug/1764701/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to