From 9d78e1afcc880ce16ac50edc72f4c7b0ddefab31 Mon Sep 17 00:00:00 2001 From: Mark Alexander Date: Tue, 10 Dec 1996 00:14:48 +0000 Subject: [PATCH] * config/mips/tm-mips.h: Get rid of call-dummy code. Minor changes to make pre-ANSI compilers happy. * mips-tdep.c: Minor changes to make pre-ANSI compilers happy. (mips_push_arguments): Rewrite to partially support EABI. (mips_pc_in_call_dummy): New function. * infcmd.c: Include symfile.h to get prototype of entry_point_address, which fixes 64-bit sign extension bug on MIPS. --- gdb/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bf5ea1783c5..3fe324272b4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Mon Dec 9 15:58:51 1996 Mark Alexander + + * config/mips/tm-mips.h: Get rid of call-dummy code. + Minor changes to make pre-ANSI compilers happy. + * mips-tdep.c: Minor changes to make pre-ANSI compilers happy. + (mips_push_arguments): Rewrite to partially support EABI. + (mips_pc_in_call_dummy): New function. + * infcmd.c: Include symfile.h to get prototype of entry_point_address, + which fixes 64-bit sign extension bug on MIPS. + Mon Dec 9 00:14:49 1996 Geoffrey Noer * config/mn10300/tm-mn10300.h: fix register names -- 2.30.2