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.15-164-gd463ab1


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  d463ab10dd4a3eab1a569e35428ad671f9fd500f (commit)
      from  ed656b4065ae8b948e67a865c0964f24e90c5133 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d463ab10dd4a3eab1a569e35428ad671f9fd500f

commit d463ab10dd4a3eab1a569e35428ad671f9fd500f
Author: Marek Polacek <polacek@redhat.com>
Date:   Wed Feb 15 21:07:06 2012 +0100

    Remove unused Makefile.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 3c435dd..657c2b0 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-15  Marek Polacek  <polacek@redhat.com>
+
+	* sysdeps/unix/sysv/linux/x86_64/Makefile: Remove file.
+
 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Replace FSF snail mail address with URLs, as per GNU coding standards.
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile b/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
deleted file mode 100644
index b32ce29..0000000
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-ifeq ($(subdir),nptl)
-CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions \
-		       -fno-asynchronous-unwind-tables $(fno-unit-at-a-time)
-endif

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

Summary of changes:
 nptl/ChangeLog                               |    4 ++++
 nptl/sysdeps/unix/sysv/linux/x86_64/Makefile |    4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 100644 nptl/sysdeps/unix/sysv/linux/x86_64/Makefile


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]