2003-07-27 Andrew Cagney <cagney@redhat.com>

* config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
	GDB_MULTI_ACH_PARTIAL.
This commit is contained in:
Andrew Cagney 2003-07-27 16:38:23 +00:00
parent a5abd0000b
commit a7e9a47e42
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-07-27 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
GDB_MULTI_ACH_PARTIAL.
2003-07-27 Andrew Cagney <cagney@redhat.com>
Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:

View File

@ -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.