diff options
| author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-18 21:32:06 +0000 |
|---|---|---|
| committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-18 21:32:06 +0000 |
| commit | f12f24f61678e9915251257b7669e1ac930bb323 (patch) | |
| tree | 01978f5845e9372b4ce37af8c8c9c481eb15d97f /gcc/doc/install.texi | |
| parent | 5d66655a4121f00243897cb77957a4298a7597de (diff) | |
| download | ppe42-gcc-f12f24f61678e9915251257b7669e1ac930bb323.tar.gz ppe42-gcc-f12f24f61678e9915251257b7669e1ac930bb323.zip | |
* doc/install.texi (hppa*-hp-hpux*): Update for 4.1.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111253 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
| -rw-r--r-- | gcc/doc/install.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b84590568d0..873ad67b464 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2786,6 +2786,17 @@ or @samp{98}. Another way is to add an appropriate set of predefines to @env{CC}. The description for the @option{munix=} option contains a list of the predefines used with each standard. +As of GCC 4.1, @env{DWARF2} exception handling is available on HP-UX. +It is now the default. This exposed a bug in the handling of data +relocations in the GAS assembler. The handling of 64-bit data relocations +was seriously broken, affecting debugging and exception support on all +hppa64-*-* targets. Under some circumstances, 32-bit data relocations +could also be handled incorrectly. This problem is fixed in GAS version +2.16.91 20051125. + +GCC versions prior to 4.1 incorrectly passed and returned complex +values. They are now passed in the same manner as aggregates. + More specific information to @samp{hppa*-hp-hpux*} targets follows. @html |

