1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-12 10:22:39 +03:00
Files
mariadb/pstack/pstack.c
unknown a1466d1edc fixed bug #1661 Compiling --pstack fails with binutils 2.13.90
fixed wrong execution of bfd_get_symtab_upper_bound in pstack/pstack.c
for files which don't contain symbols..
to avoid failing of new binutils (old binutils returned 0 in this case)


pstack/pstack.c:
  fixed bug #1661 Compiling --pstack fails with binutils 2.13.90
  
  fixed wrong execution of bfd_get_symtab_upper_bound 
  for files which don't contain symbols..
  to avoid failing of new binutils (old binutils returned 0 in this case)
2004-02-16 18:09:23 +04:00

61 KiB