This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ports/10201] ld.so fails to link on alpha due to relocation errors


------- Additional Comments From rth at gcc dot gnu dot org  2010-05-05 14:58 -------
This error is fixed in commit d09580b1e6c3158fd00a41e71ec5a4ace9f0a2fe.

As the dump from my just-built ld.so has 

  [19] .got              PROGBITS         0000000000034078  00024078
       0000000000000048  0000000000000000  WA       0     0     8
  [20] .sdata            PROGBITS         00000000000340c0  000240c0
       0000000000001010  0000000000000000 WAp       0     0     8
  [21] .sbss             NOBITS           00000000000350d0  000250d0
       000000000000011c  0000000000000000 WAp       0     0     8

a small data area of 4468 bytes, I sincerely doubt this is going to
grow beyond 64k any time soon.  Therefore I'm going to close this bug.
Any future link errors as seen in your report should looked at with
suspicion that the attributes on the variable are incorrect.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=10201

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]