diff options
author | Nick Clifton <nickc@redhat.com> | 2010-08-31 10:26:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-08-31 10:26:11 +0000 |
commit | c09e9a8c9e877ce5f2a4d279d567caa32e558b9d (patch) | |
tree | c15b37a11df800bdc1718742789f7c8fab1bfb5c | |
parent | 91952a0680337a97f30637955148946e0681d6f6 (diff) | |
download | gdb-c09e9a8c9e877ce5f2a4d279d567caa32e558b9d.zip gdb-c09e9a8c9e877ce5f2a4d279d567caa32e558b9d.tar.gz gdb-c09e9a8c9e877ce5f2a4d279d567caa32e558b9d.tar.bz2 |
* ld.texinfo (MEMORY): Clarify the behaviour of the ! character in
a region's attributes.
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/ld.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 24cf64c..be5ee3e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2010-08-31 Nick Clifton <nickc@redhat.com> + + * ld.texinfo (MEMORY): Clarify the behaviour of the ! character in + a region's attributes. + 2010-08-31 Alan Modra <amodra@gmail.com> * scripttempl/mmo.sc: Move assignment to "Main" inside .text diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 7470c53..a3d8b9a 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -4643,7 +4643,7 @@ Initialized section @item L Same as @samp{I} @item ! -Invert the sense of any of the preceding attributes +Invert the sense of any of the attributes that follow @end table If a unmapped section matches any of the listed attributes other than |