From 873e68c1cd14dfce46868acaa6e8a43139e28a13 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 17 May 2002 15:08:13 +0000 Subject: [PATCH] Add one more instance of .rodata --- doc/nasmdoc.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 33a2f20..544f2ec 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -4030,8 +4030,8 @@ qualifiers are: \c section .bss nobits alloc noexec write align=4 \c section other progbits alloc noexec nowrite align=1 -(Any section name other than \c{.text}, \c{.data} and \c{.bss} is -treated by default like \c{other} in the above code.) +(Any section name other than \c{.text}, \c{.rodata}, \c{.data} and +\c{.bss} is treated by default like \c{other} in the above code.) \S{elfwrt} \i{Position-Independent Code}\I{PIC}: \c{elf} Special -- 2.7.4