diff options
author | Nick Clifton <nickc@redhat.com> | 2018-11-16 11:35:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-11-16 11:36:08 +0000 |
commit | 81c688d54fdef81c5150ba64f8efa10449093e43 (patch) | |
tree | f991f836293700998bb4bf5932932cb27cbfb12c /ld/ld.texi | |
parent | 2a2c6f530de72ff2794fed1e41979dc3210991b9 (diff) | |
download | gdb-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.texi | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 = |