aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2002-04-12 19:48:37 +0000
committerKevin Buettner <kevinb@redhat.com>2002-04-12 19:48:37 +0000
commita88376a3e1a5e2358f568a4a7aed6d4d99e1e87a (patch)
treed8e562d91ab3ab5adfb8ee60cce770ae0233b9fb /gdb/config
parentf2172603b59bfb14b2d7eb82427b4a328150ea29 (diff)
downloadgdb-a88376a3e1a5e2358f568a4a7aed6d4d99e1e87a.zip
gdb-a88376a3e1a5e2358f568a4a7aed6d4d99e1e87a.tar.gz
gdb-a88376a3e1a5e2358f568a4a7aed6d4d99e1e87a.tar.bz2
Delete DEFAULT_LR_SAVE.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/powerpc/tm-ppc-eabi.h3
-rw-r--r--gdb/config/rs6000/tm-rs6000.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/powerpc/tm-ppc-eabi.h b/gdb/config/powerpc/tm-ppc-eabi.h
index 1e6a053..e49b2bd 100644
--- a/gdb/config/powerpc/tm-ppc-eabi.h
+++ b/gdb/config/powerpc/tm-ppc-eabi.h
@@ -28,9 +28,6 @@
#undef SOFTWARE_SINGLE_STEP_P
#define SOFTWARE_SINGLE_STEP_P() 0
-#undef DEFAULT_LR_SAVE
-#define DEFAULT_LR_SAVE 4 /* eabi saves LR at 4 off of SP */
-
#undef PROCESS_LINENUMBER_HOOK
#undef TEXT_SEGMENT_BASE
diff --git a/gdb/config/rs6000/tm-rs6000.h b/gdb/config/rs6000/tm-rs6000.h
index 015a592..202ac77 100644
--- a/gdb/config/rs6000/tm-rs6000.h
+++ b/gdb/config/rs6000/tm-rs6000.h
@@ -93,9 +93,6 @@ extern void aix_process_linenos (void);
prev->next ? FRAME_SAVED_PC (prev->next) : read_pc ());
#define INIT_FRAME_PC(fromleaf, prev) /* nothing */
-/* Default offset from SP where the LR is stored */
-#define DEFAULT_LR_SAVE 8
-
/* Flag for machine-specific stuff in shared files. FIXME */
#define IBM6000_TARGET