summaryrefslogtreecommitdiffstats
path: root/gas/write.c
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2004-08-05 16:55:00 +0000
committerBob Wilson <bob.wilson@acm.org>2004-08-05 16:55:00 +0000
commite750405d4b3a2318f2363648fd5a926c81496197 (patch)
tree463d89f93d671f56dbc08b07a2182c0f57bd16ca /gas/write.c
parent69babf952362a62217c27b01dee0232738cde192 (diff)
downloadppe42-binutils-e750405d4b3a2318f2363648fd5a926c81496197.tar.gz
ppe42-binutils-e750405d4b3a2318f2363648fd5a926c81496197.zip
* write.c (relax_segment): Use was_address instead of address when
setting fr_fix field for align frag due to backwards .org.
Diffstat (limited to 'gas/write.c')
-rw-r--r--gas/write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/write.c b/gas/write.c
index 509596fbdd..a713a9d398 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -2412,7 +2412,7 @@ relax_segment (struct frag *segment_frag_root, segT segment)
fragP->fr_type = rs_align;
fragP->fr_subtype = 0;
fragP->fr_offset = 0;
- fragP->fr_fix = after - address;
+ fragP->fr_fix = after - was_address;
growth = stretch;
}
OpenPOWER on IntegriCloud