Skip to content

.eh_frame section emitted for rust_echo_server.o #1016

Open
rust-lang/rust
#113124
@ojeda

Description

@ojeda
Member
ld.lld: warning <internal>:(.eh_frame) is being placed in ‘.eh_frame’ 

Similar to #1012, but this time, in samples/rust/rust_echo_server.rs in the rust branch.
See: #355.

@nbdd0121

Activity

added
• toolchainRelated to `rustc`, `bindgen`, `rustdoc`, LLVM, Clippy...
on Jun 20, 2023
ojeda

ojeda commented on Jun 21, 2023

@ojeda
MemberAuthor

This is probably the one that Wedson noticed back then, and it is unrelated to the version upgrade -- I am removing the version from the title.

changed the title [-]`.eh_frame` section emitted for `rust_echo_server.o` (`rustc` >= 1.70.0)[/-] [+]`.eh_frame` section emitted for `rust_echo_server.o`[/+] on Jun 21, 2023
added a commit that references this issue on Aug 20, 2023

Auto merge of rust-lang#113124 - nbdd0121:eh_frame, r=cjgillot

ff55fa3
ojeda

ojeda commented on Aug 20, 2023

@ojeda
MemberAuthor

Fix merged for Rust 1.73.0. Thanks @nbdd0121! I will test it with a future nightly to see if it fixes it.

added a commit that references this issue on Aug 21, 2023
06d06e7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    • toolchainRelated to `rustc`, `bindgen`, `rustdoc`, LLVM, Clippy...

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @ojeda

      Issue actions

        `.eh_frame` section emitted for `rust_echo_server.o` · Issue #1016 · Rust-for-Linux/linux