History log of /src/distrib/sets/lists/comp/ad.powerpc
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.112 19-Sep-2025 mrg

add GCC 14 support.


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.111 30-Nov-2024 christos

Create a new header lwp_private.h to contain _lwp_getprivate_fast,
_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:
1. we don't need special hacks to hide them
2. we can include <lwp.h> where needed to get the necessary prototypes
without redefining them locally.


# 1.110 04-Nov-2024 christos

Undo previous lwp.h change.


# 1.109 03-Nov-2024 christos

Split __lwp_getprivate_fast and __lwp_*tcb from mcontext.h into a separate
lwp.h file.


# 1.108 27-Aug-2024 christos

remove psim


# 1.107 11-Jul-2024 riastradh

distrib/sets/lists: Add a blank comment line between RCS id and body.

This serves as a buffer between RCS id changes and other changes to
the set lists, in an attempt to reduce the pain of merge conflicts
around mass set list changes.

No functional change intended.


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.106 22-Jun-2024 riastradh

branches: 1.106.2;
distrib/lists/sets/comp: Add gcc=12 obsolete entries for gcc-10/*.h.


# 1.105 11-Jun-2024 mrg

add ./usr/include/gcc-12/rs6000-vecdefines.h


# 1.104 09-Jun-2024 mrg

support powerpc and powerpc64 GCC 12 builds.


# 1.103 29-Aug-2023 mrg

mark all previously gcc=9 files as obsolete.

also mark a bunch of obsolete gcc headers as "comp-obsolete" "set".

should fix a 'postinstall fix obsolete' issue reported by uwe@.


Revision tags: netbsd-10-1-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1
# 1.102 30-May-2021 joerg

Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9

This enables the use of modules for a significant build performance gain
when building with clang as host compiler or when using HAVE_LLVM=yes.
Switch libc++ to using the copy from the mono-repo.


Revision tags: cjep_staticlib_x-base
# 1.101 12-Apr-2021 mrg

branches: 1.101.2;
various updates for GCC 10 support. remove dead gcc7/8 support
and properly mark obsolete files in gcc9/gcc10.

testing on amd64 and shark for GCC 9, and many platforms for GCC 10,
(though not arm yet.)


Revision tags: thorpej-futex-base
# 1.100 07-Sep-2020 mrg

fix mips and powerpc GCC 9 builds.


# 1.99 06-Sep-2020 mrg

mostly support GCC 9 builds. some what tested with GCC 9 but
tested to not break GCC 8 builds for x86, arm*, vax, and sparc*.


# 1.98 27-Aug-2020 riastradh

Sort and deduplicate set lists.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.97 11-Nov-2019 joerg

Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)


# 1.96 02-Nov-2019 christos

Fix sets for gcc-8


# 1.95 03-Oct-2019 mrg

gcc 8 set lists updates. i don't appear to have broken gcc 7 builds
but i only tested a couple of them.


Revision tags: netbsd-9-4-RELEASE netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127
# 1.94 19-Jan-2019 mrg

add basic gcc-7 support in sets lists and filesystem. mips gained
a header. assumes it's otherwise mostly the same as gcc-7.


# 1.93 18-Jan-2019 christos

- mark gcc=5 files obsolete
- make includes always available, not only when gcccmds
- mark files obsolete consistently


Revision tags: pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728
# 1.92 17-Jul-2018 joerg

Update LLVM/Clang build system to r337282.


# 1.91 12-Jul-2018 maxv

Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.90 13-Feb-2018 mrg

branches: 1.90.2; 1.90.4;
obsolete some GCC 4.8 files.


# 1.89 03-Feb-2018 mrg

updates for GCC 6.4: add gcc-6 specific headers, combine some
all-gcc files, bump the shlib versions on new libs.


# 1.88 02-Feb-2018 mrg

convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code. we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.

add some basic HAVE_GCC=6 handling (totally unused so far.)


# 1.87 01-Aug-2017 joerg

Update LLVM build glue for 5.0RC1.


Revision tags: netbsd-8-3-RELEASE netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base
# 1.86 11-Jan-2017 joerg

Update LLVM build glue for pre-4.0.0 r291444.


Revision tags: pgoyette-localcount-20170107
# 1.85 05-Jan-2017 wiz

Tag cleanup: if the last column contains 'obsolete', the one before should too.


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.84 18-Mar-2016 mrg

branches: 1.84.2;
set fixes for GCC 5.3.

(only arm is tested so far, but there's a pattern i can see :-)


# 1.83 27-Feb-2016 joerg

Update build system for LLVM 3.8.0rc3.


# 1.82 20-Dec-2015 christos

Add fenv for powerpc.


# 1.81 10-Aug-2015 mrg

now that we only support gcc 4.8, make all the gcc tags just "gcc".
this should help with next-gcc, when we can add back gcc=48 and
gcc=5x tags, as necessary.


# 1.80 10-Aug-2015 mrg

obsolete and clean up gcc=3 (3.3), gcc=4 (4.1), and gcc=45 (4.5) sets.


# 1.79 23-Jun-2015 matt

remove unneed arch64 keywords


# 1.78 23-Jun-2015 matt

Remove autogenerated entries.


# 1.77 22-Jun-2015 matt

Add missing arch64 to libasan entries


# 1.76 25-Jan-2015 christos

stuff added by blacklist


# 1.75 24-Oct-2014 christos

gcc=48 has asan.


# 1.74 22-Oct-2014 christos

Add libasan


# 1.73 22-Aug-2014 apb

sort


Revision tags: netbsd-7-base tls-maxphys-base
# 1.72 10-Aug-2014 joerg

branches: 1.72.2;
Update build glue for LLVM/Clang 3.6svn r215315. Changes include various
performance improvements across all backends and a much improved PPC32
backend.


Revision tags: tls-earlyentropy-base
# 1.71 23-Jul-2014 alnsn

Rename sljitarch.h to sljit_machdep.h.


# 1.70 08-Jul-2014 spz

infrastructure for bind-9.10.0-P2:
adding the tools delv and dnssec-importkey
adding libirs to support delv


# 1.69 05-Jul-2014 joerg

Drop entries for LLVM/Clang older than 3.4.


# 1.68 28-May-2014 mrg

add new htmintrin.h and htmxlintrin.h files for GCC 4.8.3.


# 1.67 15-May-2014 apb

sort


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.66 07-Mar-2014 matt

branches: 1.66.2;
Update for MKCOMPAT=yes


# 1.65 05-Jan-2014 joerg

Update LLVM family to 3.5svn r198450. Interesting changes include:
- Improvements in the SPARC64 support
- ARM backend can almost build a full NetBSD/EABI system with the
integrated assembler
- PowerPC grows disassembler support
- LLD supports copy relocation, beginning of MIPS backend
- New diagnostic for use of bool expression as size_t argument for
strncmp and friends


# 1.64 17-Nov-2013 alnsn

Enable sljit and bpfjit on powerpc.


# 1.63 01-Nov-2013 mrg

add support for GCC 4.8 sets.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.62 28-May-2013 joerg

Update LLVM/Clang snapshot to r182734. Brings initial support for
integrated PowerPC assembler.


Revision tags: agc-symver-base
# 1.61 23-Jan-2013 joerg

Update LLVM/Clang snapshot to r172366. Catch up with the move past 3.2
release.


Revision tags: yamt-pagecache-base8
# 1.60 16-Jan-2013 christos

Add a new "debug" set that gets built when ${MKDEBUG} is set. On evbarm:
-rw-r--r-- 1 root src 35806068 Jan 16 10:47 base.tgz
-rw-r--r-- 1 root src 57374069 Jan 16 10:48 comp.tgz
-rw-r--r-- 1 root src 101286193 Jan 16 10:49 debug.tgz
...
This allows always building the debugging code and libraries but not
installing it (although now it is placed in the default sets if ${MKDEBUG}
is set


Revision tags: yamt-pagecache-base7 yamt-pagecache-base6
# 1.59 16-Jun-2012 joerg

branches: 1.59.2;
Update LLVM/Clang snapshot to r158533. This brings in support for
stack-realignment in functions using alloca on x86. Move to
/usr/include/clang-3.2 to reflect the version.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.58 12-Oct-2011 mrg

branches: 1.58.2;
psim builds on powerpc with gdb7.


# 1.57 15-Aug-2011 wiz

Mark a few gcc-4.1 entries as obsolete with gcc-4.5.


# 1.56 17-Jul-2011 joerg

Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.


# 1.55 07-Jul-2011 matt

Back out last change (restore tgmath.h)


# 1.54 07-Jul-2011 matt

Fix gcc-4.5 includes


# 1.53 07-Jul-2011 mrg

- un-obsolete a pair of files we want to remain installed (XXX i wonder
if a way to have "clean builds" not run "postinstall fix obsolete" in
the $DESTDIR so that these sorts of errors will appear as set list
errors instead of being skipped
- fix the list of headers to install for GCC 4.5, based upon the mknative
${G_EXTRA_HEADERS}. XXX move the location of G_EXTRA_HEADERS.


# 1.52 03-Jul-2011 mrg

add gcc-4.5/altivec.h


# 1.51 20-Jun-2011 matt

Readd powerpc/include/vmparam.h to the set lists
Export it to powerpc/include.h
Protect pmap.h and vmparam.h from getting an #error when included
from userland.
Export safe definitions of VM_MAXUSER_ADDRESS, VM_MIN_ADDRESS,
VM_MAX_ADDRESS when _RUMPKERNEL is defined.


# 1.50 05-Jun-2011 matt

Remove <machine/atomic.h>; use <sys/atomic.h> instead.
Add <powerpc/cpuset.h> (for mpc85xx pmap).
Add some initial MP code for mpc85xx
Rework ipi code to be common across all ppcs
Change PPC to keep curlwp in %r13 while in the kernel.
Move astpending from cpu_info to mdlwp
Improve cpu_need_resched to be more MP friendly.


Revision tags: cherry-xenmp-base
# 1.49 15-Apr-2011 joerg

branches: 1.49.2;
Install clang's MD headers into /usr/include/clang-3.0 similar to GCC.


# 1.48 15-Apr-2011 joerg

Move the headers for compiler and platform specific intrinsincs from
/usr/include to /usr/include/gcc-4.1.


Revision tags: bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231
# 1.47 14-Mar-2010 mrg

fixes for MKDEBUG=yes.


# 1.46 25-Feb-2010 matt

Add <powerpc/ibm4xx/spr.h> and <powerpc/oea.spr.h>


Revision tags: netbsd-5-2-3-RELEASE netbsd-5-1-5-RELEASE netbsd-5-2-2-RELEASE netbsd-5-1-4-RELEASE netbsd-5-2-1-RELEASE netbsd-5-1-3-RELEASE netbsd-5-2-RELEASE netbsd-5-2-RC1 netbsd-5-1-2-RELEASE netbsd-5-1-1-RELEASE matt-nb5-mips64-premerge-20101231 matt-nb5-pq3-base netbsd-5-1-RELEASE netbsd-5-1-RC4 matt-nb5-mips64-k15 netbsd-5-1-RC3 netbsd-5-1-RC2 netbsd-5-1-RC1 netbsd-5-0-2-RELEASE matt-nb5-mips64-premerge-20091211 matt-premerge-20091211 matt-nb5-mips64-u2-k2-k4-k7-k8-k9 matt-nb4-mips64-k7-u2a-k9b matt-nb5-mips64-u1-k1-k5 netbsd-5-0-1-RELEASE jym-xensuspend-nbase netbsd-5-0-RELEASE netbsd-5-0-RC4 netbsd-5-0-RC3 netbsd-5-0-RC2 jym-xensuspend-base netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 mjf-devfs2-base
# 1.45 22-Aug-2008 lukem

branches: 1.45.12;
Add a bunch of .debug entries, determined by inspecting the equivalent
comp lists.
Inspired by PR 39370


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 wrstuden-revivesa-base yamt-pf42-base keiichi-mipv6-base mjf-devfs-base pc532-eol-2008 matt-armv6-prevmlocking cube-autoconf-base matt-armv6-nbase matt-armv6-base matt-mips64-base hpcarm-cleanup-base
# 1.44 09-Feb-2007 ad

branches: 1.44.12; 1.44.16;
Sync with changes introduced by merging the newlock2 branch.


Revision tags: netbsd-4-0-1-RELEASE wrstuden-fixsa-newbase wrstuden-fixsa-base-1 netbsd-4-0-RELEASE netbsd-4-0-RC5 netbsd-4-0-RC4 netbsd-4-0-RC3 netbsd-4-0-RC2 netbsd-4-0-RC1 wrstuden-fixsa-base abandoned-netbsd-4-base netbsd-4-base
# 1.43 02-Aug-2006 lukem

add psim for gdb6


Revision tags: peter-altq-base
# 1.42 25-Apr-2005 wiz

For obsolete files, make sure that both words behind the pathname contain
"obsolete".


Revision tags: netbsd-3-1-1-RELEASE netbsd-3-0-3-RELEASE netbsd-3-1-RELEASE netbsd-3-0-2-RELEASE netbsd-3-1-RC4 netbsd-3-1-RC3 netbsd-3-1-RC2 netbsd-3-1-RC1 netbsd-3-0-1-RELEASE netbsd-3-0-RELEASE netbsd-3-0-RC6 netbsd-3-0-RC5 netbsd-3-0-RC4 netbsd-3-0-RC3 netbsd-3-0-RC2 netbsd-3-0-RC1 netbsd-3-base
# 1.41 17-Feb-2005 briggs

Add spr.h.


# 1.40 19-Jan-2005 chs

ibm4xx/pte.h is no more.


# 1.39 09-Jan-2005 matt

Add gcccmds to the compiler files.


Revision tags: rtr-xorg-branch-base
# 1.38 08-May-2004 kleink

Add <machine/wchar_limits.h>.


Revision tags: netbsd-2-0-3-RELEASE netbsd-2-1-RELEASE netbsd-2-1-RC6 netbsd-2-1-RC5 netbsd-2-1-RC4 netbsd-2-1-RC3 netbsd-2-1-RC2 netbsd-2-1-RC1 netbsd-2-0-2-RELEASE netbsd-2-0-1-RELEASE netbsd-2-base netbsd-2-0-RELEASE netbsd-2-0-RC5 netbsd-2-0-RC4 netbsd-2-0-RC3 netbsd-2-0-RC2 netbsd-2-0-RC1 netbsd-2-0-base
# 1.37 11-Jan-2004 lukem

reformat whitespace


# 1.36 29-Dec-2003 lukem

Significant overhaul of how the sets are used:

* Add an optional third field to the sets file which is a list of
comma separated keywords that control if the line is printed.
Currently supported keywords
kerberos4 ${MKKERBEROS4} != no
kerberos ${MKKERBEROS} != no
lint ${MKLINT} != no
obsolete ${obsolete} != 0.
In this case, non obsolete files are not printed.
(This will allow future support for builds with variables such as
MKHESIOD and MKYP set to "no".)

* Use sh(1)'s getopts where appropriate, and otherwise cleanup the
various scripts.

* Move defaults for sets.subr from sets.defaults into sets.subr.
Move replicated code for determining stuff such as shlibs type
from various scripts into sets.subr.

* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate
main lists with the relevant third field keyword(s).


# 1.35 05-Dec-2003 matt

Add MMX/SSE (i386,amd64) and Altivec (powerpc) include files.


# 1.34 20-Oct-2003 matt

Update exported headers list.


# 1.33 26-Feb-2003 thorpej

Back out change that made libpthread per-platform. It is *intentional*
that the build fails on platforms which do not yet have libpthread support.


# 1.32 13-Feb-2003 jmc

Not all ports/archs have pthread support. So split this up by the proper arch's
for determining which ones get the libraries. Tested on dreamcast, macppc
and i386 builds to cover non builds, ad and md mods


# 1.31 03-Feb-2003 matt

Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).


# 1.30 18-Jan-2003 thorpej

Update for nathanw_sa merge.


Revision tags: fvdl_fs64_base
# 1.29 04-Nov-2002 briggs

Catch up with jdolecek again and remove ./usr/include/powerpc/macho_machdep.h.


# 1.28 04-Nov-2002 briggs

Add ./usr/include/powerpc/macho_machdep.h


# 1.27 08-Aug-2002 briggs

Add powerpc/atomic.h


# 1.26 07-Aug-2002 briggs

Catch up to new pmc header files.


Revision tags: netbsd-1-6-PATCH002-RELEASE netbsd-1-6-PATCH002 netbsd-1-6-PATCH002-RC4 netbsd-1-6-PATCH002-RC3 netbsd-1-6-PATCH002-RC2 netbsd-1-6-PATCH002-RC1 netbsd-1-6-PATCH001 netbsd-1-6-PATCH001-RELEASE netbsd-1-6-PATCH001-RC3 netbsd-1-6-PATCH001-RC2 netbsd-1-6-PATCH001-RC1 netbsd-1-6-RELEASE netbsd-1-6-RC3 netbsd-1-6-RC2 netbsd-1-6-RC1 netbsd-1-6-base
# 1.25 10-Apr-2002 briggs

Include powerpc/ibm4xx/cpu.h. Reminder thanks to wiz@.


# 1.24 06-Apr-2002 wiz

Add /usr/include/powerpc/mpc6xx/sr_601.h.


# 1.23 22-Jan-2002 mrg

don't install psim


# 1.22 22-Jan-2002 mrg

add PSIM support to gdb and install the stand alone in /usr/bin/psim. this
fixes the rest of port-powerpc/14307.


# 1.21 15-Jul-2001 wiz

Add pmap includes (/usr/include/powerpc/ibm4xx and
/usr/include/powerpc/mpc6xx and contents). Fixes port-macppc/13468.


# 1.20 30-May-2001 tsubai

Add byte_swap.h.


# 1.19 03-May-2001 soren

machine_type.h is no longer used.


# 1.18 15-Apr-2001 kleink

Add <machine/int_fmtio.h>.


# 1.17 15-Apr-2001 kleink

Add <machine/int_limits.h>.


# 1.16 14-Apr-2001 kleink

Add <machine/int_const.h>.


# 1.15 14-Apr-2001 kleink

Add <machine/int_mwgwtypes.h>.


# 1.14 07-Feb-2001 ad

Add /usr/include/powerpc/pio.h.


# 1.13 16-Dec-2000 mycroft

Sync.


# 1.12 25-Nov-2000 tsubai

Add hid.h.


# 1.11 26-Jun-2000 kleink

Add <machine/int_types.h>.


Revision tags: netbsd-1-5-PATCH003 netbsd-1-5-PATCH002 netbsd-1-5-PATCH001 netbsd-1-5-RELEASE netbsd-1-5-BETA2 netbsd-1-5-BETA netbsd-1-5-ALPHA2 netbsd-1-5-base
# 1.10 11-Jun-2000 tsubai

Add powerpc/{endian_machdep.h,hid_601.h}.
Create obsolete.powerpc.


# 1.9 03-Jun-2000 matt

va-ppc.h and vmparam.h are no longer existant in /usr/include/powerpc


Revision tags: minoura-xpg4dl-base
# 1.8 29-Apr-2000 thorpej

Add <machine/lock.h>


# 1.7 03-Feb-2000 jwise

Add package names. Later tonight or tomorrow AM, I will post a writeup of
this to tech-{pkg,install}. In short, the pkg names in (new) second
field will be used by the build process under basesrc/src/dist/pkg to
generate PLISTs. The package divisions here may be two finely or coarsely
grained, although I think they're a happy medium -- I will give more
detail/justification in the writeup.


# 1.6 23-Dec-1999 kleink

Add <machine/math.h>.


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base comdex-fall-1999-base
# 1.5 23-Jun-1999 tsubai

Add powerpc/cpu.h.


# 1.4 19-Apr-1999 simonb

Add a NetBSD RCS tag to each distrib list file.


Revision tags: netbsd-1-4-PATCH003 netbsd-1-4-PATCH002 netbsd-1-4-PATCH001 netbsd-1-4-RELEASE netbsd-1-4-base
# 1.3 19-Jan-1999 bouyer

Update for bswap.h and byte_swap.h includes.


# 1.2 10-Nov-1998 simonb

Remove crtbegin.o, crtbeginS.o, crtend.o and crtendS.o from PowerPC and
Alpha specific lists and add to ELF list now that all ELF platform
need these.


# 1.1 03-Jul-1998 tsubai

Add powerpc and macppc files.