diff options
| author | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-11 23:05:24 +0000 |
|---|---|---|
| committer | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-11 23:05:24 +0000 |
| commit | 692e2bb89ba6924b11cbc0ca9d2c1c28a23effed (patch) | |
| tree | a97f4ad2c21525ac9bd72d90a5e1d896bb064535 | |
| parent | 534d03ee1c49b4f2a3fcc8993279dfb15b26ef81 (diff) | |
| download | ppe42-gcc-692e2bb89ba6924b11cbc0ca9d2c1c28a23effed.tar.gz ppe42-gcc-692e2bb89ba6924b11cbc0ca9d2c1c28a23effed.zip | |
* doc/invoke.texi: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85828 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index def29f37703..ec0ac5f0120 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-08-12 Paul Brook <paul@codesourcery.com> + + * doc/invoke.texi: Fix typo. + 2004-08-11 Devang Patel <dpatel@apple.com> * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -dead_strip diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9c2704a1b72..5197a9c8b12 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7030,7 +7030,7 @@ output file being linked. See man ld(1) for more information. @itemx -multiply_defined @itemx -multiply_defined_unused @itemx -noall_load -@items -no_dead_strip_inits_and_terms +@itemx -no_dead_strip_inits_and_terms @itemx -nofixprebinding @itemx -nomultidefs @itemx -noprebind |

