diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
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 <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> + * 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 <nsd@cygnus.com> |