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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-236-g18bbce4


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  18bbce4028351206e06e4cf8bda1395760d71d25 (commit)
       via  0d9130fc21ef5b396190125fff6ab612c50119f1 (commit)
      from  fa6da45c1199f3e61b38485cc4d79d47d8a07dc6 (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-ports.git;a=commitdiff;h=18bbce4028351206e06e4cf8bda1395760d71d25

commit 18bbce4028351206e06e4cf8bda1395760d71d25
Author: Carlos O'Donell <carlos_odonell@mentor.com>
Date:   Sat May 19 18:53:28 2012 +0200

    hppa: Rename all *.s to *.S.
    
    Top-level is removing the rule for *.s, therefore
    we change all of our files to *.S. There was no
    reason not to use *.S.

diff --git a/ChangeLog.hppa b/ChangeLog.hppa
index 68eb6fa..e588a78 100644
--- a/ChangeLog.hppa
+++ b/ChangeLog.hppa
@@ -1,3 +1,24 @@
+2012-05-19  Carlos O'Donell  <carlos@systemhalted.org>
+
+	* sysdeps/hppa/add_n.s: Rename this...
+	* sysdeps/hppa/add_n.S: ... to this.
+	* sysdeps/hppa/hppa1.1/addmul_1.s: Rename this...
+	* sysdeps/hppa/hppa1.1/addmul_1.S: ... to this.
+	* sysdeps/hppa/hppa1.1/mul_1.s: Rename this...
+	* sysdeps/hppa/hppa1.1/mul_1.S ... to this.
+	* sysdeps/hppa/hppa1.1/submul_1.s: Rename this...
+	* sysdeps/hppa/hppa1.1/submul_1.S: ... to this.
+	* sysdeps/hppa/hppa1.1/udiv_qrnnd.s: Rname this...
+	* sysdeps/hppa/hppa1.1/udiv_qrnnd.S: ... to this.
+	* sysdeps/hppa/lshift.s: Rename this...
+	* sysdeps/hppa/lshift.S: ... to this.
+	* sysdeps/hppa/rshift.s: Rename this...
+	* sysdeps/hppa/rshift.S: ... to this.
+	* sysdeps/hppa/sub_n.s: Rename this...
+	* sysdeps/hppa/sub_n.S: ... to this.
+	* sysdeps/hppa/udiv_qrnnd.s: Rename this...
+	* sysdeps/hppa/udiv_qrnnd.S: ... to this.
+
 2012-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* sysdeps/hppa/libgcc_s.h: Remove.
diff --git a/sysdeps/hppa/add_n.s b/sysdeps/hppa/add_n.S
similarity index 100%
rename from sysdeps/hppa/add_n.s
rename to sysdeps/hppa/add_n.S
diff --git a/sysdeps/hppa/hppa1.1/addmul_1.s b/sysdeps/hppa/hppa1.1/addmul_1.S
similarity index 100%
rename from sysdeps/hppa/hppa1.1/addmul_1.s
rename to sysdeps/hppa/hppa1.1/addmul_1.S
diff --git a/sysdeps/hppa/hppa1.1/mul_1.s b/sysdeps/hppa/hppa1.1/mul_1.S
similarity index 100%
rename from sysdeps/hppa/hppa1.1/mul_1.s
rename to sysdeps/hppa/hppa1.1/mul_1.S
diff --git a/sysdeps/hppa/hppa1.1/submul_1.s b/sysdeps/hppa/hppa1.1/submul_1.S
similarity index 100%
rename from sysdeps/hppa/hppa1.1/submul_1.s
rename to sysdeps/hppa/hppa1.1/submul_1.S
diff --git a/sysdeps/hppa/hppa1.1/udiv_qrnnd.s b/sysdeps/hppa/hppa1.1/udiv_qrnnd.S
similarity index 100%
rename from sysdeps/hppa/hppa1.1/udiv_qrnnd.s
rename to sysdeps/hppa/hppa1.1/udiv_qrnnd.S
diff --git a/sysdeps/hppa/lshift.s b/sysdeps/hppa/lshift.S
similarity index 100%
rename from sysdeps/hppa/lshift.s
rename to sysdeps/hppa/lshift.S
diff --git a/sysdeps/hppa/rshift.s b/sysdeps/hppa/rshift.S
similarity index 100%
rename from sysdeps/hppa/rshift.s
rename to sysdeps/hppa/rshift.S
diff --git a/sysdeps/hppa/sub_n.s b/sysdeps/hppa/sub_n.S
similarity index 100%
rename from sysdeps/hppa/sub_n.s
rename to sysdeps/hppa/sub_n.S
diff --git a/sysdeps/hppa/udiv_qrnnd.s b/sysdeps/hppa/udiv_qrnnd.S
similarity index 100%
rename from sysdeps/hppa/udiv_qrnnd.s
rename to sysdeps/hppa/udiv_qrnnd.S

http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=0d9130fc21ef5b396190125fff6ab612c50119f1

commit 0d9130fc21ef5b396190125fff6ab612c50119f1
Author: Carlos O'Donell <carlos_odonell@mentor.com>
Date:   Thu May 17 05:50:08 2012 +0200

    hppa: Use new libgcc_so in shlib-versions.
    
    The version of libcc.so used is now controlled via
    shlib-versions.

diff --git a/ChangeLog.hppa b/ChangeLog.hppa
index 0c7446e..68eb6fa 100644
--- a/ChangeLog.hppa
+++ b/ChangeLog.hppa
@@ -1,3 +1,8 @@
+2012-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* sysdeps/hppa/libgcc_s.h: Remove.
+	* sysdeps/hppa/shlib-versions: Add libgcc_s.
+
 2012-04-17  Carlos O'Donell  <carlos@systemhalted.org>
 
 	* sysdeps/hppa/dl-irel.h: New file.
diff --git a/sysdeps/hppa/libgcc_s.h b/sysdeps/hppa/libgcc_s.h
deleted file mode 100644
index 8dd1d72..0000000
--- a/sysdeps/hppa/libgcc_s.h
+++ /dev/null
@@ -1,2 +0,0 @@
-/* Name of libgcc_s library provided by gcc.  */
-#define LIBGCC_S_SO "libgcc_s.so.4"
diff --git a/sysdeps/hppa/shlib-versions b/sysdeps/hppa/shlib-versions
index 5a1a865..6b9225c 100644
--- a/sysdeps/hppa/shlib-versions
+++ b/sysdeps/hppa/shlib-versions
@@ -5,3 +5,5 @@ hppa.*-.*-.*		libc=6			GLIBC_2.2
 hppa.*-.*-.*		ld=ld.so.1		GLIBC_2.2
 
 hppa-.*-.*		libBrokenLocale=1	GLIBC_2.2
+
+hppa.*-.*-.*		libgcc_s=4

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

Summary of changes:
 ChangeLog.hppa                                     |   26 ++++++++++++++++++++
 sysdeps/hppa/{add_n.s => add_n.S}                  |    0
 sysdeps/hppa/hppa1.1/{addmul_1.s => addmul_1.S}    |    0
 sysdeps/hppa/hppa1.1/{mul_1.s => mul_1.S}          |    0
 sysdeps/hppa/hppa1.1/{submul_1.s => submul_1.S}    |    0
 .../hppa/hppa1.1/{udiv_qrnnd.s => udiv_qrnnd.S}    |    0
 sysdeps/hppa/libgcc_s.h                            |    2 -
 sysdeps/hppa/{lshift.s => lshift.S}                |    0
 sysdeps/hppa/{rshift.s => rshift.S}                |    0
 sysdeps/hppa/shlib-versions                        |    2 +
 sysdeps/hppa/{sub_n.s => sub_n.S}                  |    0
 sysdeps/hppa/{udiv_qrnnd.s => udiv_qrnnd.S}        |    0
 12 files changed, 28 insertions(+), 2 deletions(-)
 rename sysdeps/hppa/{add_n.s => add_n.S} (100%)
 rename sysdeps/hppa/hppa1.1/{addmul_1.s => addmul_1.S} (100%)
 rename sysdeps/hppa/hppa1.1/{mul_1.s => mul_1.S} (100%)
 rename sysdeps/hppa/hppa1.1/{submul_1.s => submul_1.S} (100%)
 rename sysdeps/hppa/hppa1.1/{udiv_qrnnd.s => udiv_qrnnd.S} (100%)
 delete mode 100644 sysdeps/hppa/libgcc_s.h
 rename sysdeps/hppa/{lshift.s => lshift.S} (100%)
 rename sysdeps/hppa/{rshift.s => rshift.S} (100%)
 rename sysdeps/hppa/{sub_n.s => sub_n.S} (100%)
 rename sysdeps/hppa/{udiv_qrnnd.s => udiv_qrnnd.S} (100%)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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