aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorScott Bambrough <scottb@netwinder.org>2000-09-06 18:43:49 +0000
committerScott Bambrough <scottb@netwinder.org>2000-09-06 18:43:49 +0000
commite1d6e81ff4adfc014351f9351cc458c17c751e0e (patch)
treee864325e7aa237e9303cf263c631fe9100102768 /gdb/config
parentf998903041dd48584defd9c3b0fb6b30b1daf3bc (diff)
downloadgdb-e1d6e81ff4adfc014351f9351cc458c17c751e0e.zip
gdb-e1d6e81ff4adfc014351f9351cc458c17c751e0e.tar.gz
gdb-e1d6e81ff4adfc014351f9351cc458c17c751e0e.tar.bz2
Remove stray debugging statement and move prototypes so arm-linux-tdep.c
compiles without warnings. 2000-09-06 Scott Bambrough <scottb@netwinder.org> * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Removed debug print statement. Removed arm_pc_is_thumb prototype. * config/arm/tm-arm.h (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Move prototypes here from tm-embed.h. * config/arm/tm-embed.h (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Remove prototypes. Moved to tm-arm.h.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/arm/tm-arm.h7
-rw-r--r--gdb/config/arm/tm-embed.h8
2 files changed, 7 insertions, 8 deletions
diff --git a/gdb/config/arm/tm-arm.h b/gdb/config/arm/tm-arm.h
index ed8e80c..190b8b2 100644
--- a/gdb/config/arm/tm-arm.h
+++ b/gdb/config/arm/tm-arm.h
@@ -513,4 +513,11 @@ extern int coff_sym_is_thumb (int val);
/* The first 0x20 bytes are the trap vectors. */
#define LOWEST_PC 0x20
+/* Function to determine whether MEMADDR is in a Thumb function. */
+extern int arm_pc_is_thumb (bfd_vma memaddr);
+
+/* Function to determine whether MEMADDR is in a call dummy called from
+ a Thumb function. */
+extern int arm_pc_is_thumb_dummy (bfd_vma memaddr);
+
#endif /* TM_ARM_H */
diff --git a/gdb/config/arm/tm-embed.h b/gdb/config/arm/tm-embed.h
index c2a856b..5069f3f 100644
--- a/gdb/config/arm/tm-embed.h
+++ b/gdb/config/arm/tm-embed.h
@@ -53,14 +53,6 @@
extern int arm_in_call_stub (CORE_ADDR pc, char *name);
extern CORE_ADDR arm_skip_stub (CORE_ADDR pc);
-/* Function to determine whether MEMADDR is in a Thumb function. */
-extern int arm_pc_is_thumb (bfd_vma memaddr);
-
-/* Function to determine whether MEMADDR is in a call dummy called from
- a Thumb function. */
-extern int arm_pc_is_thumb_dummy (bfd_vma memaddr);
-
-
#undef IN_SIGTRAMP
#define IN_SIGTRAMP(pc, name) 0