aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-11-16 11:35:24 +0000
committerNick Clifton <nickc@redhat.com>2018-11-16 11:36:08 +0000
commit81c688d54fdef81c5150ba64f8efa10449093e43 (patch)
treef991f836293700998bb4bf5932932cb27cbfb12c /ld/ld.texi
parent2a2c6f530de72ff2794fed1e41979dc3210991b9 (diff)
downloadgdb-81c688d54fdef81c5150ba64f8efa10449093e43.zip
gdb-81c688d54fdef81c5150ba64f8efa10449093e43.tar.gz
gdb-81c688d54fdef81c5150ba64f8efa10449093e43.tar.bz2
(Another) Updated Spanish translation for the ld subdirectory.
* po/es.po: Updated Spanish translation.
Diffstat (limited to 'ld/ld.texi')
-rw-r--r--ld/ld.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/ld/ld.texi b/ld/ld.texi
index 4c52ba6..985c591 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -5357,11 +5357,14 @@ Same as @samp{I}
Invert the sense of any of the attributes that follow
@end table
-If a unmapped section matches any of the listed attributes other than
+If an unmapped section matches any of the listed attributes other than
@samp{!}, it will be placed in the memory region. The @samp{!}
-attribute reverses this test, so that an unmapped section will be placed
-in the memory region only if it does not match any of the listed
-attributes.
+attribute reverses the test for the characters that follow, so that an
+unmapped section will be placed in the memory region only if it does
+not match any of the attributes listed afterwards. Thus an attribute
+string of @samp{RW!X} will match any unmapped section that has either
+or both of the @samp{R} and @samp{W} attributes, but only as long as
+the section does not also have the @samp{X} attribute.
@kindex ORIGIN =
@kindex o =