lkml.org 
[lkml]   [2023]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 1/8] MIPS: asm: Move strings to .rodata.str section
    Well, they are read only.

    Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
    ---
    arch/mips/include/asm/asm.h | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/mips/include/asm/asm.h b/arch/mips/include/asm/asm.h
    index 2e99450f4228..05a158a8920c 100644
    --- a/arch/mips/include/asm/asm.h
    +++ b/arch/mips/include/asm/asm.h
    @@ -94,7 +94,7 @@ symbol: .insn
    symbol = value

    #define TEXT(msg) \
    - .pushsection .data; \
    + .pushsection .rodata.str; \
    8: .asciiz msg; \
    .popsection;

    --
    2.34.1

    \
     
     \ /
      Last update: 2023-10-29 14:47    [W:4.013 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site