2000-04-05 Scott Bambrough <scottb@netwinder.org>
* 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.
This commit is contained in:
parent
faf5f7ad8a
commit
c20f6dea13
2 changed files with 12 additions and 5 deletions
|
@ -1,11 +1,17 @@
|
||||||
|
2000-04-05 Scott Bambrough <scottb@netwinder.org>
|
||||||
|
|
||||||
|
* 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 <scottb@netwinder.org>
|
2000-04-05 Scott Bambrough <scottb@netwinder.org>
|
||||||
|
|
||||||
* arm-linux-tdep.c: New file.
|
* arm-linux-tdep.c: New file.
|
||||||
* arm-linux-nat.c (fetch_fpregs): Remove unused code.
|
* arm-linux-nat.c (fetch_fpregs): Remove unused code.
|
||||||
(arm_get_longjmp_target): Moved it and all defines
|
(arm_get_longjmp_target): Moved it and all defines
|
||||||
it uses to arm-linux-tdep.c.
|
it uses to arm-linux-tdep.c.
|
||||||
(arm_linux_extract_return_value): Moved to
|
(arm_linux_extract_return_value): Moved to
|
||||||
arm-linux-tdep.c.
|
arm-linux-tdep.c.
|
||||||
* config/arm/linux.mt: Add arm-linux-tdep.c to TDEPFILES.
|
* config/arm/linux.mt: Add arm-linux-tdep.c to TDEPFILES.
|
||||||
|
|
||||||
2000-04-04 Nick Duffek <nsd@cygnus.com>
|
2000-04-04 Nick Duffek <nsd@cygnus.com>
|
||||||
|
|
|
@ -19,7 +19,8 @@
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#include "symtab.h"
|
#include "target.h"
|
||||||
|
#include "value.h"
|
||||||
#include "gdbtypes.h"
|
#include "gdbtypes.h"
|
||||||
|
|
||||||
#ifdef GET_LONGJMP_TARGET
|
#ifdef GET_LONGJMP_TARGET
|
||||||
|
|
Loading…
Add table
Reference in a new issue