Skip to content

inline assembly doesn't document .arm as a guaranteed directive  #1234

Open
@Lokathor

Description

@Lokathor
Contributor

the .thumb directive is in the ARM-specific list of guaranteed directives. If .thumb is, then .arm should also be as well. Otherwise we should tell people to exclusively stick to the .code directive.

cc @Amanieu

Activity

Amanieu

Amanieu commented on Jul 2, 2022

@Amanieu
Member

r=me

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ehuss@Amanieu@Lokathor

        Issue actions

          inline assembly doesn't document `.arm` as a guaranteed directive · Issue #1234 · rust-lang/reference