[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/458] Subtracting two relative symbols in a section produces a re
From: |
amodra at bigpond dot net dot au |
Subject: |
[Bug ld/458] Subtracting two relative symbols in a section produces a relative symbol |
Date: |
20 Oct 2004 03:24:59 -0000 |
------- Additional Comments From amodra at bigpond dot net dot au 2004-10-20
03:24 -------
This is a feature, not a bug. You defined the symbol inside the section, so it
is section relative. Try defining _text_foo = 5 inside the script .text, and
you'll see that it too is relative.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://sources.redhat.com/bugzilla/show_bug.cgi?id=458
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.