[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[#717032] FYI: changed behaviour of _end symbol



Hi,

the change in binutils might affect also hurd, as

  eglibc-2.17/hurd/Versions:

  GLIBC_2.0 {
    # necessary for the Hurd brk implementation
    _end;
  }

Please recheck.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717032


---------- Forwarded message ----------

1006: 0000000000358e28     0 NOTYPE  GLOBAL DEFAULT  ABS _end@@GLIBC_PRIVATE
1006: 0000000000358e08     0 NOTYPE  GLOBAL DEFAULT   33 _end@@GLIBC_PRIVATE

The value itself does not matter here, but ABS->33 change.

Try to build and run via ktrace under stable and under sid

int main()
{
   sbrk(16*1024);
};

You will see the key difference.

Petr



Reply to: