]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
lib/accelerated: add missing space on pushsection
authorBill Roberts <bill.roberts@arm.com>
Mon, 10 Jun 2024 17:46:09 +0000 (12:46 -0500)
committerBill Roberts <bill.roberts@arm.com>
Mon, 10 Jun 2024 17:47:20 +0000 (12:47 -0500)
Missing a space between pushsection and the section name.

Results in this error:
lib/accelerated/aarch64/aarch64-common.h:109: Error: unknown pseudo-op: `.pushsection.note.gnu.property'

Signed-off-by: Bill Roberts <bill.roberts@arm.com>
lib/accelerated/aarch64/aarch64-common.h

index 1b76b662643e1424bef64d0b6115f54ae14e6622..646808e54e9ac5b0c9069f5de133a55a945cc1b9 100644 (file)
@@ -106,7 +106,7 @@ void register_aarch64_crypto(void);
  */
 #if defined(__ASSEMBLER__)
 #if GNU_PROPERTY_AARCH64_POINTER_AUTH != 0 || GNU_PROPERTY_AARCH64_BTI != 0
-.pushsection.note.gnu.property, "a";
+.pushsection .note.gnu.property, "a";
 .balign 8;
 .long 4;
 .long 0x10;