| Age | Commit message (Collapse) | Author |
|
GDB 6.1.1 was released in June 2004 and is long obsolete. It does not
support all of the architectures that FreeBSD does, and imposes
limitations on the FreeBSD kernel build, such as the continued use of
DWARF2 debugging information.
It was kept (in /usr/libexec/) only for use by crashinfo(8), which
extracts some basic information from a kernel core dump after a crash.
Crashinfo already prefers gdb from port/package if installed.
Future work may add kernel debug support to LLDB or find another path
for crashinfo's needs, but in any case we do not want to ship the
excessively outdated GDB in FreeBSD 13.
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D27610
Notes:
svn path=/head/; revision=368667
|
|
unused input() functions emitted by lex.
MFC after: 1 week
Notes:
svn path=/head/; revision=228601
|
|
Notes:
svn path=/projects/binutils-2.17/; revision=214639
|
|
libbfd, which still need WARNS=2.
Notes:
svn path=/projects/binutils-2.17/; revision=214223
|
|
Notes:
svn path=/projects/binutils-2.17/; revision=214173
|
|
deletions easier, and sort the file list.
Notes:
svn path=/projects/binutils-2.17/; revision=214172
|
|
any fake value.
Notes:
svn path=/head/; revision=136910
|
|
Notes:
svn path=/head/; revision=130575
|
|
Use WARNS?= instead of WARNS=
For this to work properly for all part is the subdirectories
the WARNS assignments in Makefile.inc0 are moved to the correspondning
Makefile.inc.
Approved by: obrien (binutils maintainer)
Tested by: make universe
Notes:
svn path=/head/; revision=126197
|
|
As far as binutils is concerned, the amd64 platform is still called
"x86-64"/"x86_64". Setting things from ${MACHINE_ARCH} breaks that.
Approved by: re (scottl)
Notes:
svn path=/head/; revision=114834
|
|
Notes:
svn path=/head/; revision=104852
|
|
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
Notes:
svn path=/head/; revision=96513
|
|
Tested by: gcc31, gcc32, /usr/bin/cc
Notes:
svn path=/head/; revision=92206
|
|
Notes:
svn path=/head/; revision=89886
|
|
Notes:
svn path=/head/; revision=84906
|
|
Notes:
svn path=/head/; revision=78848
|
|
Notes:
svn path=/head/; revision=78847
|
|
It has rotted quite badly and no one has provided updates for it.
Notes:
svn path=/head/; revision=75400
|
|
Notes:
svn path=/head/; revision=72798
|
|
comming 2.10 release.
Notes:
svn path=/head/; revision=60777
|
|
The target machine is represented by TARGET_ARCH. MACHINE_ARCH always
represents the host machine. When TARGET_ARCH is not defined, it is
assumed to be equal to MACHINE_ARCH. This means that we're building a
native toolset by default. We're creating cross-compilation tools when
MACHINE_ARCH != TARGET_ARCH.
TARGET_ARCH is defined when building binutils as part of the bootstrap
build and is set to reflect the architecture we're currently cross-
building. With this change binutils is ready for cross-building.
Notes:
svn path=/head/; revision=54748
|
|
Notes:
svn path=/head/; revision=50472
|
|
zero when building for little endian machines.
Correct the target names for mips. We just use the generic targets
for mips elf, so the mipse[lb]-unknown-freebsd emulation types don't
exist.
Notes:
svn path=/head/; revision=45932
|
|
rules work identically, except that they actually work if the yacc-
generated header somehow becomes out of date.
Notes:
svn path=/head/; revision=36620
|
|
is ELF from here on.
Notes:
svn path=/head/; revision=35713
|
|
INTERNALSTATICLIB to suppress installation of internal libraries.
Notes:
svn path=/head/; revision=34498
|
|
support building it for variant architectures. It was already
becoming clear that the former structure was too rigid and didn't
scale well.
The usual sort of makefile magic arranges to .include an architecture
specific makefile "Makefile.${MACHINE_ARCH}" in each directory
where it exists. Also, sources will be found in each subdirectory
"${MACHINE_ARCH}" that exists. This is all taken care of automatically
by the top level "Makefile.inc0".
This all seems to work right for the i386 now. I have also converted
those alpha pieces already present to the new schema as best I
could.
Also: change the BINDIR on the i386 to /usr/libexec/elf for "ar"
and "ranlib". They are not object format independent enough to
put into /usr/bin.
Notes:
svn path=/head/; revision=34495
|
|
This finishes up the binutils import. But I am leaving it disabled
in "src/gnu/usr.bin/Makefile" for now. It is not used by anything
yet, so I'll take this opportunity to run one more round of tests
before enabling it.
Notes:
svn path=/cvs2svn/branches/JDP/; revision=33975
|