diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-02-19 18:17:33 +0000 |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-02-19 18:17:33 +0000 |
commit | 95052725115953bb19bdef16b6410c8393eaa19c (patch) | |
tree | df172dddae256b7e0985945aa1b8d98330ace1e5 /Python/thread_os2.h | |
parent | 653809c1228031b469c4a53afdf6248033c27e3e (diff) | |
download | cpython-git-95052725115953bb19bdef16b6410c8393eaa19c.tar.gz |
Revert SF patch #103655. Martin Löwis says:
-shared does the following things:
- invoke the linker with -G -dy -z text (the latter only if
-mimpure-text was not given)
- drop crt1.o from the list of objects being linked
- drop -lc from the list of libraries being linked
OTOH, -G is just passed through to the linker.
The things that -shared does are necessary: crt1.o defines _start, and
requires main, so it should not be present in a shared library.
Likewise, -z text should be used to detect position-dependent code at
compile time.
Diffstat (limited to 'Python/thread_os2.h')
0 files changed, 0 insertions, 0 deletions