diff options
author | Nick Clifton <nickc@redhat.com> | 2021-10-01 16:44:10 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-10-01 16:44:10 +0100 |
commit | dd6f2df79d002a1f76b38d75732f7b3534c2df4a (patch) | |
tree | 146aa8f8a99233affc0b597e1e55e3f0144d4a72 | |
parent | b4c919f75256a8f2263950ce2f970ba40d279b57 (diff) | |
download | gdb-dd6f2df79d002a1f76b38d75732f7b3534c2df4a.zip gdb-dd6f2df79d002a1f76b38d75732f7b3534c2df4a.tar.gz gdb-dd6f2df79d002a1f76b38d75732f7b3534c2df4a.tar.bz2 |
Fix mistake in RX assembler documentation (special section names)
-rw-r--r-- | gas/doc/c-rx.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-rx.texi b/gas/doc/c-rx.texi index 14f3d7f..7882277 100644 --- a/gas/doc/c-rx.texi +++ b/gas/doc/c-rx.texi @@ -65,8 +65,8 @@ initialised data (.data) and uninitialised data sections (.bss). @cindex @samp{-muse-renesas-section-names} @item -muse-renesas-section-names -This option controls the default names given to the code (.P), -initialised data (.D_1) and uninitialised data sections (.B_1). +This option controls the default names given to the code (P), +initialised data (D_1) and uninitialised data sections (B_1). This is the default. @cindex @samp{-msmall-data-limit} |