diff options
author | Nick Clifton <nickc@redhat.com> | 2020-01-08 17:00:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-01-08 17:00:54 +0000 |
commit | 915808f652b63746052b1ef59403650b45a30e4f (patch) | |
tree | 11418ae10abb1d429bd355d21eb366cb1ac4a398 /gas/ChangeLog | |
parent | f1f28025c3ea75d5368ddd3046461648145b89b3 (diff) | |
download | gdb-915808f652b63746052b1ef59403650b45a30e4f.zip gdb-915808f652b63746052b1ef59403650b45a30e4f.tar.gz gdb-915808f652b63746052b1ef59403650b45a30e4f.tar.bz2 |
Document the fact that the assembler's alignment pseudo-ops can be issued without any argumemtns.
PR 25284
* doc/as.texi (Align): Document the fact that all arguments can be
omitted.
(Balign): Likewise.
(P2align): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 799c591..bed8292 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ 2020-01-08 Nick Clifton <nickc@redhat.com> + PR 25284 + * doc/as.texi (Align): Document the fact that all arguments can be + omitted. + (Balign): Likewise. + (P2align): Likewise. + +2020-01-08 Nick Clifton <nickc@redhat.com> + PR 14891 * config/obj-elf.c (obj_elf_section): Fail if the section name is already defined as a different symbol type. |