]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typos in the linker's documentation of the --enable-non-contiguous-regions option.
authorNick Clifton <nickc@redhat.com>
Wed, 12 Apr 2023 08:54:48 +0000 (09:54 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 12 Apr 2023 08:54:48 +0000 (09:54 +0100)
ld/ChangeLog
ld/ld.texi

index 698b3ea4c11979616810e48e50e0ff8652cd2daa..7d42a3e663a6da499a9e2d7383ba709389c79b1c 100644 (file)
@@ -1,3 +1,8 @@
+2023-04-12  Nick Clifton  <nickc@redhat.com>
+
+       * ld.texi (--enable-non-contiguous-regions): Fix typos in script
+       example.
+
 2023-03-15  Nick Clifton  <nickc@redhat.com>
 
        PR 30187
index fe4ec82d673b3efc0b410d8b7f4181c8822d4422..1f0478b175c5a326cd28dd030ea6422611ba762d 100644 (file)
@@ -489,9 +489,9 @@ sections are evaluated does not change, for instance:
 
 @smallexample
   MEMORY @{
-    MEM1 (rwx) : ORIGIN : 0x1000, LENGTH = 0x14
-    MEM2 (rwx) : ORIGIN : 0x1000, LENGTH = 0x40
-    MEM3 (rwx) : ORIGIN : 0x2000, LENGTH = 0x40
+    MEM1 (rwx) : ORIGIN = 0x1000, LENGTH = 0x14
+    MEM2 (rwx) : ORIGIN = 0x1000, LENGTH = 0x40
+    MEM3 (rwx) : ORIGIN = 0x2000, LENGTH = 0x40
   @}
   SECTIONS @{
     mem1 : @{ *(.data.*); @} > MEM1