I'm using gcc on 64-bit Raspberry Pi OS. It gives me doubleword alignment for text strings:
.text
.section .rodata
.align 3
.LC0:
.string "Enter one character: "
.LC1:
.string "You entered: "
.align 2
.global main
.type main, %function
main: