summaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-09-16 22:21:00 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-09-16 22:21:00 +0000
commit644f167e8e94b05b122770201a56b3c2beb97514 (patch)
treea254a9b2cfe0625ecb93846d4a95144698517c6a /ld/ld.texinfo
parentb4ae22b0cfa5d5ca8c3a694c6400134e4ac271ad (diff)
downloadbinutils-redhat-644f167e8e94b05b122770201a56b3c2beb97514.tar.gz
* ld.texinfo (Expression Section): Correct description of
conversions for a binary operation involving an absolute symbol and a number.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo12
1 files changed, 8 insertions, 4 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index dd3149c8df..9bd9c7c915 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -5646,14 +5646,18 @@ addresses, ld follows these rules to evaluate terms:
@itemize @bullet
@item
+Unary operations on an absolute address or number, and binary
+operations on two absolute addresses or two numbers, or between one
+absolute address and a number, apply the operator to the value(s).
+@item
Unary operations on a relative address, and binary operations on two
relative addresses in the same section or between one relative address
and a number, apply the operator to the offset part of the address(es).
@item
-Unary operations on an absolute address, and binary operations on one
-or more absolute addresses or on two relative addresses not in the
-same section, first convert any non-absolute term to an absolute
-address before applying the operator.
+Other binary operations, that is, between two relative addresses not
+in the same section, or between a relative address and an absolute
+address, first convert any non-absolute term to an absolute address
+before applying the operator.
@end itemize
The result section of each sub-expression is as follows: