diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-07-27 16:38:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-07-27 16:38:23 +0000 |
commit | b9f0ef15102d1baafa7d3c133ae9179b281515de (patch) | |
tree | 72557b1e091700eae5f1d536f18c68897de3bfcc /gdb/config/pa/tm-hppa64.h | |
parent | dabe04de8e25b63b0b4afff5c9b6d3ccd72986e7 (diff) | |
download | gdb-b9f0ef15102d1baafa7d3c133ae9179b281515de.tar.gz |
2003-07-27 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
GDB_MULTI_ACH_PARTIAL.
Diffstat (limited to 'gdb/config/pa/tm-hppa64.h')
-rw-r--r-- | gdb/config/pa/tm-hppa64.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gdb/config/pa/tm-hppa64.h b/gdb/config/pa/tm-hppa64.h index e996802c8b7..8d19a45cb6f 100644 --- a/gdb/config/pa/tm-hppa64.h +++ b/gdb/config/pa/tm-hppa64.h @@ -32,9 +32,14 @@ struct frame_info; gotten working yet. */ #define GDB_TARGET_IS_HPPA_20W -/* FIXME: brobecker 2003-04-21: Although 32bit hppa is partially multiarched, - the conversion for hppa64 hasn't been completed yet. */ -#define GDB_MULTI_ARCH 0 +/* NOTE: cagney/2003-07-27: Using CC='cc +DA2.0W -Ae' configure + hppa64-hp-hpux11.00; GDB managed to build / start / break main / + run with multi-arch enabled. Not sure about much else as there + appears to be an unrelated problem in the SOM symbol table reader + causing GDB to loose line number information. Since prior to this + switch and a other recent tweaks, 64 bit PA hadn't been building + for some months, this is probably the lesser of several evils. */ +#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL /* FIXME: brobecker 2003-05-22: All the definition from this point until the include of pa/tm-hppah.h are extracted from tm-hppa.h and tm-hppah.h. |