| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/releng/5.1/; revision=115812
|
| |
|
|
| |
Notes:
svn path=/releng/5.1/; revision=115436
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
give the cvs tree a surviving a 'make world'. One of the two diff chunks
is already in gcc-3.3, the other has been committed to gcc's HEAD and
is in the pipeline for gcc-3.3.1 (but has not been committed yet).
The first chunk simplifies an excessively complex assembler statement
when generating switch jump tables. The use of '.' causes as(1) to choke
on big files. Use a simpler form instead. This is only an issue for
TARGET_64BIT mode.
The second chunk fixes an internal compiler error when compiling
libc/stdio/vfprinf.c. While this is supposedly only an issue for
64 bit mode, it does touch the 32 bit i386 code paths, so this patch
is only applied for TARGET_ARCH == amd64 to keep the risks down.
Breaking gcc at the 11th hour would suck.
This will be removed when it is time to import gcc-3.3.
Discussed with: kan
Approved by: re (jhb)
Notes:
svn path=/head/; revision=115292
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=114740
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114525
|
| |
|
|
|
|
|
| |
upgraded to version 4.5.
Notes:
svn path=/head/; revision=114480
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114479
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114468
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114425
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114412
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114327
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114129
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114083
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114050
|
| |
|
|
|
|
|
| |
Sponsored by: Microsoft
Notes:
svn path=/head/; revision=114049
|
| |
|
|
|
|
|
| |
I have a better fix in the works.
Notes:
svn path=/head/; revision=113398
|
| |
|
|
|
|
|
| |
by -legacy, liblegacy.a should come last in the LDADD list.
Notes:
svn path=/head/; revision=113369
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=112940
|
| |
|
|
|
|
|
|
| |
PR: 48277
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Notes:
svn path=/head/; revision=112656
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
or dead kernel core is loaded into gdb. This extends gdb's existing
shared library support, so the "info sharedlibrary", "sharedlibrary"
and "nosharedlibrary" commands can be used to view and change the
list of loaded symbol files.
The current implementation is more than a kludge however, and it
will not always manage to find the .ko.debug file corresponding to
the loaded module. In particular, for modules whose build directory
cannot be easily guessed from the module name such as all the
netgraph modules, the debug version of the .ko will not be found
automatically.
The logic for finding the module file first attempts to guess at
the module build directory by parsing the version[] string. Then
using that directory ($DIR), it tries the following paths in turn:
./<module>.ko.debug ./<module>.ko
$DIR/<module>.ko.debug $DIR/<module>.ko
/boot/kernel/<module>.ko.debug /boot/kernel/<module>.ko
Approved by: obrien, mp
Notes:
svn path=/head/; revision=112454
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112374
|
| |
|
|
|
|
|
| |
Submitted by: cron
Notes:
svn path=/head/; revision=111490
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111451
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111401
|
| |
|
|
|
|
|
| |
List from: benno
Notes:
svn path=/head/; revision=111204
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110876
|
| |
|
|
|
|
|
|
|
| |
to where it actually belongs.
Submitted by: phantom
Notes:
svn path=/head/; revision=110864
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110808
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110807
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110662
|
| |
|
|
|
|
|
| |
and remove the WANT_OPENSSL_MANPAGES knob.
Notes:
svn path=/head/; revision=110655
|
| |
|
|
|
|
|
|
|
|
|
| |
options.h to config.h.in and set via ./configure when built normally.
Export some of the build knobs to the Makefile here, overridable
from /etc/make.conf. Also get the version strings right.
config.h was repocopied to config.h.proto, and we do a limited sed on it
at build time now.
Notes:
svn path=/head/; revision=109667
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109666
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109663
|
| |
|
|
|
|
|
| |
ELF one.
Notes:
svn path=/head/; revision=109618
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108674
|
| |
|
|
|
|
|
| |
Submitted by: Peter Edwards <pmedwards@eircom.net>
Notes:
svn path=/head/; revision=108673
|
| |
|
|
|
|
|
|
| |
Approved by: obrien
MFC after: 3 days
Notes:
svn path=/head/; revision=108672
|
| |
|
|
|
|
|
|
|
|
|
| |
for more detailed information about sdiff(1). Hopefully this will
make it easier to find how `interactive merging' works with sdiff.
PR: docs/30618
Submitted by: mark@summersault.com
Notes:
svn path=/head/; revision=107886
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107788
|
| |
|
|
|
|
|
|
| |
Submitted by: Marcel
Approved by: RE
Notes:
svn path=/head/; revision=107644
|
| |
|
|
|
|
|
| |
correct spelling of our rtld.
Notes:
svn path=/head/; revision=107643
|
| |
|
|
|
|
|
|
|
| |
to do this right.
Approved by: RE
Notes:
svn path=/head/; revision=107642
|
| |
|
|
|
|
|
| |
spelling of our rtld.
Notes:
svn path=/head/; revision=107641
|
| |
|
|
|
|
|
|
|
| |
This should have been committed with ia64/bfd.h rev 1.6.
Approved by: RE
Notes:
svn path=/head/; revision=107640
|
| |
|
|
| |
Notes:
svn path=/head/; revision=107614
|
| |
|
|
|
|
|
|
|
| |
build.
Approved by: re
Notes:
svn path=/head/; revision=107568
|
| |
|
|
|
|
|
|
|
| |
one that I originally used on freefall etc.
Approved by: re
Notes:
svn path=/head/; revision=107564
|