X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=gas%2FChangeLog;h=bed8292aff09b558a2df09cf9babc183aefd6240;hb=915808f652b63746052b1ef59403650b45a30e4f;hp=5a16b9144aaa2ec23f04b2aeaca3155ba1825946;hpb=16d87673993dc1dba10cd86996a9b016af38da12;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 5a16b9144a..bed8292aff 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,33 @@ +2020-01-08 Nick Clifton + + PR 25284 + * doc/as.texi (Align): Document the fact that all arguments can be + omitted. + (Balign): Likewise. + (P2align): Likewise. + +2020-01-08 Nick Clifton + + PR 14891 + * config/obj-elf.c (obj_elf_section): Fail if the section name is + already defined as a different symbol type. + * testsuite/gas/elf/pr14891.s: New test source file. + * testsuite/gas/elf/pr14891.d: New test driver. + * testsuite/gas/elf/pr14891.s: New test expected error output. + * testsuite/gas/elf/elf.exp: Run the new test. + +2020-01-08 Alan Modra + + * config/tc-z8k.c (md_begin): Make idx unsigned. + (get_specific): Likewise for this_index. + +2020-01-07 Claudiu Zissulescu + + * onfig/tc-arc.c (parse_reloc_symbol): New function. + (tokenize_arguments): Clean up, use parse_reloc_symbol function. + (md_operand): Set X_md to absent. + (arc_parse_name): Check for X_md. + 2020-01-03 Sergey Belyashov PR 25311