diff options
author | Nick Clifton <nickc@redhat.com> | 2015-04-30 10:13:53 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-04-30 10:13:53 +0100 |
commit | 7ce98c164ed42df085c1b3e08c5261e02320149b (patch) | |
tree | f5c3398002be6f92168df01a0e05974e27a77a2a /gas/ChangeLog | |
parent | 5fccc63539a111f4087522316819cc8a4b28c6b0 (diff) | |
download | gdb-7ce98c164ed42df085c1b3e08c5261e02320149b.zip gdb-7ce98c164ed42df085c1b3e08c5261e02320149b.tar.gz gdb-7ce98c164ed42df085c1b3e08c5261e02320149b.tar.bz2 |
Adds documentation of GAS's .zero directive.
PR gas/18353
* doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9ba6648..062e13d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2015-04-30 Nick Clifton <nickc@redhat.com> + + PR gas/18353 + * doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op. + 2015-04-29 Nick Clifton <nickc@redhat.com> PR 18256 |