Windows-on-ARM-Experiments / gcc-woarm64

Fork of gcc containing fixes for Windows on ARM64.
GNU General Public License v2.0
8 stars 1 forks source link

RFC: Follow up: "Fix undefined references in mingw gthr #7" #5

Closed Blackhex closed 6 months ago

Blackhex commented 9 months ago

Originally this PR was fixing undefined reference to __gthr-win32-self, __gthr-win32-join, and __gthr-win32-create. It also unified the affected section with the code style of the corresponding x86_64-*-*-mingw* section.

Now, when the actual fix was merged as #7, this PR contains only the changes that unifies the code with x86_64, it's should rather serve as RFC whether such unification is desired?

Blackhex commented 6 months ago

Will be part of https://github.com/Windows-on-ARM-Experiments/gcc-woarm64/pull/14, closing.