diff options
author | Lars Brinkhoff <lars@nocrew.org> | 2001-01-29 22:42:06 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2001-01-29 22:42:06 -0700 |
commit | f25561bb8c3f9381d6b03af546a8a2a599274aed (patch) | |
tree | c872697a1db6ba3d5e4eb0bb04788f074f2dddba /gcc | |
parent | 7ea9fcc6492c928a52d0ec8ffebf1342b1856aeb (diff) | |
download | gcc-f25561bb8c3f9381d6b03af546a8a2a599274aed.zip gcc-f25561bb8c3f9381d6b03af546a8a2a599274aed.tar.gz gcc-f25561bb8c3f9381d6b03af546a8a2a599274aed.tar.bz2 |
* tm.texi (PUSH_ROUNDING): Remove duplicate lines.
From-SVN: r39346
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tm.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ed0db67..158b5c1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-29 lars brinkhoff <lars@nocrew.org> + + * tm.texi (PUSH_ROUNDING): Remove duplicate lines. + 2001-01-29 John David Anglin <dave@hiauly1.hia.nrc.ca> Jeff Law <law@redhat.com> diff --git a/gcc/tm.texi b/gcc/tm.texi index 7b2a57d..c67512b 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -2819,10 +2819,6 @@ On some machines, the definition @item PUSH_ROUNDING (@var{npushed}) A C expression that is the number of bytes actually pushed onto the stack when an instruction attempts to push @var{npushed} bytes. -@findex PUSH_ROUNDING -@item PUSH_ROUNDING (@var{npushed}) -A C expression that is the number of bytes actually pushed onto the -stack when an instruction attempts to push @var{npushed} bytes. On some machines, the definition |