This is the mail archive of the libc-help@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]

Making symbols non version specific


Hello All,

This maybe a stupid question but I'd ask anyway. Is there a way we can
make this a non-version (GLIBC) specific?
$ objdump -x libstdc++.so.6.0.9 | grep GLIBC
...
00041f0c g     F .text  00000050
_ZNSt19istreambuf_iteratorIcSt11char_traitsIcEEppEv@GLIBCXX_3.4
00000000       F *UND*  00000114              strchr@@GLIBC_2.4
00000000       F *UND*  00000098              wctype@@GLIBC_2.4
00000000       F *UND*  000000cc              wmemcmp@@GLIBC_2.4
00000000       F *UND*  00000040              __cxa_atexit@@GLIBC_2.4
00000000       F *UND*  00000028              wcscoll@@GLIBC_2.4
00000000       F *UND*  00000094              memset@@GLIBC_2.4
...

I was thinking of making the changes in the following files but not
really sure if how that would help:
      glibc-2.3/sysdeps/arm/eabi/Versions
      glibc-2.3/sysdeps/m68k/coldfire/shlib-versions
      glibc-2.3/Versions.def
      glibc-2.3/shlib-versions
      glibc-2.3/math/Versions

Thanks in advance,
-jason

-- 
"Regard your soldiers as your children,
  and they will follow you into the deepest valleys.
  Look on them as your beloved sons,
  and they will stand by you even unto death!"

  - Sun Tzu, the art of war


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