RE: [uClinux-dev] Shared library issues on m68knommu and gcc 4.1.1

2007-08-08 Thread Jate Sujjavanich
with shared libraries. Jate Sujjavanich Syn-tech Systems -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David McCullough Sent: Monday, July 30, 2007 8:55 PM To: uClinux development list Subject: Re: [uClinux-dev] Shared library issues on m68knommu and gcc 4.1.1

RE: [uClinux-dev] Shared library issues on m68knommu and gcc 4.1.1

2007-07-30 Thread Jate Sujjavanich
] Shared library issues on m68knommu and gcc 4.1.1 I missed your initial message. I did the m68k shared library work so I ought to understand this, although it was quite a few years ago now and memory fades... My earlier understanding was incorrect. The problem (so far) is not in the GOT

Re: [uClinux-dev] Shared library issues on m68knommu and gcc 4.1.1

2007-07-30 Thread David McCullough
To: uClinux development list Subject: Re: [uClinux-dev] Shared library issues on m68knommu and gcc 4.1.1 I missed your initial message. I did the m68k shared library work so I ought to understand this, although it was quite a few years ago now and memory fades... My earlier

Re: [uClinux-dev] Shared library issues on m68knommu and gcc 4.1.1

2007-07-29 Thread paul_dale
I missed your initial message. I did the m68k shared library work so I ought to understand this, although it was quite a few years ago now and memory fades... My earlier understanding was incorrect. The problem (so far) is not in the GOT. It is definitely in the relocation table. [...] I

RE: [uClinux-dev] Shared library issues on m68knommu and gcc 4.1.1

2007-07-27 Thread Jate Sujjavanich
My earlier understanding was incorrect. The problem (so far) is not in the GOT. It is definitely in the relocation table. After turning on verbose modes and enabling debug symbols in uClibc, etc etc I was able to compare what elf2flt and the flat format loader were doing. First, let's look at