diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-17 15:08:13 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-17 15:08:13 +0000 |
commit | 873e68c1cd14dfce46868acaa6e8a43139e28a13 (patch) | |
tree | b083024d1fde03978b9ebf7211e8db0029a83597 /doc | |
parent | 7da2ba3dcda95e80d9d7dca453673b44506eb811 (diff) | |
download | nasm-873e68c1cd14dfce46868acaa6e8a43139e28a13.tar.gz nasm-873e68c1cd14dfce46868acaa6e8a43139e28a13.tar.bz2 nasm-873e68c1cd14dfce46868acaa6e8a43139e28a13.zip |
Add one more instance of .rodata
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 4 |
1 files 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 |