| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
syntactically invalid assembler, which is normally not a problem as it
is also using -S.
|
|
- match ARM CPU default of GCC
- better support for SPARC64
- type checkings for abs/fabs
- null pointer checks against struct member
- various other improvements
|
|
|
|
|
|
|
|
|
|
|
|
joerg - thanks!
|
|
aligned
|
|
(except if _RUMPKERNEL is defined)
|
|
|
|
|
|
Consistently drop assembler flags.
|
|
|
|
one (which is nonexistant for now).
|
|
|
|
There is no user for it. Even worse, it breaks dtrace build for arm.
|
|
|
|
|
|
|
|
and netbsd-elf.h on powerpc64-netbsd.
port netbsd64.h forward from GCC changes. (it's a pity that
a vast portion of linux64.h isn't in some common header that
netbsd64.h and freebsd64.h could also used. there's 100s of
lines of copypasta here, oh well.)
|
|
If no FPU was found, reinit vfp_fpscr_changeable/default to values appropriate
for softfloat.
|
|
|
|
|
|
|
|
|
|
|
|
If it fails, it'll fall into the botch case so don't bother calling CERROR
on failure.
|
|
|
|
|
|
|
|
Fixes PR/48635
|
|
|
|
|
|
so ldrd won't fail.
|
|
|
|
Reported in PR kern/48547 by ozaki-r.
|
|
files.i2c is already included in conf/files. So we don't need to include
it in this file.
This fix shuts up many warnings on building sys/modules/iic.
|
|
|
|
|
|
Should fix failures observed in PR bin/48624.
|
|
|
|
|
|
|
|
|
|
|
|
|