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-652-gf23f459


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  f23f459dd38eaf61cb574c7312599975e13468a9 (commit)
       via  e5a6e5674bff85242bcc4d476e226c2475bf1e5c (commit)
      from  c1820385dfe63bdddad462a3384267614c043415 (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=f23f459dd38eaf61cb574c7312599975e13468a9

commit f23f459dd38eaf61cb574c7312599975e13468a9
Merge: e5a6e56 c182038
Author: Andreas Jaeger <jaegerandi@gmail.com>
Date:   Tue Apr 24 22:10:04 2012 +0200

    Merge branch 'master' of git://sourceware.org/git/glibc

diff --cc ChangeLog
index 2f45bba,1e22a45..fc74310
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,10 -1,19 +1,24 @@@
 +2012-04-24  Andreas Jaeger  <aj@suse.de>
 +
 +	* Makerules (common-clean): Also remove gen-as-const-headers
 +	files.
 +
  2012-04-24  Joseph Myers  <joseph@codesourcery.com>
  
+ 	* Makerules (native-compile): Do not change working directory for
+ 	build.  Use $(OUTPUT_OPTION) in command.
+ 	(ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
+ 
+ 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+ 
+ 	[BZ #13886]
+ 	* sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
+ 	sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
+ 	* math/libm-test.inc (floor_test): Add more tests.
+ 	* sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
+ 
+ 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
+ 
  	* sysdeps/unix/getdents.c: Remove file.
  	* sysdeps/unix/sysv/getdents.c: Likewise.
  	* sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e5a6e5674bff85242bcc4d476e226c2475bf1e5c

commit e5a6e5674bff85242bcc4d476e226c2475bf1e5c
Author: Andreas Jaeger <jaegerandi@gmail.com>
Date:   Tue Apr 24 22:08:49 2012 +0200

    Cleanup generated header files during make check
    
    	* Makerules (common-clean): Also remove gen-as-const-headers
    	files.

diff --git a/ChangeLog b/ChangeLog
index e69155e..2f45bba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-24  Andreas Jaeger  <aj@suse.de>
+
+	* Makerules (common-clean): Also remove gen-as-const-headers
+	files.
+
 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/getdents.c: Remove file.
diff --git a/Makerules b/Makerules
index d184be6..d0e98bb 100644
--- a/Makerules
+++ b/Makerules
@@ -1330,6 +1330,7 @@ common-clean: common-mostlyclean
 	-rm -f $(objpfx)*.d $(objpfx)*.dt
 	-rm -fr $(addprefix $(objpfx),$(generated-dirs))
 	-rm -f $(addprefix $(common-objpfx),$(common-generated))
+	-rm -f $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
 
 # Produce a file `stubs' which contains `#define __stub_FUNCTION'
 # for each function which is a stub.  We grovel over all the .d files

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

Summary of changes:
 ChangeLog |    5 +++++
 Makerules |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


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]