diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-25 06:40:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-25 06:40:27 +0000 |
commit | 1049f94e8e1a9eae86a694d2dca94a6194f763b1 (patch) | |
tree | 40fbf4dbcdbd98d6784861ab18ce46a36b3308c8 /gas/config/tc-i370.c | |
parent | 59861b363a480a4e802ef0433bf31153b57a2e3a (diff) | |
download | binutils-gdb-1049f94e8e1a9eae86a694d2dca94a6194f763b1.tar.gz |
Correct spelling of "relocatable".
Diffstat (limited to 'gas/config/tc-i370.c')
-rw-r--r-- | gas/config/tc-i370.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i370.c b/gas/config/tc-i370.c index d59a95b493a..ba8e9bb37f6 100644 --- a/gas/config/tc-i370.c +++ b/gas/config/tc-i370.c @@ -1,6 +1,6 @@ /* tc-i370.c -- Assembler for the IBM 360/370/390 instruction set. Loosely based on the ppc files by Linas Vepstas <linas@linas.org> 1998, 99 - Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 + Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. @@ -2552,7 +2552,7 @@ i370_byte (ignore) give to this location in the toc; this will be a symbol with class TC. The rest of the arguments are 4 byte values to actually put at this location in the TOC; often there is just one more argument, a - relocateable symbol reference. + relocatable symbol reference. When not generating XCOFF output, the arguments are the same, but the first argument is simply ignored. */ |