forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user