Silvan Calarco 9855f5b976 modify libbdf.so and libopcodes.so to prevent shared linking external of binutils
added --with-pic build option
install also /usr/hbin/readelf as a symlink
don't add build_id symlinks in cross targets to avoid conflicts
add debug package [release 2.33.1-3mamba;Mon Nov 25 2019]
2024-01-05 20:48:09 +01:00

binutils

Binutils is a collection of binary utilities, including:

  • ar: creating modifying and extracting from archives
  • nm: for listing symbols from object files
  • objcopy: for copying and translating object files
  • objdump: for displaying information from object files
  • ranlib: for generating an index for the contents of an archive
  • size: for listing the section sizes of an object or archive file
  • strings: for listing printable strings from files
  • strip: for discarding symbols (a filter for demangling encoded C++ symbols
  • addr2line: for converting addresses to file and line
  • nlmconv: for converting object code into an NLM
Description
GNU Binary Utility Development Utilities
https://www.gnu.org/software/binutils/binutils.html
Readme 105 KiB
Languages
Diff 100%