This project is a fork of the binutils-gdb.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/binutils-gdb.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionblckswans binutils fork
homepage URLhttps://blckswan.no/binutils
owneranders@blckswan.no
last changeMon, 30 May 2022 16:59:06 +0000 (30 12:59 -0400)
content tags
add:
README
		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.

If you are receiving this as part of a GDB release, see the file gdb/README.
If with a binutils release, see binutils/README;  if with a libg++ release,
see libg++/README, etc.  That'll give you info about this
package -- supported targets, how to use it, how to report bugs, etc.

It is now possible to automatically configure and build a variety of
tools with one command.  To build all of the tools contained herein,
run the ``configure'' script here, e.g.:

	./configure 
	make

To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
	make install

(If the configure script can't determine your type of computer, give it
the name as an argument, for instance ``./configure sun4''.  You can
use the script ``config.sub'' to test whether a name is recognized; if
it is, config.sub translates it to a triplet specifying CPU, vendor,
and OS.)

If you have more than one compiler on your system, it is often best to
explicitly set CC in the environment before running configure, and to
also set CC when running make.  For example (assuming sh/bash/ksh):

	CC=gcc ./configure
	make

A similar example using csh:

	setenv CC gcc
	./configure
	make

Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.
shortlog
2022-05-30 Simon Marchigdb/testsuite: fix gdb.trace/signal.exp on x86master
2022-05-30 Pedro Alvesgdb/manual: Introduce location specs
2022-05-30 Luis MachadoMove 64-bit BFD files from ALL_TARGET_OBS to ALL_64_TAR...
2022-05-30 Luis MachadoFix failing test for armeb-gnu-eabi
2022-05-30 Alan ModraUse a union to avoid casts in bfd/doc/chew.c
2022-05-30 Alan Modrause libiberty xmalloc in bfd/doc/chew.c
2022-05-30 Alan ModraUpdate K&R functions in bfd/doc/chew.c
2022-05-30 Alan ModraReorganise bfd/doc/chew.c a little
2022-05-30 jiaweiRISC-V: Add zhinx extension supports.
2022-05-30 GDB AdministratorAutomatic date update in version.in
2022-05-29 GDB AdministratorAutomatic date update in version.in
2022-05-28 Andrew Burgessgdb/python: improve formatting of help text for user...
2022-05-28 Andrew Burgessgdb: use gdb::unique_xmalloc_ptr<char> for docs in...
2022-05-28 Vladimir Mezentsevgprofng: fix build with -mx32
2022-05-28 GDB AdministratorAutomatic date update in version.in
2022-05-27 Tom TromeyFix crash with "maint print arc"
...
tags
2 years ago gdb-12.1-release GDB 12.1 Release.
2 years ago binutils-2_38 Official GNU Binutils 2.38 release
2 years ago gdb-11.2-release GDB 11.2 Release.
2 years ago gdb-11.1-release GDB 11.1 Release.
2 years ago binutils-2_37 Official GNU Binutils 2.37 Release
3 years ago gdb-10.2-release GDB 10.2 Release.
3 years ago binutils-2_36_1 The 2.36.1 release
3 years ago binutils-2_35_2 This is the GNU Binutils 2.35.2...
3 years ago binutils-2_36 Official Binutils 2.36 release
3 years ago gdb-10.1-release GDB 10.1 Release.
3 years ago binutils-2_35_1 2.35.1 point release
3 years ago binutils-2_35 Official GNU Binutils 2.35 release.
4 years ago gdb-9.2-release GDB 9.2 Release.
4 years ago gdb-9.1-release GDB 9.1 Release.
4 years ago binutils-2_34 Official GNU Binutils 2.34 release
4 years ago binutils-2_33_1 Binutils 2.33.1 point release
...
heads
2 years ago master
2 years ago binutils-2_38-branch
2 years ago gdb-12-branch
2 years ago users/jv/wip/feature-py-jit-api
2 years ago users/palves/info_breakpoints_improvements
2 years ago gdb-11-branch
2 years ago users/amerey/debuginfod-size
2 years ago users/ARM/morello-binutils-gdb-master
2 years ago binutils-2_37-branch
2 years ago users/ssbssa/pdb-reader-preview
2 years ago users/jemarch/poke-gdb
2 years ago users/palves/windows-non-stop
2 years ago users/roland/gprofng-zlib
2 years ago users/simark/amdgpu-readelf
2 years ago users/maskray/gold-relr
2 years ago users/zaric/location_on_dwarf_stack
...