diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c3cbe25..f8199cf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-10-18 Kai Tietz <ktietz@redhat.com> + + * doc/as.texinfo: Add missing documentation about section flag + exclude. + 2012-10-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * config/tc-hppa.c (pa_get_number): New. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 405bed0..741783a 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -5953,6 +5953,8 @@ section is not loaded writable section @item d data section +@item e +exclude section from linking @item r read-only section @item x |