summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2011-07-15Redo previous change in a better way, as suggested by mrg.apb
2011-07-14Sprinkle some "NetBSD_DISABLED_" prefixes in file names in Makefileapb
2011-07-11replace "(CORE_ADDR) (uintptr_t) NULL" by a simple "0" - avoids the dancemartin
2011-07-07apply a couple of (int) before r_type switch usage.mrg
2011-07-06cast to int as the fake relocs are not in enum elf_ppc_reloc_type, andmrg
2011-07-03apply some -O0 for sun2.mrg
2011-07-03apply some (uintptr_t) between pointers, ints and other casts.mrg
2011-06-29use:mrg
2011-06-21prepare to build native gcc 4.5, don't build native gcc 4.1, for HAVE_GCC=45mrg
2011-06-20remove sh5 code.mrg
2011-06-11If compiled with -msoft-float, make the compiler emit soft float codematt
2011-06-11If we are compiling -msoft-float, define _SOFT_FLOATmatt
2011-06-07Pull following m68k softfloat fixes from upstream:tsutsui
2011-06-06Pull the following revision from upstream to provide __unordsf2() andtsutsui
2011-05-30Disable build with clang since it ends up calling __floatuntixf, whichjoerg
2011-05-30Ignore warnings when building with clang for now.joerg
2011-05-27add a line "image_generator gs" to the DESC file as the originaldrochner
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-05-25Don't define explicit instantiation as inline.joerg
2011-05-25Set WARNS explicitly to 0.joerg
2011-05-23Fix castjoerg
2011-05-23Avoid using a variable as format string.joerg
2011-05-21Do not use TAB to line up library arguments, use spaces.wiz
2011-05-20Put the -std=gnu89 into CPPFLAGS to make sure it gets applied after thejoerg
2011-05-20Needs -fheinous-gnu-extensions when building with Clangjoerg
2011-05-20Force GNU89 mode for GCC itself to deal with the non-standardjoerg
2011-05-20Clang doesn't support some of the GNU extensions here, so disable it.joerg
2011-05-19Add missing prototype for __cmpdf2christos
2011-05-15include headers to get proper prototypes visible.christos
2011-05-15find system.h in srcchristos
2011-05-15include "system.h" for idir()christos
2011-05-15include <sys/ioctl.h> for ioctl()christos
2011-05-15register c -> int cchristos
2011-05-15include headers to make prototypes visible.christos
2011-05-15include posixver.h to find the prototype for posix2_version()christos
2011-05-11Fix two rather obviousbuffer overflows, one of them hitting all the time.joerg
2011-05-08Add a no_stack_protector function attribute to localize the effectchristos
2011-04-21Add MKBSDGREP switch for easy testing of the GNU grepjoerg
2011-04-15Move the headers for compiler and platform specific intrinsincs fromjoerg
2011-04-10Add back a stylish new line.joerg
2011-04-10Reduce difference between src/tools/gcc and src/gnu/usr.bin/gcc4joerg
2011-04-10Don't install limits.h.joerg
2011-04-10Extend CPPFLAGS, don't replace itjoerg
2011-04-04I've been using this patch (which comes from Matt Thomas, maybe?) fordyoung
2011-03-24Don't install stddef.h and friends, they don't work as intended withoutjoerg
2011-03-12Define HAVE_AS_TLS until our build tools figure out how to do it.matt
2011-03-10Re-run mknative to pick up TLS support..skrll
2011-03-10Look for TLS on hppa on netbsd.skrll
2011-03-10Rename some registers to reflect reality.skrll
2011-03-03Provide more regsiters including CR27.skrll