Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

[dmd-cxx] core.sys.posix.sys.stat: Fix previous SPARC32/Solaris change. #3078

Merged
merged 1 commit into from
Apr 29, 2020
Merged

[dmd-cxx] core.sys.posix.sys.stat: Fix previous SPARC32/Solaris change. #3078

merged 1 commit into from
Apr 29, 2020

Conversation

ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented Apr 29, 2020

(Backport)
The pull had removed the right field, but from the wrong struct

The pull had removed the right field, but from the wrong struct
@ibuclaw ibuclaw added Trivial typos, formatting, comments System Headers labels Apr 29, 2020
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @ibuclaw!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "dmd-cxx + druntime#3078"

@ibuclaw
Copy link
Member Author

ibuclaw commented Apr 29, 2020

Patch on master was merged. Also merging this too.

@ibuclaw ibuclaw merged commit 1e3b064 into dlang:dmd-cxx Apr 29, 2020
@ibuclaw ibuclaw deleted the dmd-cxx-sparc32stat branch April 29, 2020 21:42
farazs-github pushed a commit to MIPS/gcc that referenced this pull request Apr 30, 2020
Corrects a previous change made to the SPARC stdc bindings, and
backports PPC-related fixes.  The library and language testsuite now
passes fully on powerpc64le-linux-gnu.

Fixes: PR d/90719
Fixes: PR d/94825

Reviewed-on: dlang/dmd#11079
	     dlang/druntime#3078
	     dlang/druntime#3083

libphobos/ChangeLog:

	PR d/94825
	* libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Remove
	config/powerpc/switchcontext.S
	* libdruntime/Makefile.in: Regenerate.
	* libdruntime/config/powerpc/callwithstack.S: Remove.
	* libdruntime/config/powerpc/switchcontext.S: Fix symbol name of
	fiber_switchContext.
	* libdruntime/core/thread.d: Disable fiber migration tests on PPC.
	* testsuite/libphobos.thread/fiber_guard_page.d: Set guardPageSize
	same as stackSize.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
System Headers Trivial typos, formatting, comments
Projects
None yet
2 participants