diff options
author | Nick Clifton <nickc@redhat.com> | 2017-03-20 16:57:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-03-20 16:57:07 +0000 |
commit | e406e428dfe9d64e3be0b7a3c1c97c09edc5bdba (patch) | |
tree | ae2aef23095103a7d2142de78860688c2f6ae67f /gas/ChangeLog | |
parent | dcb84eda0c5f25835251a311c4d6704e70cfa498 (diff) | |
download | gdb-e406e428dfe9d64e3be0b7a3c1c97c09edc5bdba.zip gdb-e406e428dfe9d64e3be0b7a3c1c97c09edc5bdba.tar.gz gdb-e406e428dfe9d64e3be0b7a3c1c97c09edc5bdba.tar.bz2 |
Update descriptions of the .2byte, .4byte and .8byte directives.
* doc/as.texinfo (2byte): Note that if no expressions are present
the directive does nothing. Emphasize that the output is
unaligned, and that this can have an effect on the relocations
generated.
(4byte): Simplify description. Refer back to the 2byte
description.
(8byte): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6541eab..0d723bb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2017-03-20 Nick Clifton <nickc@redhat.com> + + * doc/as.texinfo (2byte): Note that if no expressions are present + the directive does nothing. Emphasize that the output is + unaligned, and that this can have an effect on the relocations + generated. + (4byte): Simplify description. Refer back to the 2byte + description. + (8byte): Likewise. + 2017-03-20 Richard Earnshaw <rearnsha@arm.com> * config/tc-arm.c (arm_fpus): Note entires that should not be |