This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/hpux/multiarch] osabi gdbarch init _after_ common gdbarch init


This is in preparation for some hppa32 vs hppa64 multiarch work. I
realized that the common gdbarch initialization was overriding the
abi-specific initialization. This didn't have any consequence because
the abi-specific initialization is almost null, but we will soon
start populating the 64-bit initialization routine...

2003-08-13  J. Brobecker  <brobecker@gnat.com>

        * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
        initialization after the common gdbarch initialization, not before.

Tested on hppa-hpux (32bits).

-- 
Joel

Attachment: hppa-tdep.c.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]