ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/binutils/pkg-descr
Revision: 21954
Committed: Thu Sep 29 20:53:06 2016 UTC (7 years, 6 months ago) by laffer1
File size: 530 byte(s)
Log Message:
binutils 2.27

File Contents

# Content
1 The GNU Binutils are a collection of binary tools. The main ones are:
2
3 * ld - the GNU linker.
4 * as - the GNU assembler.
5
6 Most of these programs use BFD, the Binary File Descriptor library, to do
7 low-level manipulation. Many of them also use the opcodes library to assemble
8 and disassemble machine instructions.
9
10 This port may be used as a replacement for the system binutils and support
11 features from the latest versions of GCC.
12
13 For cross-compilation, see the devel/cross-binutils port.
14
15 WWW: http://sources.redhat.com/binutils/