diff options
author | James E Wilson <wilson@specifixinc.com> | 2003-12-20 07:05:17 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-12-19 23:05:17 -0800 |
commit | bcd11e5e45f59f88d76cd56024e1d7c14a7c4665 (patch) | |
tree | 02ac8f7c1912e92b45c81fc4204cc525cc4f76d3 | |
parent | 7b330e081884a96c5e83bc0b42f8f22d62a42357 (diff) | |
download | gcc-bcd11e5e45f59f88d76cd56024e1d7c14a7c4665.zip gcc-bcd11e5e45f59f88d76cd56024e1d7c14a7c4665.tar.gz gcc-bcd11e5e45f59f88d76cd56024e1d7c14a7c4665.tar.bz2 |
install.texi (ia64-*-linux): Document minimum libunwind version number.
* install.texi (ia64-*-linux): Document minimum libunwind version
number.
From-SVN: r74873
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b855cec..af9d6d4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-12-19 James E Wilson <wilson@specifixinc.com> + + * install.texi (ia64-*-linux): Document minimum libunwind version + number. + 2003-12-19 Per Bothner <per@bothner.com> * langhooks.c (lhd_print_error_function): Fix for PR c/13110. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ae50920..11e92ab 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2727,6 +2727,9 @@ have installed. IA-64 processor (also known as IPF, or Itanium Processor Family) running GNU/Linux. +If you are using the optional libunwind library, then you must use +libunwind 0.96 or later. + None of the following versions of GCC has an ABI that is compatible with any of the other versions in this list, with the exception that Red Hat 2.96 and Trillian 000171 are compatible with each other: |