mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* mips-tdep.c (mips_push_dummy_frame): Fix calculation of
PROC_REG_OFFSET and PROC_FREG_OFFSET.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu May 28 00:27:35 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
|
||||||
|
|
||||||
|
* mips-tdep.c (mips_push_dummy_frame): Fix calculation of
|
||||||
|
PROC_REG_OFFSET and PROC_FREG_OFFSET.
|
||||||
|
|
||||||
Mon Apr 27 14:37:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
Mon Apr 27 14:37:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* config/v850/tm-v850.h (REGISTER_BYTE): FP_REGNUM and
|
* config/v850/tm-v850.h (REGISTER_BYTE): FP_REGNUM and
|
||||||
@ -12,6 +17,11 @@ Mon Apr 27 14:37:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
|||||||
(FP_REGNUM): Update.
|
(FP_REGNUM): Update.
|
||||||
(FP_RAW_REGNUM): Define.
|
(FP_RAW_REGNUM): Define.
|
||||||
|
|
||||||
|
Wed May 27 14:22:31 1998 Keith Seitz <keiths@cygnus.com>
|
||||||
|
|
||||||
|
* main.c (main): Convert the path returned from getenv to a posix
|
||||||
|
path on cygwin32 hosts.
|
||||||
|
|
||||||
Mon May 25 13:31:27 1998 Keith Seitz <keiths@cygnus.com>
|
Mon May 25 13:31:27 1998 Keith Seitz <keiths@cygnus.com>
|
||||||
|
|
||||||
* remote.c (remote_open_1): If an error occurs starting the remote,
|
* remote.c (remote_open_1): If an error occurs starting the remote,
|
||||||
@ -1027,9 +1037,11 @@ Wed Mar 4 01:39:08 1998 Ron Unrau <runrau@cygnus.com>
|
|||||||
|
|
||||||
Tue Mar 3 17:19:08 1998 John Metzler <jmetzler@cygnus.com>
|
Tue Mar 3 17:19:08 1998 John Metzler <jmetzler@cygnus.com>
|
||||||
|
|
||||||
|
start-sanitize-vr4111
|
||||||
* config/mips/tm-vr4xxx.h: implements vr4111 as separate from 4300
|
* config/mips/tm-vr4xxx.h: implements vr4111 as separate from 4300
|
||||||
* config/mips/vr4xxx.tm: implements vr4111 as separate from 4300
|
* config/mips/vr4xxx.tm: implements vr4111 as separate from 4300
|
||||||
* configure.tgt: Recognise mips64vr4111-*-elf as vr4xxx
|
* configure.tgt: Recognise mips64vr4111-*-elf as vr4xxx
|
||||||
|
end-sanitize-vr4111
|
||||||
* dwarfread.c (read_tag_pointer_type): Pointer sizes now come from
|
* dwarfread.c (read_tag_pointer_type): Pointer sizes now come from
|
||||||
TARGET_PTR_BIT rather from sizeof(char *) on host.
|
TARGET_PTR_BIT rather from sizeof(char *) on host.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user