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