You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libr/src
Alexander Golubev 8380fc26a4 Use compilation config-time checks instead of linker version
To rely on current linker's version to determine the libbfd version is
unreliable. In particular it's likely to yield wrong result in next
use-cases:
 - cross-compilations
 - build with non-GNU toolchain
 - just  build with another linker version

Unfortunately libbfd doesn't provide a reliable way to retrieve version
information, so we will have to check for features in specific versions
we are interested in.

Note: this essentially reverts most of the changes introduced by
c57eae3161.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
3 months ago
..
CMakeLists.txt Replace pthread and dl linking with cmake-based variables 1 year ago
config.h.cmake Use compilation config-time checks instead of linker version 3 months ago
cvtendian.h Initial import 11 years ago
gettext.h Initial import 11 years ago
libr-backends.h Initial import 11 years ago
libr-bfd.c Use compilation config-time checks instead of linker version 3 months ago
libr-bfd.h Use __WORDSIZE instead of BFD_HOST_64BIT_LONG 3 years ago
libr-elf.c Rework unbalanced #ifdef blocks to improve code formatting. 4 years ago
libr-elf.h Initial import 11 years ago
libr-gtk.c Remove libglade related code, since libglade is no longer available 2 years ago
libr-gtk.h Remove libglade related code, since libglade is no longer available 2 years ago
libr-i18n.c Initial import 11 years ago
libr-i18n.h Initial import 11 years ago
libr-icons.c Fix setting UUID of ELF file icon. 5 years ago
libr-icons.h Initial import 11 years ago
libr-internal.h Initial import 11 years ago
libr-link.h Initial import 11 years ago
libr-ro.c Initial import 11 years ago
libr-ro.h Initial import 11 years ago
libr.c Initial import 11 years ago
libr.h Initial import 11 years ago
onecanvas.c Replace TRUE/FALSE with boolean values true/false 9 months ago
onecanvas.h Initial import 11 years ago
tempfiles.c Replace TRUE/FALSE with boolean values true/false 9 months ago
tempfiles.h Initial import 11 years ago