diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/gasp.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 247590d..ffec7db 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-10-28 Daniel Jacobowitz <drow@mvista.com> + + * doc/gasp.texi: Fix typo in deprecation note. + 2002-10-23 Nick Clifton <nickc@redhat.com> * config/tc-arm.c (tc_gen_reloc): Allow an absolute reference to diff --git a/gas/doc/gasp.texi b/gas/doc/gasp.texi index f526583..889e997 100644 --- a/gas/doc/gasp.texi +++ b/gas/doc/gasp.texi @@ -110,7 +110,7 @@ output. @emph{Note} The use of @sc{gasp} has now been deprecated. Anything that it could do can now be done by the macro facilities built into -@sc{gas} itself. At some point in the future the @{gasp} sources will +@sc{gas} itself. At some point in the future the @sc{gasp} sources will be removed entirely from the binutils distribution. Here is a small example to give the flavor of @sc{gasp}. This input to |