Version: 2.31.1, Package name: arm-none-eabi-binutils-2.31.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description GNU Binutils collection, configured for the ${CONFIG} target. * ld - the GNU linker. * as - the GNU assembler. But they also include: * addr2line - Converts addresses into filenames and line numbers. * ar - A utility for creating, modifying and extracting from archives. * c++filt - Filter to demangle encoded C++ symbols. * gprof - Displays profiling information. * nlmconv - Converts object code into an NLM. * nm - Lists symbols from object files. * objcopy - Copys and translates object files. * objdump - Displays information from object files. * ranlib - Generates an index to the contents of an archive. * readelf - Displays information from any ELF format object file. * size - Lists the section sizes of an object or archive file. * strings - Lists printable strings from files. * strip - Discards symbols. * windres - A compiler for Windows resource files. Most of these programs use BFD, the Binary File Descriptor library, to do low-level manipulation. Many of them also use the opcodes library to assemble and disassemble machine instructions. |
Filesize: 29405.058 KB |
Version History (View Complete History) |
|
2021-01-31 04:26:40 by Mark Kettenis | Files touched by this commit (8) |
Log message: update arm-none-eabi binutils to 2.31.1 fixes a linker issue with some u-boot targets |
2020-10-05 23:53:05 by Jonathan Gray | Files touched by this commit (6) |
Log message: update arm-none-eabi binutils to 2.30 adds support for Cortex-M33 initial patch from Dave Vandervies with plist changes added |
2017-08-02 05:40:41 by Mark Kettenis | Files touched by this commit (2) |
Log message: Add fix to build ATF (ARM Trusted Firmware). ok patrick@, sthen@, jsg@, bmercer@ |
2017-07-16 06:44:19 by Mark Kettenis | Files touched by this commit (10) |
Log message: Update to binutils 2.27. ok patrick@, bmercer@, jsg@, sthen@ |
2017-06-02 17:17:08 by Ingo Schwarze | Files touched by this commit (4) |
Log message: no relevant formatting differences, drop USE_GROFF and bump those three of the four pacakges that change |
2016-12-06 10:24:02 by Patrick Wildt | Files touched by this commit (11) |
Log message: Split devel/arm-none-eabi into two FLAVORs so that we can use the same port to compile gcc and binutils targeted for either ARM or AArch64. ok zhuk@ sthen@ |