diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-05 18:11:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-05 18:11:31 +0000 |
commit | 60b799fd29a61f2970062f08cdb58e6b0956994a (patch) | |
tree | da96fbfa41c8af10f5d719ce46dbfb93d4ebe5cf | |
parent | 908c8c7e80e1c47b073721a71abc37aa9dfc56e7 (diff) | |
download | gcc-60b799fd29a61f2970062f08cdb58e6b0956994a.zip gcc-60b799fd29a61f2970062f08cdb58e6b0956994a.tar.gz gcc-60b799fd29a61f2970062f08cdb58e6b0956994a.tar.bz2 |
* doc/invoke.texi: Remove a page break.
From-SVN: r75436
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 439573d..ebf4345 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2004-01-05 Kazu Hirata <kazu@cs.umass.edu> + * doc/invoke.texi: Remove a page break. + +2004-01-05 Kazu Hirata <kazu@cs.umass.edu> + * config/avr/avr.c (avr_output_function_prologue): Remove an extra pair of curly braces. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 57954a7..a14d484 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6906,10 +6906,6 @@ Indicates that there is no OS function for flushing the cache. @end table -@c break page here to avoid unsightly interparagraph stretch. -@c -zw, 2001-8-17 -@page - @node RS/6000 and PowerPC Options @subsection IBM RS/6000 and PowerPC Options @cindex RS/6000 and PowerPC Options |