Commit Graph

225400 Commits

Author SHA1 Message Date
skrll
5b6224b9c8 Hide unused variables in #ifdef FIXME 2014-03-08 18:07:39 +00:00
tsutsui
b9c4fe5c83 Misc cosmetic changes to reduce diffs from other m68k ports.
- replace magic numbers with macro via genassym.cf
- include opt_fpu_emulate.h at the top
- use C-style comments
- add register '%' prefix in comments
- sync several comments
- indent adjustments etc.

No text binary changes. (only .global _KERNEL_OPT_FPU_EMULATE is moved)
2014-03-08 17:44:37 +00:00
martin
d97ddb2687 no NaN tests for vax 2014-03-08 17:05:47 +00:00
skrll
88252f7deb Remove unused variable 2014-03-08 17:05:08 +00:00
skrll
ad5fe86d03 Make db_validate_address compile under 4.8 2014-03-08 16:55:38 +00:00
martin
4765e08d28 Fix wrong variable name, PR bin/48647 from Jim Bernard. 2014-03-08 16:36:24 +00:00
skrll
42399a445e Remove unused variables. 2014-03-08 15:46:20 +00:00
ozaki-r
81f1fa87b7 Mark a variable __diagused 2014-03-08 12:18:04 +00:00
ozaki-r
959d62341c Prepare dtrace_isa.c for build
- Tidy up header file inclusions
- Replace curcpu with cpu_number()
- Fix argument of dtrace_getreg
- Tweak for gcc 4.8

Note that the file is still not buildable.
2014-03-08 11:46:01 +00:00
isaki
8ff9f27f29 Unused variable, for GCC4.8. 2014-03-08 03:20:24 +00:00
mrg
aca3e771de create a fake libgcc_tm.h. 2014-03-08 02:02:22 +00:00
mrg
07c916cf9f crtstuff.c moved into libgcc. 2014-03-08 01:58:11 +00:00
nakayama
33d3876a9f Redo previous. 2014-03-08 01:51:58 +00:00
christos
ed1a42bd3d allow AAAA filtering (from John Baker) 2014-03-07 23:22:26 +00:00
nakayama
cb8a58c771 Mark as __diagused to variables used only in KASSERT. 2014-03-07 22:51:27 +00:00
skrll
62a29c0742 No need to provide a Scrt0.o for PIE as crt0.o is PIC 2014-03-07 21:15:49 +00:00
nakayama
1b088eaae2 Align explicitly to make kernels compiled by clang generate
properly aligned code.
2014-03-07 20:23:09 +00:00
christos
b8f0a3c0e7 change CC to HOST_CC to avoid trying to find <stdarg.h> in an unpopulated
DSTDIR.
2014-03-07 18:37:48 +00:00
matt
c2aa7a25ce Adjust the VERBOSE_ARM_INIT printfs to always the status of both cpus and
the number of cpus, regardless of MULTIPROCESSOR.
2014-03-07 16:38:28 +00:00
matt
bbe1552068 Tell where the corrruption was encountered in the panic message. 2014-03-07 16:36:32 +00:00
skrll
fc20ebc3ec Note arm switch to gcc 4.8 2014-03-07 16:23:42 +00:00
skrll
4aa91ecac7 Switch arm to gcc 4.8
OK matt@
2014-03-07 16:22:24 +00:00
skrll
0b4714ea41 Fix non-DIAGNOSTIC build 2014-03-07 13:19:26 +00:00
martin
1ecc2818f1 Vax does not do +/- INF. 2014-03-07 12:46:47 +00:00
hkenken
cf5baf63ad modified NetWalker kernel config
* add ARM_HAS_VBAR, FPU_VFP etc.
2014-03-07 12:35:14 +00:00
martin
b6407fab71 Fix return value (typo, noticed by Nick Hudson) 2014-03-07 08:42:58 +00:00
martin
b8d03c50d4 Fix typo 2014-03-07 08:40:59 +00:00
martin
3412e5549c Switch alpha over to gcc 4.8 2014-03-07 08:31:05 +00:00
martin
cac2c0dac4 Note alpha switched to gcc 4.8 (fix date for previous) 2014-03-07 08:28:13 +00:00
matt
1de2b6f186 This is no different from the 32bit powerpc one.
Remove the redundancy.
2014-03-07 07:26:42 +00:00
matt
2a0cd0801f these are obsolete. Now using the common powerpc files in csu/arch/powerpc. 2014-03-07 07:23:49 +00:00
matt
3b018d607e Use the sources in ../../arch/powerpc instead 2014-03-07 07:20:56 +00:00
matt
c9642ed49c Now the sources in ../../arch/powerpc 2014-03-07 07:20:24 +00:00
matt
6dd4b41fd3 Reduce duplication.
Use beqlr to quicken returns
2014-03-07 07:17:54 +00:00
matt
afc10638c6 Make MKCOMPAT default to yes for powerpc64.
Make MKCOMPATMODULES defaultt to no for evbppc && powerpc64.
2014-03-07 06:01:34 +00:00
matt
cdbe3bab4f Change OUTPUT to powerpc:common to make powerpc64 ld happy 2014-03-07 05:57:46 +00:00
matt
a151e62066 Fix (back into) comment 2014-03-07 05:51:44 +00:00
matt
db3aaf6ec5 Update for MKCOMPAT=yes 2014-03-07 05:50:41 +00:00
matt
04aa645771 Use new elf32ppc_nbsd emulation. 2014-03-07 05:49:53 +00:00
matt
c3a9c63860 Be a little more careful checking MLIBDIR 2014-03-07 05:49:05 +00:00
matt
b451be7021 No need for LDFLAGS 2014-03-07 05:48:30 +00:00
matt
c81a18bfb9 Restrict arm_cond_ok_p to when !__ASSEMBLER && _KERNEL is true. 2014-03-07 05:30:08 +00:00
matt
b7226711af Avoid a gcc4.8 bogon. 2014-03-07 05:27:33 +00:00
matt
58e1ec0404 Add MKCOMPAT glue for powerpc64 2014-03-07 04:18:06 +00:00
matt
18aa205b7e Add MKCOMPAT support for powerpc64. 2014-03-07 04:16:25 +00:00
matt
7412f6d60a Fix MULTILIB variables to match reality. 2014-03-07 04:15:34 +00:00
matt
7e9f53e082 WCHAR_SIZE is always int on NetBSD 2014-03-07 04:14:30 +00:00
matt
b24a2a16b7 Add support for setting LIB_PATH for powerpc*-netbsd* on powerpc64*-netbsd* 2014-03-07 04:13:46 +00:00
matt
6358bf0e36 Don't define ARCH_ELFSIZE if it's already defined. 2014-03-07 04:11:07 +00:00
matt
f2ada4d7f5 Use ARCH_ELFSIZE=32 is MLIBDIR == "powerpc" 2014-03-07 04:10:43 +00:00