Age | Commit message (Collapse) | Author |
|
removed in upstream gdb sources.
ok kettenis@
|
|
function, this change was made in the 3.4.0 release of gcc.
ok deraadt@
|
|
in Compress::Raw::Zlib Perl module.
initial diff & ok millert@. go for it miod@
|
|
reported by sturm@. fixes libarchive on mips64.
ok millert@, miod@. tested by jasper@.
|
|
|
|
tests from miod@ sthen@ jmc@ jsing@
two additional fixes from miod:
- fix uninitialized stack variable use, leading to occasional crash.
- modify the socklen_t test to include <sys/types.h>, fixes gcc2 build failures
|
|
reported by sturm@. fixes libarchive on sparc64 for naddy@, sturm@.
mips is missing them too; but it has not been tested.
ok millert@, miod@.
|
|
|
|
ok millert@
|
|
|
|
tested in multiple builds on multiple arches by me
ok millert@, simon@
|
|
testing by sthen@ and jasper@, thanks!
ok millert@, jasper@
|
|
- fix g++ regress so it can find libstdc++ in the objdir
okay espie@ kettenis@
|
|
- while here; also accept %F
fixes devel/libconfuse on gcc2 archs
tested by naddy@ on VAX
"no objection" miod@
|
|
made in our port of libiconv. Fixes a problem seen by James Wright on
ports@.
looks fine to espie, ok jasper
|
|
|
|
sendmail and smtpd.
ok gilles@, "Go go go!" todd@
|
|
platforms; ok espie@ kettenis@
|
|
ok espie@
|
|
Slipped in when fixing libstdc++ for gtk2mm, spotted the hard way when
porting nemiver.
ok espie@
|
|
|
|
(TF floats between conversions). also fixes perl. reported and
tested by naddy@. been in snaps for months. go ahead miod@
|
|
Reduces drastically the number of warnings one gets when compiling old
library with newer preprocessor.
tests and okay miod@
|
|
from a pcb when debugging a kernel. Make sure we provide the matching stack
pointer too to avoid duplicating the first frame. Makes "target kvm" much
more useful on powerpc.
|
|
#include <math.h> and expect the C99 macros in that file to be available in
the global namespace. This include was removed upstream some time after
the libstdc++ we use was released.
ok naddy@
|
|
more default stuff.
as discussed with kettenis, landry, and others.
Allow some gnome stuff (gtk2mm) to compile, and does not break source
compatibility with the standard (well, not more than gcc 4.2 does)
|
|
|
|
functions: acos, asin, atan, atan2, cos, cosh, exp, fabs, floor,
log, log10, sqrt, sin, sinh, tan, tanh
fixes quite some ports
tested by brad@. no objections millert@
|
|
-fpie & -fPIE which are similar to -fpic & -fPIC except that the resulting
objects can not be used in shared libraries due to an additional
optimization for pie. This also adds the -pie link flag which produces a
pie executable given pic or pie objects. Combining -pie with -static is
currently disabled. The only gcc3 arch that doesn't support pie at moment
is arm due to binutils relocation bugs.
ok kettenis@
|
|
<ezannoni at redhat dot com> pie branch in gdb cvs, less extraneous
parts and with some bug fixes. Debugging w/core files for pie programs
isn't working yet since AUXV data isn't included in our core files at
the moment.
feedback and ok kettenis@
|
|
|
|
construct, so that it is still written in rtl statements, and part of
it can be put in a delay slot. And the way it's written now, it does not
create bogus uninitialized warnings.
|
|
the two SImode subregs of the DImode destination operand, this confuses
the register life analysis and causes gcc to emit wrong warning about
values not being initialized.
Unfortunately, the fallback logic infers a worse sequence (mov + cmp against
zero + ext of the cmp signedness bit, instead of mov + ext of the sign bit),
which wastes an instruction and a register.
This is hopefully a temporary measure until a nonconfusing flavour of the
fast expansion is devised (preferrably one which does not expose the
optimize_reg_copy_3 big-endian bug as well).
|
|
PR #5033; gcc 2.95 will need a similar fix (soon).
|
|
okay kettenis@, miod@, otto@
|
|
installperl to prevent man page installation of the perl man pages.
|
|
deraadt@
|
|
fixed. tested by me and naddy@. ok theo
|
|
|
|
existing submit.mc to the stock version. Closes PR 4951.
OK sthen@ martynas@
|
|
requested by jmc@
|
|
ok sthen@, xsa@, deraadt@
|
|
This time, add a comment describing why it is there.
|
|
|
|
2008-04-27 (2.8.7dev.9)
* pass a newline after the start of PRE-section in HTGopher.c to force
the first newline between records to be seen and cause the lines to
split (report by Ciprian Dorin Craciun) -TD
|
|
We cannot mkdep DynaLoader.c since it is a generated file.
|
|
makewhatis info for the perl man pages now matches the pages themselves.
|
|
|
|
|
|
|