Catch gas exit-via-signal
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2017-01-18 Nathan Sidwell <nathan@acm.org>
2
3 * as.h (gas_assert): Use abort.
4 (as_assert): Remove.
5 (signal_init): Declare.
6 * as.c (main): Call signal_init.
7 * messages.c: #include <signal.h>
8 (as_assert): Delete.
9 (as_abort): Allow NULL FILE.
10 (signal_crash): New.
11 (signal_init): Register fatal signal handlers.
12 * configure.ac: Check for strsignal.
13 * config.in: Rebuilt.
14 * configure: Rebuilt.
15
16 2017-01-17 Nick Clifton <nickc@redhat.com>
17
18 * po/sv.po: Updated Swedish translation.
19
20 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
21
22 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
23 (cpu_noarch): Add noavx512_vpopcntdq.
24 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
25 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
26 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
27 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
28 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
29 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
30 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
31 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
32
33 2017-01-12 Nick Clifton <nickc@redhat.com>
34
35 * read.c (temp_ilp): New function. Installs a temporary input
36 line pointer.
37 (restore_ilp): New function. Restores the original input line
38 pointer.
39 * read.h (temp_ilp): Prototype.
40 (restore_ilp): Prototype.
41 * stabs.c (dot_func_p): Use bfd_boolean type.
42 (generate_asm_file): Use temp_ilp and restore_ilp.
43 (stabs_generate_asm_lineno): Likewise.
44 (stabs_generate_asm_endfunc): Likewise.
45
46 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
47
48 * configure.tgt: Add entry for i386-redox.
49
50 2017-01-10 Nick Clifton <nickc@redhat.com>
51
52 * po/sv.po: Updated Swedish translation.
53
54 2017-01-10 Tristan Gingold <gingold@adacore.com>
55
56 * testsuite/gas/all/sleb128-8.d: Adjust test.
57 * testsuite/gas/all/gas.exp (test_cond): Likewise.
58
59 2017-01-10 Tristan Gingold <gingold@adacore.com>
60
61 * read.c (emit_leb128_expr): Extended unsigned big number for
62 sleb128.
63 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
64 * testsuite/gas/all/sleb128.d: New test.
65 * testsuite/gas/all/sleb128.s: New test source.
66
67 2017-01-09 Andrew Waterman <andrew@sifive.com>
68
69 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
70 against constants.
71 (md_apply_fix): Mark relocations against constants as "done."
72
73 2017-01-09 Andrew Waterman <andrew@sifive.com>
74
75 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
76 against constants.
77 (md_apply_fix): Mark relocations against constants as "done."
78
79 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
80 Kito Cheng <kito.cheng@gmail.com>
81
82 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
83 Removed.
84 (SDATA_START_SYMBOLS): Likewise.
85
86 2017-01-09 Nick Clifton <nickc@redhat.com>
87
88 * po/sv.po: New Swedish translation.
89 * configure.ac (ALL_LINGUAS): Add sv.
90 * configure: Regenerate.
91
92 2017-01-09 Andrew Waterman <andrew@sifive.com>
93
94 * config/tc-riscv.c (relaxed_branch_length): Use the long
95 sequence when the target is a weak symbol.
96
97 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
98
99 * config/tc-aarch64.c (aarch64_features): Add rcpc.
100 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
101 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
102 * testsuite/gas/aarch64/ldst-rcpc.d: This.
103 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
104 * testsuite/gas/aarch64/ldst-rcpc.s: This.
105 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
106
107 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
108
109 PR gas/20992
110 * configure.tgt: Treat sparcv9 as sparc64.
111
112 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
113
114 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
115 extension.
116 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
117 enabled and no other ABI is specified.
118
119 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
120
121 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
122 valueT, as declared in tc.h.
123 (md_apply_fix): Fix to work on 32-bit hosts.
124
125 2017-01-02 Alan Modra <amodra@gmail.com>
126
127 Update year range in copyright notice of all files.
128
129 For older changes see ChangeLog-2016
130 \f
131 Copyright (C) 2017 Free Software Foundation, Inc.
132
133 Copying and distribution of this file, with or without modification,
134 are permitted in any medium without royalty provided the copyright
135 notice and this notice are preserved.
136
137 Local Variables:
138 mode: change-log
139 left-margin: 8
140 fill-column: 74
141 version-control: never
142 End:
This page took 0.050376 seconds and 5 git commands to generate.