-
Notifications
You must be signed in to change notification settings - Fork 160
Pull in ARC patches for Binutils, GDB and GCC #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DNM until the following component PRs are merged: |
3529cbe
to
e142939
Compare
This commit pulls in the 32-bit and 64-bit ARC architecture support patches for the Binutils. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
The ARC64 binutils patches have been reworked so that it can be cleanly applied on top of the upstream GDB 12.1 branch without affecting other ARC architectures. This commit updates the ARC64 toolchain configurations to use the binutils Git submodule instead of the local ARC64-specific patch. It also removes the local ARC64-specific binutils patch under the `patches-arc64` directory since it is no longer used. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit pulls in the 32-bit and 64-bit ARC architecture support patches for the GDB. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit enables the GDB build for the ARC64 target because the Zephyr GDB 12.1 branch now includes the support for it. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit pulls in the 32-bit and 64-bit ARC architecture support patches for the GCC. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit pulls in the 32-bit and 64-bit ARC architecture support patches for the Newlib. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This reverts commit 3054f92 since the ARC patches for the GNU toolchains have been merged and the toolchains for it can be built now. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This reverts commit e59c246 since the ARC targets have been re-enabled. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
e142939
to
d8453ea
Compare
The CI test failure is due to the CI workflow running in the base (main) branch context. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Binutils
Issues related to GNU Binutils
area: GCC
Issues related to GCC (GNU Compiler Collection)
area: GDB
Issues related to GDB (GNU Debugger)
area: Newlib
Issues related to Newlib (C Library)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This series pulls in the 32-bit and 64-bit ARC architecture support patches for the Binutils, GDB and GCC.
Closes #496