OSDN Git Service

As Mike Frysinger notes, this code is still needed. I
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Fri, 27 Aug 2004 08:46:19 +0000 (08:46 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Fri, 27 Aug 2004 08:46:19 +0000 (08:46 -0000)
commit45dd7bda4ea543f41dbd535d6727e76cc438d11a
tree3fc50d2499d14ab737d74e2264a60ff089630479
parent6cd34f77ff5044e6aeb1cf01f02a8403351c4ad1
As Mike Frysinger notes, this code is still needed. I
misread this code and removed it, sorry.

I printed the values of _dl_brkp and _dl_envp in ldso and
got this when executing:
ls:
   __curbrk: 0x300c16e0
   __environ: 0x1008372c
ldd:
  __curbrk: 0x300776e0
  __environ: 0x3007759c

why is__environ in the app when executing ls but not ldd?
ldso/ldso/ldso.c