This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-329-g2a43b1d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  2a43b1d09dd0a0d00c28c7bed7297c723a661d04 (commit)
      from  a28a9b94c2d45df5223777cc4b88e1cab9b91c1e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2a43b1d09dd0a0d00c28c7bed7297c723a661d04

commit 2a43b1d09dd0a0d00c28c7bed7297c723a661d04
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Tue Apr 29 13:31:05 2014 -0400

    Remove ports README and update machine ChangeLogs.
    
    This patch removes the ports/README now that ports is no longer
    being used. It also adds a header to all ChangeLogs for all machines
    that were moved to the main libc tree. The header indicates that the
    ChangeLog is no longer used.

diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha
index 633f8bf..bedbdb4 100644
--- a/ports/ChangeLog.alpha
+++ b/ports/ChangeLog.alpha
@@ -1,3 +1,10 @@
+This file describes changes to the machine while it was in the ports
+add-on directory.  This port is no longer part of an add-on and so
+future changes to it should be listed in the top-level ChangeLog file,
+not here.
+
+
+
 2014-02-12  Richard Henderson  <rth@redhat.com>
 
 	* sysdeps/alpha: Move directory to ../sysdeps/alpha.
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa
index 499656b..20cf4e8 100644
--- a/ports/ChangeLog.hppa
+++ b/ports/ChangeLog.hppa
@@ -1,3 +1,10 @@
+This file describes changes to the machine while it was in the ports
+add-on directory.  This port is no longer part of an add-on and so
+future changes to it should be listed in the top-level ChangeLog file,
+not here.
+
+
+
 2014-04-29  Carlos O'Donell  <carlos@systemhalted.org>
 
 	* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
diff --git a/ports/ChangeLog.ia64 b/ports/ChangeLog.ia64
index cdd3db6..e73454d 100644
--- a/ports/ChangeLog.ia64
+++ b/ports/ChangeLog.ia64
@@ -1,3 +1,10 @@
+This file describes changes to the machine while it was in the ports
+add-on directory.  This port is no longer part of an add-on and so
+future changes to it should be listed in the top-level ChangeLog file,
+not here.
+
+
+
 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
 
 	* sysdeps/ia64: Move directory to ../sysdeps/ia64.
diff --git a/ports/ChangeLog.microblaze b/ports/ChangeLog.microblaze
index 485322b..4e81737 100644
--- a/ports/ChangeLog.microblaze
+++ b/ports/ChangeLog.microblaze
@@ -1,3 +1,10 @@
+This file describes changes to the machine while it was in the ports
+add-on directory.  This port is no longer part of an add-on and so
+future changes to it should be listed in the top-level ChangeLog file,
+not here.
+
+
+
 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
 
 	* sysdeps/microblaze: Move directory to ../sysdeps/microblaze.
diff --git a/ports/README b/ports/README
deleted file mode 100644
index 2c73b1e..0000000
--- a/ports/README
+++ /dev/null
@@ -1,49 +0,0 @@
-This is the glibc ports add-on, an add-on for the GNU C Library (glibc).
-It contains code that is not maintained in the official glibc source tree.
-
-This includes working ports to GNU/Linux on some machine architectures that
-are not maintained in the official glibc source tree.  It also includes
-some code once used by old libc ports now defunct, which has been abandoned
-but may be useful for some future porter to examine.  It may also include
-some optimized functions tailored for specific CPU implementations of an
-architecture, to be selected using --with-cpu.
-
-The ports add-on is cooperatively maintained by volunteers on the
-<libc-ports@sourceware.org> mailing list, and housed in the ports
-subdirectory of the glibc git repository.  See
-http://www.gnu.org/software/libc/download.html for details on using
-git.  To report a bug in code housed in the ports add-on, please go to
-http://sourceware.org/bugzilla/ and file a bug report under the glibc
-"ports" component.
-
-An add-on for an individual port can be made from just the sysdeps/
-subdirectories containing the port's code.  You may want to include a
-README and Banner of your own talking about your port's code in particular,
-rather than the generic ones here.
-
-The real source code for any ports is found in the sysdeps/ subdirectories.
-These should be exactly what would go into the main libc source tree if you
-were to incorporate it directly.  The only exceptions are the files
-sysdeps/*/preconfigure and sysdeps/*/preconfigure.ac; these are fragments
-used by this add-on's configure fragment.  The purpose of these is to set
-$base_machine et al when the main libc configure's defaults are not right
-for some machine.  Everything else can and should be done from a normal
-sysdeps/.../configure fragment that is used only when the configuration
-selects that sysdeps subdirectory.  Each port that requires some special
-treatment before the sysdeps directory list is calculated, should add a
-sysdeps/CPU/preconfigure file; this can either be written by hand or
-generated by Autoconf from sysdeps/CPU/preconfigure.ac, and follow the
-rules for glibc add-on configure fragments.  No preconfigure file should do
-anything on an unrelated configuration, so that disparate ports can be put
-into a single add-on without interfering with each other.
-
-Like all glibc add-ons, this must be used by specifying the directory in
-the --enable-add-ons option when running glibc's configure script.
-
-The GNU C Library is free software.  See the file COPYING.LIB in the
-libc repository for copying conditions, and LICENSES for notices about
-a few contributions that require these additional notices to be
-distributed.  License copyright years may be listed using range
-notation, e.g., 2000-2013, indicating that every year in the range,
-inclusive, is a copyrightable year that would otherwise be listed
-individually.

-----------------------------------------------------------------------

Summary of changes:
 ports/ChangeLog.alpha      |    7 ++++++
 ports/ChangeLog.hppa       |    7 ++++++
 ports/ChangeLog.ia64       |    7 ++++++
 ports/ChangeLog.microblaze |    7 ++++++
 ports/README               |   49 --------------------------------------------
 5 files changed, 28 insertions(+), 49 deletions(-)
 delete mode 100644 ports/README


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]