diff options
| -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 |
