summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2009-01-15Start of x86_64 port.Neal H. Walfield
/ 2008-11-19 Neal H. Walfield <neal@gnu.org> * configure.ac: Rename amd64 to x86_64. Update users. binutils/ 2008-11-19 Neal H. Walfield <neal@gnu.org> * patches/00-bfd-config-bfd.patch: New file. * patches/01-ld-configure-tgt.patch: New file. * Makefrag.am (patch_files): New variable. (EXTRA_DIST): Likewise. ($(addsuffix .applied,$(patch_files))): Depend on binutils/binutils/unpack.stamp and $(patch_files). Apply patches to the source tree. (rpatch): New rule. (binutils/binutils/patch.stamp): Also depend on the applied patch files. gcc/ 2008-11-19 Neal H. Walfield <neal@gnu.org> * configury2.patch: New file. * Makefrag.am (gcc_patch_files): Add configury2.patch. (gcc/gcc.build/configure.stamp): Only add --with-arch for x86 machines. libl4/ 2008-11-19 Neal H. Walfield <neal@gnu.org> * headers.m4: Only link the header files if $ARCH is ia32. libpthread/ 2008-11-19 Neal H. Walfield <neal@gnu.org> * sysdeps/generic/bits/memory.h: New file. * sysdeps/generic/bits/spin-lock-inline.h: Likewise. * sysdeps/generic/bits/spin-lock.h: Likewise. * headers.m4: Link sysroot/include/bits/memory.h to libpthread/sysdeps/generic/bits/memory.h, sysroot/include/bits/spin-lock.h to libpthread/sysdeps/generic/bits/spin-lock.h, and sysroot/include/bits/spin-lock-inline.h to libpthread/sysdeps/generic/bits/spin-lock-inline.h. platform/ 2008-11-19 Neal H. Walfield <neal@gnu.org> * Makefile.am (ARCH_SUBDIR) [ARCH_X86_64]: Set to x86_64. * amd64/Makefile.am: Move from here... * x86_64/Makefile.am: ... to here. * amd64/bits/atomic.h: Move from here... * x86_64/bits/atomic.h: ... to here. * amd64/bits/endian.h: Move from here... * x86_64/bits/endian.h: ... to here. * amd64/bits/wordsize.h: Move from here... * x86_64/bits/wordsize.h: ... to here. * amd64/sys/io.h: Move from here... * x86_64/sys/io.h: ... to here.
2008-11-03Remove .cvsignore files. Add a .gitignore file.Neal H. Walfield
2008-06-27Add .cvsignore files.neal
2008-05-302008-05-29 Thomas Schwinge <tschwinge@gnu.org>tschwinge
* headers.m4: Link files into `sysroot/include/' instead of `include/'.
2008-02-202008-02-20 Thomas Schwinge <tschwinge@gnu.org>tschwinge
* amd64/sys/io.h: New file, from today's glibc CVS HEAD. * amd64/Makefile.am (noinst_HEADERS): Add it. * ia32/sys/io.h: New file, from today's glibc CVS HEAD. * ia32/Makefile.am (noinst_HEADERS): Add it. * headers.m4: Link it. * README: Document them.
2008-01-302008-01-30 Thomas Schwinge <tschwinge@gnu.org>tschwinge
* amd64/bits/endian.h: New file, from today's glibc CVS HEAD. * amd64/Makefile.am (noinst_HEADERS): Add it. * ia32/bits/endian.h: New file, from today's glibc CVS HEAD. * ia32/Makefile.am (noinst_HEADERS): Add it. * endian.h: New file, from today's glibc CVS HEAD. * Makefile.am (noinst_HEADERS): Add it. * headers.m4: Link them. * README: Document them.
2008-01-302008-01-30 Thomas Schwinge <tschwinge@gnu.org>tschwinge
* amd64/bits/wordsize.h: New file, from today's glibc CVS HEAD. * amd64/Makefile.am (noinst_HEADERS): Add it. * ia32/bits/wordsize.h: New file, from today's glibc CVS HEAD. * ia32/Makefile.am (noinst_HEADERS): Add it. * headers.m4: Link it. * README: Document it.
2008-01-262008-01-26 Thomas Schwinge <tschwinge@gnu.org>tschwinge
* Makefile.am: Typo fixes.
2004-11-30platform/neal
2004-11-30 Neal H. Walfield <neal@gnu.org> * compiler.h: New file. * headers.m4: Set up compiler.h. libhurd-cap-server/ 2004-11-30 Neal H. Walfield <neal@gnu.org> * bucket-manage-mt.c: Include <compiler.h>. (manage_mt_worker): Use EXPECT_TRUE and EXPECT_FALSE rather than __builtin_expect. Comment fixes. (manage_mt_get_next_worker): Likewise. (hurd_cap_bucket_manage_mt): Likewise. * cap-server-intern.h: Include <compiler.h>. (_hurd_cap_obj_drop): Use EXPECT_FALSE rather than __builtin_expect. (struct _hurd_cap_bucket): Comment fix. * client-release.c: Include <compiler.h>. (_hurd_cap_client_release): Use EXPECT_TRUE rather than __builtin_expect.
2004-10-292004-10-29 Marcus Brinkmann <marcus@gnu.org>marcus
* powerpc/bits/atomic.h: Include the common powerpc version from GLIBC (#include_next won't work in our setup). * powerpc64/bits/atomic.h: Likewise.
2004-10-292004-10-29 Marcus Brinkmann <marcus@gnu.org>marcus
* platform: New directory. * configure.ac (AC_CONFIG_FILES): Add platform/alpha/Makefile, platform/amd64/Makefile, platform/ia32/Makefile, platform/ia64/Makefile, platform/powerpc/Makefile, platform/powerpc64/Makefile and platform/Makefile. * Makefile.am (SUBDIRS): Add platform. libpthread/ 2004-10-29 Marcus Brinkmann <marcus@gnu.org> * headers.am (AC_CONFIG_LINKS): Remove include/bits/atomic.h. platform/ 2004-10-29 Marcus Brinkmann <marcus@gnu.org> * Initial commit.