SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/msp430/binutils/pkg/DESCR
Normal file
22
devel/msp430/binutils/pkg/DESCR
Normal file
|
@ -0,0 +1,22 @@
|
|||
The GNU Binutils are a collection of binary tools for the msp430 target.
|
||||
The main ones are:
|
||||
|
||||
* 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.
|
61
devel/msp430/binutils/pkg/PLIST
Normal file
61
devel/msp430/binutils/pkg/PLIST
Normal file
|
@ -0,0 +1,61 @@
|
|||
@conflict ti-msp430gcc-*
|
||||
@bin bin/msp430-addr2line
|
||||
@bin bin/msp430-ar
|
||||
@bin bin/msp430-as
|
||||
@bin bin/msp430-c++filt
|
||||
@bin bin/msp430-elfedit
|
||||
@bin bin/msp430-gprof
|
||||
@bin bin/msp430-ld
|
||||
@bin bin/msp430-ld.bfd
|
||||
@bin bin/msp430-nm
|
||||
@bin bin/msp430-objcopy
|
||||
@bin bin/msp430-objdump
|
||||
@bin bin/msp430-ranlib
|
||||
@bin bin/msp430-readelf
|
||||
@bin bin/msp430-size
|
||||
@bin bin/msp430-strings
|
||||
@bin bin/msp430-strip
|
||||
@comment @info info/as.info
|
||||
@comment @info info/bfd.info
|
||||
@comment @info info/binutils.info
|
||||
@comment @info info/configure.info
|
||||
@comment @info info/gprof.info
|
||||
@comment @info info/ld.info
|
||||
@comment @info info/standards.info
|
||||
@man man/man1/msp430-addr2line.1
|
||||
@man man/man1/msp430-ar.1
|
||||
@man man/man1/msp430-as.1
|
||||
@man man/man1/msp430-c++filt.1
|
||||
@man man/man1/msp430-dlltool.1
|
||||
@man man/man1/msp430-elfedit.1
|
||||
@man man/man1/msp430-gprof.1
|
||||
@man man/man1/msp430-ld.1
|
||||
@man man/man1/msp430-nlmconv.1
|
||||
@man man/man1/msp430-nm.1
|
||||
@man man/man1/msp430-objcopy.1
|
||||
@man man/man1/msp430-objdump.1
|
||||
@man man/man1/msp430-ranlib.1
|
||||
@man man/man1/msp430-readelf.1
|
||||
@man man/man1/msp430-size.1
|
||||
@man man/man1/msp430-strings.1
|
||||
@man man/man1/msp430-strip.1
|
||||
@man man/man1/msp430-windmc.1
|
||||
@man man/man1/msp430-windres.1
|
||||
msp430/
|
||||
msp430/bin/
|
||||
@bin msp430/bin/ar
|
||||
@bin msp430/bin/as
|
||||
@bin msp430/bin/ld
|
||||
@bin msp430/bin/ld.bfd
|
||||
@bin msp430/bin/nm
|
||||
@bin msp430/bin/objcopy
|
||||
@bin msp430/bin/objdump
|
||||
@bin msp430/bin/ranlib
|
||||
@bin msp430/bin/strip
|
||||
msp430/lib/
|
||||
msp430/lib/ldscripts/
|
||||
msp430/lib/ldscripts/msp430.x
|
||||
msp430/lib/ldscripts/msp430.xbn
|
||||
msp430/lib/ldscripts/msp430.xn
|
||||
msp430/lib/ldscripts/msp430.xr
|
||||
msp430/lib/ldscripts/msp430.xu
|
Loading…
Add table
Add a link
Reference in a new issue