Prevent internal assembler errors if a stabs creation function builds an badly format...
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2017-01-12 Nick Clifton <nickc@redhat.com>
2
3 * read.c (temp_ilp): New function. Installs a temporary input
4 line pointer.
5 (restore_ilp): New function. Restores the original input line
6 pointer.
7 * read.h (temp_ilp): Prototype.
8 (restore_ilp): Prototype.
9 * stabs.c (dot_func_p): Use bfd_boolean type.
10 (generate_asm_file): Use temp_ilp and restore_ilp.
11 (stabs_generate_asm_lineno): Likewise.
12 (stabs_generate_asm_endfunc): Likewise.
13
14 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
15
16 * configure.tgt: Add entry for i386-redox.
17
18 2017-01-10 Nick Clifton <nickc@redhat.com>
19
20 * po/sv.po: Updated Swedish translation.
21
22 2017-01-10 Tristan Gingold <gingold@adacore.com>
23
24 * testsuite/gas/all/sleb128-8.d: Adjust test.
25 * testsuite/gas/all/gas.exp (test_cond): Likewise.
26
27 2017-01-10 Tristan Gingold <gingold@adacore.com>
28
29 * read.c (emit_leb128_expr): Extended unsigned big number for
30 sleb128.
31 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
32 * testsuite/gas/all/sleb128.d: New test.
33 * testsuite/gas/all/sleb128.s: New test source.
34
35 2017-01-09 Andrew Waterman <andrew@sifive.com>
36
37 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
38 against constants.
39 (md_apply_fix): Mark relocations against constants as "done."
40
41 2017-01-09 Andrew Waterman <andrew@sifive.com>
42
43 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
44 against constants.
45 (md_apply_fix): Mark relocations against constants as "done."
46
47 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
48 Kito Cheng <kito.cheng@gmail.com>
49
50 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
51 Removed.
52 (SDATA_START_SYMBOLS): Likewise.
53
54 2017-01-09 Nick Clifton <nickc@redhat.com>
55
56 * po/sv.po: New Swedish translation.
57 * configure.ac (ALL_LINGUAS): Add sv.
58 * configure: Regenerate.
59
60 2017-01-09 Andrew Waterman <andrew@sifive.com>
61
62 * config/tc-riscv.c (relaxed_branch_length): Use the long
63 sequence when the target is a weak symbol.
64
65 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
66
67 * config/tc-aarch64.c (aarch64_features): Add rcpc.
68 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
69 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
70 * testsuite/gas/aarch64/ldst-rcpc.d: This.
71 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
72 * testsuite/gas/aarch64/ldst-rcpc.s: This.
73 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
74
75 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
76
77 PR gas/20992
78 * configure.tgt: Treat sparcv9 as sparc64.
79
80 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
81
82 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
83 extension.
84 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
85 enabled and no other ABI is specified.
86
87 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
88
89 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
90 valueT, as declared in tc.h.
91 (md_apply_fix): Fix to work on 32-bit hosts.
92
93 2017-01-02 Alan Modra <amodra@gmail.com>
94
95 Update year range in copyright notice of all files.
96
97 For older changes see ChangeLog-2016
98 \f
99 Copyright (C) 2017 Free Software Foundation, Inc.
100
101 Copying and distribution of this file, with or without modification,
102 are permitted in any medium without royalty provided the copyright
103 notice and this notice are preserved.
104
105 Local Variables:
106 mode: change-log
107 left-margin: 8
108 fill-column: 74
109 version-control: never
110 End:
This page took 0.046091 seconds and 5 git commands to generate.