aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/rs6000/tm-rs6000.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-03 21:01:44 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-03 21:01:44 +0000
commit52d16ba83d2fbdc44595f9abc673663e86023f6b (patch)
tree332a3a2673580d817ee89da13e290278811629df /gdb/config/rs6000/tm-rs6000.h
parenteb5492fa14c7748db0c9558922ef94e0bf500015 (diff)
downloadgdb-52d16ba83d2fbdc44595f9abc673663e86023f6b.zip
gdb-52d16ba83d2fbdc44595f9abc673663e86023f6b.tar.gz
gdb-52d16ba83d2fbdc44595f9abc673663e86023f6b.tar.bz2
2003-09-03 Andrew Cagney <cagney@redhat.com>
* config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition. * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define. * symfile.c (syms_from_objfile): Update. (reread_symbols): `Update * exec.c (exec_file_attach): Update. (exec_file_attach): Update. * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert 2003-08-29 change. * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
Diffstat (limited to 'gdb/config/rs6000/tm-rs6000.h')
-rw-r--r--gdb/config/rs6000/tm-rs6000.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/rs6000/tm-rs6000.h b/gdb/config/rs6000/tm-rs6000.h
index c736589..66b2f28 100644
--- a/gdb/config/rs6000/tm-rs6000.h
+++ b/gdb/config/rs6000/tm-rs6000.h
@@ -90,9 +90,6 @@ extern void aix_process_linenos (void);
extern CORE_ADDR init_frame_pc_noop (int fromleaf, struct frame_info *prev);
#define DEPRECATED_INIT_FRAME_PC(fromleaf, prev) (init_frame_pc_noop (fromleaf, prev))
-/* Flag for machine-specific stuff in shared files. FIXME */
-#define IBM6000_TARGET
-
/* RS6000/AIX does not support PT_STEP. Has to be simulated. */
#define SOFTWARE_SINGLE_STEP_P() 1