| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/projects/binutils-2.17/; revision=214636
|
| |
|
|
|
|
|
| |
libbfd, which still need WARNS=2.
Notes:
svn path=/projects/binutils-2.17/; revision=214223
|
| |
|
|
| |
Notes:
svn path=/projects/binutils-2.17/; revision=214167
|
| |
|
|
|
|
|
| |
deletions easier.
Notes:
svn path=/projects/binutils-2.17/; revision=214166
|
| |
|
|
|
|
|
|
|
|
| |
and using them.
Reviewed by: marcel,imp
Desired by: ache
Notes:
svn path=/head/; revision=141911
|
| |
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/head/; revision=136910
|
| |
|
|
|
|
|
| |
by gdb(1). While here, sort SRCS.
Notes:
svn path=/head/; revision=130751
|
| |
|
|
| |
Notes:
svn path=/head/; revision=130575
|
| |
|
|
| |
Notes:
svn path=/head/; revision=126343
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD. This method attempts to centralize all the necessary hacks
or work arounds in one of two places in the tree (src/Makefile.inc1
and src/tools/build). We build a small compatibility library
(libbuild.a) as well as selectively installing necessary include
files. We then include this directory when building host binaries.
This removes all the past release compatibilty hacks from various
places in the tree. We still build on tip of stable and current. I
will work with those that want to support more, although I anticipate
it will just work.
Many thanks to ru@, obrien@ and jhb@ for providing valuable input at
various stage of implementation, as well as for working together to
positively effect a change for the better.
Notes:
svn path=/head/; revision=113136
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106852
|
| |
|
|
|
|
|
|
| |
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=89878
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89877
|
| |
|
|
|
|
|
|
|
|
|
| |
are linking against does not have basename(). There is a buffer overflow
bug in lib/libc/gen/basename.c rev 1.1. There is no way for us to test
what revision of basename() we have in libc, thus this change.
Requested by: ru
Notes:
svn path=/head/; revision=83993
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The version of the kernel has no bearing on what is in libc.
We now search for basename in libc to determin if we need to include
the libiberty version in the build.
This is all still a bit bogus as it will (like the sysctl method) cause
basename.o to be linked into the cross-build as well as the host build. It
would probably be better to test if we were doing the initial host build and
unconditionally include that. Once we've generated the target libc we know
that basename is available. (maybe test for $TOOLS_PREFIX or something).
Submitted by: peter
Notes:
svn path=/head/; revision=83477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83166
|
| |
|
|
| |
Notes:
svn path=/head/; revision=80020
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77324
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75045
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75034
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68780
|
| |
|
|
|
|
|
| |
comming 2.10 release.
Notes:
svn path=/head/; revision=60777
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
| |
INTERNALSTATICLIB to suppress installation of internal libraries.
Notes:
svn path=/head/; revision=34498
|
|
|
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
|