diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-14 16:38:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-14 16:38:13 +0000 |
commit | e7a5045867641384e90a0b1e2b1f12751cb585d0 (patch) | |
tree | e047e63b9dd5ba111b8a9513adb43bb077e23ba5 | |
parent | 5d0cd0b87e67032d3eaab68670e19bdb9fb0a644 (diff) | |
download | gdb-e7a5045867641384e90a0b1e2b1f12751cb585d0.zip gdb-e7a5045867641384e90a0b1e2b1f12751cb585d0.tar.gz gdb-e7a5045867641384e90a0b1e2b1f12751cb585d0.tar.bz2 |
* configure.host: Use `long long' as the 64 bit type on a Solaris
host, since both gcc and the SunPRO compilers support it.
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 15642ce..41e47a5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 14 12:37:26 1996 Ian Lance Taylor <ian@cygnus.com> + + * configure.host: Use `long long' as the 64 bit type on a Solaris + host, since both gcc and the SunPRO compilers support it. + Mon Oct 14 11:17:24 1996 Richard Henderson <rth@tamu.edu> * reloc.c: Create a new BFD_RELOC_ALPHA_ELF_LITERAL. It was a |