RISC-V: Implement support for big endian targets.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
2
3 * config/tc-riscv.c (riscv_target_format): Add elf64-bigriscv and
4 elf32-bigriscv.
5 (install_insn): Always write instructions as little endian.
6 (riscv_make_nops): Likewise.
7 (md_convert_frag_branch): Likewise.
8 (md_number_to_chars): Write data in target endianness.
9 (options, md_longopts): Add -mbig-endian and -mlittle-endian options.
10 (md_parse_option): Handle the endian options.
11 * config/tc-riscv.h: Only define TARGET_BYTES_BIG_ENDIAN if not
12 already defined.
13 * configure.tgt: Added riscv64be*, riscv32be*, riscvbe*.
14
15 2021-01-04 H.J. Lu <hongjiu.lu@intel.com>
16
17 PR ld/26256
18 * config/obj-elf.c (obj_elf_change_section): Also filter out
19 SHF_LINK_ORDER.
20
21 2021-01-04 Alan Modra <amodra@gmail.com>
22
23 PR 27102
24 * symbols.c (S_SET_EXTERNAL): Revise section symbol warning
25 message and register symbol error message.
26
27 2021-01-04 Alan Modra <amodra@gmail.com>
28
29 PR 27101
30 * read.c (s_align): Use a large enough type for "align" to hold
31 the result of get_absolute_expression.
32
33 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
34
35 * config/tc-i386.c: Correct comment spelling.
36 * config/tc-riscv.c: Likewise.
37 * config/tc-s390.c: Correct comment grammar.
38 * doc/c-i386.texi: Correct spelling.
39 * doc/c-s390.texi: Correct grammar.
40
41 2021-01-01 Alan Modra <amodra@gmail.com>
42
43 Update year range in copyright notice of all files.
44
45 2021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
46
47 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
48
49 For older changes see ChangeLog-2020
50 \f
51 Copyright (C) 2021 Free Software Foundation, Inc.
52
53 Copying and distribution of this file, with or without modification,
54 are permitted in any medium without royalty provided the copyright
55 notice and this notice are preserved.
56
57 Local Variables:
58 mode: change-log
59 left-margin: 8
60 fill-column: 74
61 version-control: never
62 End:
This page took 0.031038 seconds and 5 git commands to generate.