]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: libgcc: Cleanup ELF marking in asm
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 29 Jan 2024 09:30:50 +0000 (09:30 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 1 Feb 2024 09:10:23 +0000 (09:10 +0000)
commitd85c17a2b628b7e783716ac376bdb60ddc2afb9a
treea5977df89cb8e8e99dad2cdc0396f9dc281f6d70
parentceb242f5302027c44a7dca86c344863004b6fec4
aarch64: libgcc: Cleanup ELF marking in asm

Use aarch64-asm.h in asm code consistently, this was started in

  commit c608ada288ced0268bbbbc1fd4136f56c34b24d4
  Author:     Zac Walker <zacwalker@microsoft.com>
  CommitDate: 2024-01-23 15:32:30 +0000

  Ifdef `.hidden`, `.type`, and `.size` pseudo-ops for `aarch64-w64-mingw32` target

But that commit failed to remove some existing markings from asm files,
which means some objects got double marked with gnu property notes.

libgcc/ChangeLog:

* config/aarch64/crti.S: Remove stack marking.
* config/aarch64/crtn.S: Remove stack marking, include aarch64-asm.h
* config/aarch64/lse.S: Remove stack and GNU property markings.
libgcc/config/aarch64/crti.S
libgcc/config/aarch64/crtn.S
libgcc/config/aarch64/lse.S