public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Chris Metcalf <cmetcalf@tilera.com>
To: <libc-ports@sourceware.org>
Subject: [PATCH v2 1b/10] sysdeps/unix/sysv/linux/tile support
Date: Thu, 10 Nov 2011 05:21:00 -0000	[thread overview]
Message-ID: <4EBB5F2D.2060301@tilera.com> (raw)
In-Reply-To: <201111100435.pAA4ZuEh008673@farm-0002.internal.tilera.com>

[-- Attachment #1: Type: text/plain, Size: 3258 bytes --]

My patch "1/10" didn't go through again.  I sent 1a/10 with
the basic tile components, and once again I'll gzip and attach
the Linux components and upload them to our web site as:

http://www.tilera.com/scm/glibc-patch-01b.txt

This patch is the basic tile architecture support (Linux flavor).

2011-11-09  Chris Metcalf<cmetcalf@tilera.com>

   * sysdeps/unix/sysv/linux/tile/Makefile: New file.
   * sysdeps/unix/sysv/linux/tile/Versions: New file.
   * sysdeps/unix/sysv/linux/tile/bits/environments.h: New file.
   * sysdeps/unix/sysv/linux/tile/bits/local_lim.h: New file.
   * sysdeps/unix/sysv/linux/tile/bits/mman.h: New file.
   * sysdeps/unix/sysv/linux/tile/bits/sigaction.h: New file.
   * sysdeps/unix/sysv/linux/tile/bits/siginfo.h: New file.
   * sysdeps/unix/sysv/linux/tile/cacheflush.c: New file.
   * sysdeps/unix/sysv/linux/tile/getcontext.S: New file.
   * sysdeps/unix/sysv/linux/tile/kernel-features.h: New file.
   * sysdeps/unix/sysv/linux/tile/makecontext.c: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/Makefile: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/clone.S: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/fork.c: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: New file.
   * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: New file.
   * sysdeps/unix/sysv/linux/tile/profil-counter.h: New file.
   * sysdeps/unix/sysv/linux/tile/set_dataplane.c: New file.
   * sysdeps/unix/sysv/linux/tile/setcontext.S: New file.
   * sysdeps/unix/sysv/linux/tile/sigcontextinfo.h: New file.
   * sysdeps/unix/sysv/linux/tile/swapcontext.S: New file.
   * sysdeps/unix/sysv/linux/tile/sys/cachectl.h: New file.
   * sysdeps/unix/sysv/linux/tile/sys/dataplane.h: New file.
   * sysdeps/unix/sysv/linux/tile/sys/procfs.h: New file.
   * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: New file.
   * sysdeps/unix/sysv/linux/tile/sys/reg.h: New file.
   * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: New file.
   * sysdeps/unix/sysv/linux/tile/sys/user.h: New file.
   * sysdeps/unix/sysv/linux/tile/syscall.S: New file.
   * sysdeps/unix/sysv/linux/tile/sysdep.c: New file.
   * sysdeps/unix/sysv/linux/tile/sysdep.h: New file.
   * sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S: New file.
   * sysdeps/unix/sysv/linux/tile/tilegx/ldconfig.h: New file.
   * sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h: New file.
   * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Implies: New file.
   * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Implies: New file.
   * sysdeps/unix/sysv/linux/tile/tilepro/Implies: New file.
   * sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h: New file.
   * sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h: New file.
   * sysdeps/unix/sysv/linux/tile/ucontext_i.h: New file.



-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


[-- Attachment #2: glibc-patch-01b.txt.gz --]
[-- Type: application/gzip, Size: 26032 bytes --]

  parent reply	other threads:[~2011-11-10  5:21 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-10  0:55 [PATCH v2 0/10] Tilera (and Linux asm-generic) support for glibc Chris Metcalf
2011-11-10  0:58 ` [PATCH v2 2/10] " Chris Metcalf
2011-11-15  0:32   ` Joseph S. Myers
2011-11-10  4:14 ` [PATCH v2 0/10] " Mike Frysinger
2011-11-10  4:27   ` Chris Metcalf
2011-11-11 18:10     ` Roland McGrath
2011-11-11 18:35       ` Carlos O'Donell
2011-11-11 19:07         ` Roland McGrath
2011-11-11 19:22           ` Carlos O'Donell
2011-11-10  4:36 ` [PATCH v2 1a/10] sysdeps/tile support Chris Metcalf
2011-11-15  0:00   ` Joseph S. Myers
2011-11-15 15:54     ` Joseph S. Myers
2011-11-15 18:14       ` Chris Metcalf
2011-11-20 17:06         ` Joseph S. Myers
2011-11-20 17:34           ` Chris Metcalf
2011-11-20 17:48             ` Joseph S. Myers
2011-11-21 14:14             ` Carlos O'Donell
2011-11-21 14:41               ` Chris Metcalf
2011-12-04  0:02           ` Chris Metcalf
2011-12-04  0:28             ` Chris Metcalf
2011-12-04  1:17               ` Joseph S. Myers
2011-12-04  4:13                 ` Christopher Faylor
2011-12-04  9:35                   ` Andreas Schwab
2011-12-04  0:47       ` Chris Metcalf
2011-12-04  1:17         ` Joseph S. Myers
     [not found] ` <201111100435.pAA4ZuEh008673@farm-0002.internal.tilera.com>
2011-11-10  5:21   ` Chris Metcalf [this message]
2011-11-15  0:06     ` [PATCH v2 1b/10] sysdeps/unix/sysv/linux/tile support Joseph S. Myers
2011-11-15  3:32       ` Chris Metcalf
2011-11-11 17:48 ` [PATCH v2 0/10] Tilera (and Linux asm-generic) support for glibc Ulrich Drepper
2011-11-11 21:02   ` Mike Frysinger
2011-11-11 21:33   ` Chris Metcalf
2011-11-11 21:42     ` Roland McGrath
2011-11-12  2:43       ` Arnd Bergmann
2011-11-12  3:16         ` Roland McGrath
2011-11-12 15:05         ` Joseph S. Myers
2011-11-14 22:17           ` Arnd Bergmann
2011-11-14 23:38             ` Joseph S. Myers
2011-11-15  5:38               ` Arnd Bergmann
2011-11-15 16:15                 ` Joseph S. Myers
2011-11-15 17:43                   ` Richard Earnshaw
2011-11-15 17:50                     ` Joseph S. Myers
2011-11-15 17:46                   ` Arnd Bergmann
2011-11-15 18:05                     ` Joseph S. Myers
2011-11-15 17:21                 ` Richard Earnshaw
2011-11-15 17:45                   ` Joseph S. Myers
2011-11-15 17:50                     ` Richard Earnshaw
2011-11-11 21:58     ` Chris Metcalf
2011-11-11 22:15       ` Roland McGrath

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EBB5F2D.2060301@tilera.com \
    --to=cmetcalf@tilera.com \
    --cc=libc-ports@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).