Amit Gud <[EMAIL PROTECTED]> writes:
> I'm compiling the GNU/Linux kernel as a shared library and I've found
> that relocation entries are created even for absolute symbols. Is
> there any work-around for this, or is it a known bug?
That is correct behaviour if the symbol is globally visible. In
I'm compiling the GNU/Linux kernel as a shared library and I've found
that relocation entries are created even for absolute symbols. Is there
any work-around for this, or is it a known bug?
AG
--
May the source be with you.
http://www.cis.ksu.edu/~gud
___
Until at least 2.15 as accepted a macro like this:
.macro foo size,arg,arg2
move\size \arg,\arg2
.endm
foo.l %d0,%d1
Sometimes after that the syntax changed to include the dot into the name and
this breaks code that was working nicely before. The
--- Additional Comments From christian dot joensson at gmail dot com
2006-06-26 12:15 ---
still there... as of 2006-06-24
--
http://sourceware.org/bugzilla/show_bug.cgi?id=977
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching so