diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-19 18:15:58 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-19 18:15:58 +0000 |
commit | ea98fecd5da2e6c42a24a440e9633e57b5cd8f2a (patch) | |
tree | b339c8ea0c9426a02151e504b1376bdeee51b52c /gcc/doc | |
parent | 8b0e883501b45c7240394bae2cc694482291a2ea (diff) | |
download | gcc-ea98fecd5da2e6c42a24a440e9633e57b5cd8f2a.tar.gz |
* doc/install.texi: Add missing `@samp'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111272 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 873ad67b464..f76ceadac6c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2790,7 +2790,7 @@ 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 +@samp{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. |