Event Timeline
Comment Actions
I believe this has been addressed by the following and its siblings, so am going to archive this.
r501438 | gerald | 2019-05-12 19:17:09 +0000 (So., 12 Mai 2019) | 44 lines
Forward port r499061 | gerald | 2019-04-15 from lang/gcc8 and gcc8-devel:
GCC has two runtime libraries: The static library libgcc.a (-lgcc) and the shared library libgcc_s.so (-lgcc_s). Both implement many of the same functions but they also each have their unique functions. When GCC links programs and libraries there are three possibilities: