mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-24 02:14:28 +00:00
* configure.host (*-*-aix*): AIX has 'long long' always.
This commit is contained in:
parent
1a6df346e3
commit
adfdf8387c
@ -1,5 +1,7 @@
|
||||
2000-07-25 Geoffrey Keating <geoffk@cygnus.com>
|
||||
|
||||
* configure.host (*-*-aix*): AIX has 'long long' always.
|
||||
|
||||
* coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
|
||||
(xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
|
||||
(xcoff_write_archive_contents_big): Don't update the offset
|
||||
|
@ -48,6 +48,10 @@ mips*-*-riscos*) HDEFINES="-G 4" ;;
|
||||
|
||||
m68*-hp-hpux*) HDEFINES=-DHOST_HP300HPUX ;;
|
||||
|
||||
*-*-aix*) HOST_64BIT_TYPE="long long"
|
||||
HOST_U_64BIT_TYPE="unsigned long long"
|
||||
;;
|
||||
|
||||
*-*-solaris*) HOST_64BIT_TYPE="long long"
|
||||
HOST_U_64BIT_TYPE="unsigned long long"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user