summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2004-04-23Port the gcc2 bounds checking support to gcc3, activated with -WboundedAnil Madhavapeddy
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat
2004-04-21- point people to smm docsJason McIntyre
2004-04-19some gcc3/propolice --enable-checking fixes:Anil Madhavapeddy
2004-04-19fix mysql bug: http://bugs.mysql.com/bug.php?id=1442Hiroaki Etoh
2004-04-19fix mysql bug: http://bugs.mysql.com/bug.php?id=1442Hiroaki Etoh
2004-04-16- a malicious server may send path names that translate out of theOtto Moerbeek
2004-04-09cvs does not need a private version of getopt(3), our in-tree getopt(3)Todd C. Miller
2004-04-08In GO_IF_LREGITIMATE_ADDRESS(), use RTX_OK_FOR_BASE_P() to check for aMiod Vallat
2004-04-07merge local changes into perl-5.8.3Todd C. Miller
2004-04-07perl 5.8.3 from CPANTodd C. Miller
2004-04-06When optimizing a logical arithmetic operation, which operands are bothMiod Vallat
2004-04-05Switch mvme88k to -O2 optimization by default.Miod Vallat
2004-03-31byteswap strtab length on writing w/o affecting variable'sMichael Shalayeff
2004-03-3010 X's for mktemp(1);Jason McIntyre
2004-03-19Disable caller-save (which is enabled at -O2 or -Os) as it suffers from aMiod Vallat
2004-03-19Stricter file permissions upon install.Miod Vallat
2004-03-08Do not build binutils on arm. ARM needs at least binutils 2.14.Dale Rahn
2004-03-03Do not segfault writing an empty history list to a file. Resolves PR 3690.Otto Moerbeek
2004-03-01Correctly compute pc-relative relocation addend for amd64.Mark Kettenis
2004-03-01Build libf2c on gcc3 architectures, ok deraadt@Dale Rahn
2004-02-29Build this properly on OpenBSD.Dale Rahn
2004-02-29Import of libf2c from gcc3.3.2Dale Rahn
2004-02-27cope with MACHINE_ARCH changing from x86_64 to amd64. For now, we wantTheo de Raadt
2004-02-27Teach gcc the proper "set" syntax for __attribute__ ((alias)) to workMiod Vallat
2004-02-24(process_mips_specific): Print conflictsno as an unsigned long.Brad Smith
2004-02-24(display_debug_info): Cast for 64bit hosts.Brad Smith
2004-02-23fix a seg fault issue with objdump on sparc64.Brad Smith
2004-02-21kill old copies of gcc-localMarc Espie
2004-02-21lose gcc-local as well.Marc Espie
2004-02-21zap cccp.1, install phantom info.Marc Espie
2004-02-20do not install a ccpp.1 linkTheo de Raadt
2004-02-18Be sure to pass a third argument to open() when used with O_CREAT.Miod Vallat
2004-02-17qmake on sparc64 uses a character array with the size of 1 and pp moves its l...Hiroaki Etoh
2004-02-16fix gcc3 i386 strange behavior about extracting insns from PARALLEL insn. thi...Hiroaki Etoh
2004-02-12remove the rev 1.2 fix on every architecuters except ARM due to propolice bre...Hiroaki Etoh
2004-02-11enable shared libs on amd64; from drahnTheo de Raadt
2004-02-10configs for amd64; brad@ okMichael Shalayeff
2004-02-10remove HARD_QUAD from sparc64, as was done in gcc 2.95Nikolay Sturm
2004-02-10force jump tables into .text for they get screwed in .rodata for -fpic; espie...Michael Shalayeff
2004-02-09Corrected lib_specs for OPENBSD/arm shared libraries. copied from alpha.Dale Rahn
2004-02-09Do not compile libstdc++ with --enable-shared on NOPIC archs. ok espie@Dale Rahn
2004-02-08shave build time.Marc Espie
2004-02-07Copy arm/t-netbsd removing the shared libgcc pieces, suggested by espieDale Rahn
2004-02-05fix the conversion of the insn that comes from gen_load_multiple. ARM process...Hiroaki Etoh
2004-02-03new file is needed to get define early enough for other headers, addDale Rahn
2004-02-03grok VIA C3 xmove-* and xcrypt-* instructions; niklas okTheo de Raadt
2004-02-01Add support for xmove-rng and xcrypt-{ecb,cbc,cfb,ofb} instructions foundTheo de Raadt
2004-02-01Permit '-' in a mnemonic. This is needed for the new VIA C3 xmove-rngTheo de Raadt
2004-02-01add paper.txt target;Jason McIntyre