public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Siddhesh Poyarekar <siddhesh@redhat.com>
To: libc-ports@sourceware.org
Subject: [PATCH] Move definition of libgcc_s soname to shlib-versions
Date: Thu, 26 Apr 2012 04:08:00 -0000	[thread overview]
Message-ID: <20120426093925.74d6c2a5@spoyarek> (raw)

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

Hi,

I just committed the change to move LIBGCC_S_SO soname definition from
libgcc_s.h to shlib-versions into the core tree. Attached patch needs
to be applied to the ports tree to allow m68k and hppa to build against
the new changes.

Regards,
Siddhesh

ChangeLog:

2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>

	* sysdeps/hppa/libgcc_s.h: Remove.
	* sysdeps/hppa/shlib-versions: Add libgcc_s.
	* sysdeps/m68k/libgcc_s.h: Remove.
	* sysdeps/m68k/shlib-versions: Add libgcc_s.

[-- Attachment #2: 0001-Move-libgcc_s-soname-to-shlib-versions.patch --]
[-- Type: text/x-patch, Size: 1075 bytes --]

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
diff --git a/sysdeps/m68k/libgcc_s.h b/sysdeps/m68k/libgcc_s.h
deleted file mode 100644
index 8523ad1..0000000
--- a/sysdeps/m68k/libgcc_s.h
+++ /dev/null
@@ -1,2 +0,0 @@
-/* Name of libgcc_s library provided by gcc, m68k version.  */
-#define LIBGCC_S_SO "libgcc_s.so.2"
diff --git a/sysdeps/m68k/shlib-versions b/sysdeps/m68k/shlib-versions
new file mode 100644
index 0000000..b65b00b
--- /dev/null
+++ b/sysdeps/m68k/shlib-versions
@@ -0,0 +1 @@
+m68k-.*-linux.*		libgcc_s=2
-- 
1.7.7.6


             reply	other threads:[~2012-04-26  4:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26  4:08 Siddhesh Poyarekar [this message]
2012-04-26 14:37 ` Carlos O'Donell

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=20120426093925.74d6c2a5@spoyarek \
    --to=siddhesh@redhat.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).