public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Fix typo in ld manual --enable-non-contiguous-regions example
@ 2023-03-30  0:06 Roland McGrath
  0 siblings, 0 replies; only message in thread
From: Roland McGrath @ 2023-03-30  0:06 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=94ffdb5959fae751c58c1b49a67c16bf0ce0715d

commit 94ffdb5959fae751c58c1b49a67c16bf0ce0715d
Author: Roland McGrath <mcgrathr@google.com>
Date:   Wed Mar 29 17:05:32 2023 -0700

    Fix typo in ld manual --enable-non-contiguous-regions example

Diff:
---
 ld/ld.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ld/ld.texi b/ld/ld.texi
index 736563e1e3e..fe4ec82d673 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -496,7 +496,7 @@ sections are evaluated does not change, for instance:
   SECTIONS @{
     mem1 : @{ *(.data.*); @} > MEM1
     mem2 : @{ *(.data.*); @} > MEM2
-    mem3 : @{ *(.data.*); @} > MEM2
+    mem3 : @{ *(.data.*); @} > MEM3
   @}
 
   with input sections:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-30  0:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30  0:06 [binutils-gdb] Fix typo in ld manual --enable-non-contiguous-regions example Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).