[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/4090] Can't use ADDR on section after
From: |
hjl at lucon dot org |
Subject: |
[Bug ld/4090] Can't use ADDR on section after |
Date: |
22 Feb 2007 10:31:21 -0000 |
------- Additional Comments From hjl at lucon dot org 2007-02-22 10:31 -------
Assuming this change is reasonable, the error message:
foo.t:7 nonconstant expression for load base
is unclear. The problem is
.bar : AT ((ADDR(.foo) + 4095) & ~(4095)) { *(.bar) }
But it isn't line 7. We should at least print out which section's load base
isn't constant.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4090
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.