diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/md.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 77a51c6..1168018 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-08-14 Andreas Schwab <schwab@suse.de> + + * doc/md.texi (Machine Constraints): Fix misplaced @end table. + 2005-08-13 James E Wilson <wilson@specifix.com> * doc/cpp.texi (__SSP__, __SSP_ALL__): Document. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 819ec70..6fded13 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1672,7 +1672,6 @@ An item in the constant pool @item S A symbol in the text segment of the current file -@end table @item Uv A memory reference suitable for VFP load/store insns (reg+constant offset) @@ -1682,6 +1681,7 @@ A memory reference suitable for iWMMXt load/store instructions. @item Uq A memory reference suitable for the ARMv4 ldrsb instruction. +@end table @item AVR family---@file{avr.h} @table @code |
