Skip to content
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

set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target #53139

Merged
merged 1 commit into from
Aug 7, 2018

Conversation

danc86
Copy link
Contributor

@danc86 danc86 commented Aug 7, 2018

Same as the other embedded targets, see:
#49728

This is a temporary workaround for #44993.

Same as the other embedded targets, see:
rust-lang#49728

This is a temporary workaround for rust-lang#44993.
@rust-highfive
Copy link
Collaborator

r? @petrochenkov

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 7, 2018
@petrochenkov
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Aug 7, 2018

📌 Commit ce1def1 has been approved by petrochenkov

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 7, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Aug 7, 2018
…ochenkov

set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target

Same as the other embedded targets, see:
rust-lang#49728

This is a temporary workaround for rust-lang#44993.
bors added a commit that referenced this pull request Aug 7, 2018
Rollup of 10 pull requests

Successful merges:

 - #52885 (Remove some unused method arguments from typeck)
 - #52886 (cleanup: Remove `Def::GlobalAsm`)
 - #53028 (Building librustc_codegen_llvm in a separate directory)
 - #53052 (fixed broken links to char)
 - #53060 (Change rustdoc style so fully qualified name does not overlap src link)
 - #53068 (Rename Executor trait to Spawn)
 - #53093 (Enable macros to pass $:literal to another macro)
 - #53107 (Remove references to `StaticMutex` which got removed a while ago)
 - #53135 (Rust 2018: Disable catch_expr, not targeted for 2018 edition)
 - #53139 (set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target)
@bors bors merged commit ce1def1 into rust-lang:master Aug 7, 2018
danc86 added a commit to danc86/riscv-rt that referenced this pull request Aug 10, 2018
This is no longer necessary now that we can configure the target to
exclude the .debug_gdb_scripts section.
See: rust-lang/rust#53139
danc86 added a commit to danc86/riscv-rt that referenced this pull request Aug 13, 2018
This is no longer necessary now that we can configure the target to
exclude the .debug_gdb_scripts section.
See: rust-lang/rust#53139
danc86 added a commit to danc86/riscv-rt that referenced this pull request Aug 15, 2018
This is no longer necessary now that we can configure the target to
exclude the .debug_gdb_scripts section.
See: rust-lang/rust#53139
romancardenas pushed a commit to rust-embedded/riscv that referenced this pull request Nov 17, 2023
This is no longer necessary now that we can configure the target to
exclude the .debug_gdb_scripts section.
See: rust-lang/rust#53139
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants