diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-10-26 18:12:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-10-26 18:12:03 +0000 |
commit | 6049379740a033d6c617a5e26420f7c108584e5f (patch) | |
tree | 3594e526b7eb8ab24542a3afeb0544b3af53b00b /gas/doc/internals.texi | |
parent | 3e685d417e81036a35a6009aead698f0b2c8d67e (diff) | |
download | gdb-6049379740a033d6c617a5e26420f7c108584e5f.zip gdb-6049379740a033d6c617a5e26420f7c108584e5f.tar.gz gdb-6049379740a033d6c617a5e26420f7c108584e5f.tar.bz2 |
* doc/c-alpha.texi: Fix typos.
* doc/c-ia64.texi: Likewise.
* doc/c-mmix.texi: Likewise.
* doc/c-sh64.texi: Likewise.
* doc/c-xtensa.texi: Likewise.
* doc/internals.texi: Likewise.
Diffstat (limited to 'gas/doc/internals.texi')
-rw-r--r-- | gas/doc/internals.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index 4e8a9d1..3d94f43 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -1740,7 +1740,7 @@ Usually, if the symbol is in the same section as the frag (given by the @var{sec} argument), the narrowest likely relaxation mode is stored in @code{fr_subtype}, and that's that. -If the symbol is undefined, or in a different section (and therefore moveable +If the symbol is undefined, or in a different section (and therefore movable to an arbitrarily large distance), the largest available relaxation mode is specified, @code{fix_new} is called to produce the relocation record, @code{fr_fix} is increased to include the relocated field (remember, this |