From: Scott Bambrough Date: Wed, 5 Apr 2000 17:24:08 +0000 (+0000) Subject: 2000-04-05 Scott Bambrough X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c20f6dea13a1e5121457881a2e7e19600577770a;p=platform%2Fupstream%2Fbinutils.git 2000-04-05 Scott Bambrough * arm-linux-tdep.c: Resolve implicit function declarations by including target.h and value.h. Inclusion of symtab.h is no longer needed. * ChangeLog: Fix formatting of previous entry. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0221721..8290816 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,11 +1,17 @@ 2000-04-05 Scott Bambrough + * arm-linux-tdep.c: Resolve implicit function declarations by + including target.h and value.h. Inclusion of symtab.h is + no longer needed. + +2000-04-05 Scott Bambrough + * arm-linux-tdep.c: New file. * arm-linux-nat.c (fetch_fpregs): Remove unused code. - (arm_get_longjmp_target): Moved it and all defines - it uses to arm-linux-tdep.c. - (arm_linux_extract_return_value): Moved to - arm-linux-tdep.c. + (arm_get_longjmp_target): Moved it and all defines + it uses to arm-linux-tdep.c. + (arm_linux_extract_return_value): Moved to + arm-linux-tdep.c. * config/arm/linux.mt: Add arm-linux-tdep.c to TDEPFILES. 2000-04-04 Nick Duffek diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c index 76becf7..bf26300 100644 --- a/gdb/arm-linux-tdep.c +++ b/gdb/arm-linux-tdep.c @@ -19,7 +19,8 @@ Boston, MA 02111-1307, USA. */ #include "defs.h" -#include "symtab.h" +#include "target.h" +#include "value.h" #include "gdbtypes.h" #ifdef GET_LONGJMP_TARGET