X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=40cfce153221b8d5fbb121f5a9eb8e71aa1b3115;hb=1181551ef0a9a7f611a3d1130d2b284280882870;hp=88f68a1e34d9075cf6756365e673e953ab84ddf6;hpb=6ec11ab97ab47ec4a22118e5b1c77df567796002;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 88f68a1e34..40cfce1532 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,49 @@ +2017-01-12 Nick Clifton + + * read.c (temp_ilp): New function. Installs a temporary input + line pointer. + (restore_ilp): New function. Restores the original input line + pointer. + * read.h (temp_ilp): Prototype. + (restore_ilp): Prototype. + * stabs.c (dot_func_p): Use bfd_boolean type. + (generate_asm_file): Use temp_ilp and restore_ilp. + (stabs_generate_asm_lineno): Likewise. + (stabs_generate_asm_endfunc): Likewise. + +2017-01-11 Jeremy Soller + + * configure.tgt: Add entry for i386-redox. + +2017-01-10 Nick Clifton + + * po/sv.po: Updated Swedish translation. + +2017-01-10 Tristan Gingold + + * testsuite/gas/all/sleb128-8.d: Adjust test. + * testsuite/gas/all/gas.exp (test_cond): Likewise. + +2017-01-10 Tristan Gingold + + * read.c (emit_leb128_expr): Extended unsigned big number for + sleb128. + * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test. + * testsuite/gas/all/sleb128.d: New test. + * testsuite/gas/all/sleb128.s: New test source. + +2017-01-09 Andrew Waterman + + * config/tc-riscv.c (append_insn): Don't eagerly apply relocations + against constants. + (md_apply_fix): Mark relocations against constants as "done." + +2017-01-09 Andrew Waterman + + * config/tc-riscv.c (append_insn): Don't eagerly apply relocations + against constants. + (md_apply_fix): Mark relocations against constants as "done." + 2017-01-09 Palmer Dabbelt Kito Cheng