diff options
author | Simon Cook <simon.cook@embecosm.com> | 2020-05-27 17:34:58 +0100 |
---|---|---|
committer | Jim Wilson <jimw@sifive.com> | 2020-05-27 16:38:37 -0700 |
commit | 5c5055683b980c71e96b642565418ffdefc6f171 (patch) | |
tree | bd69fd566ae5bc42aa9b94f048cb55fe9b0c179f /bfd/coff-go32.c | |
parent | 2a37823bfe57d43f6c43a48a00237ba169599c3c (diff) | |
download | binutils-5c5055683b980c71e96b642565418ffdefc6f171.zip binutils-5c5055683b980c71e96b642565418ffdefc6f171.tar.gz binutils-5c5055683b980c71e96b642565418ffdefc6f171.tar.bz2 |
RISC-V: Fix missing initialization of riscv_csr_extra structs
The next pointer of struct riscv_csr_extra was not always initilized
to NULL or a valid pointer, causing the assembler to attempt to read
through an uninitialized pointer on startup.
gas/ChangeLog:
* config/tc-riscv.c (riscv_init_csr_hash): NULL initilize next
pointer when creating struct riscv_csr_extra.
Diffstat (limited to 'bfd/coff-go32.c')
0 files changed, 0 insertions, 0 deletions