RISC-V: Enable 32-bit linux gdb core file support.

bfd/
	* elfnn-riscv.c (PRSTATUS_SIZE) [ARCH_SIZE==32]: Change from 0 to 204.
This commit is contained in:
Jim Wilson
2019-04-22 14:17:55 -07:00
parent d70cc3ba87
commit 79b8e8ab45
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2019-04-22 Jim Wilson <jimw@sifive.com>
* elfnn-riscv.c (PRSTATUS_SIZE) [ARCH_SIZE==32]: Change from 0 to 204.
2019-04-19 Alan Modra <amodra@gmail.com>
* elf32-s12z.c (elf_backend_can_gc_sections): Don't define

View File

@@ -4008,7 +4008,7 @@ fail:
}
#if ARCH_SIZE == 32
# define PRSTATUS_SIZE 0 /* FIXME */
# define PRSTATUS_SIZE 204
# define PRSTATUS_OFFSET_PR_CURSIG 12
# define PRSTATUS_OFFSET_PR_PID 24
# define PRSTATUS_OFFSET_PR_REG 72