diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-08-25 01:15:07 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-08-25 01:15:07 +0000 |
commit | e2a422b84ccaa359e7fcbe8142406f7eaf99e484 (patch) | |
tree | 236b444e439f689611e41b26e244e01007cdec4d /bfd/hosts | |
parent | 4346166b0776aaa239172faa744f4357be89f0f7 (diff) | |
download | gdb-e2a422b84ccaa359e7fcbe8142406f7eaf99e484.zip gdb-e2a422b84ccaa359e7fcbe8142406f7eaf99e484.tar.gz gdb-e2a422b84ccaa359e7fcbe8142406f7eaf99e484.tar.bz2 |
Merged in changes from Jeff Law and Pete Hoogenboom at Utah for PA ELF
support. Compiles, not particularly well tested. See ChangeLog for details.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/hppabsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hosts/hppabsd.h b/bfd/hosts/hppabsd.h index db35a85..534ec4e 100644 --- a/bfd/hosts/hppabsd.h +++ b/bfd/hosts/hppabsd.h @@ -26,7 +26,7 @@ extern void free PARAMS ((PTR)); #define HOST_PAGE_SIZE NBPG #define HOST_SEGMENT_SIZE NBPG /* Data seg start addr rounds to NBPG */ -#define HOST_MACHINE_ARCH bfd_arch_m68k +#define HOST_MACHINE_ARCH bfd_arch_hppa /* #define HOST_MACHINE_MACHINE */ #define HOST_TEXT_START_ADDR UTEXTSEG |