This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 target/11197] two function pointers to the same function are not equal


------- Additional Comments From danglin at gcc dot gnu dot org  2004-06-22 03:26 -------
This is fixed in all current branches.  Function pointers are
now canonicalized for this target using a magic call into the
dynamic loader to resolve function addresses.

There is some discussion of implementing official procedure
descriptors but it is not clear at this time whether this can
be done in a compatible manner.

This is really a binutils/glibc problem.


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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11197


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