public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Move definition of libgcc_s soname to shlib-versions
@ 2012-04-26  4:08 Siddhesh Poyarekar
  2012-04-26 14:37 ` Carlos O'Donell
  0 siblings, 1 reply; 2+ messages in thread
From: Siddhesh Poyarekar @ 2012-04-26  4:08 UTC (permalink / raw)
  To: libc-ports

[-- 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Move definition of libgcc_s soname to shlib-versions
  2012-04-26  4:08 [PATCH] Move definition of libgcc_s soname to shlib-versions Siddhesh Poyarekar
@ 2012-04-26 14:37 ` Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2012-04-26 14:37 UTC (permalink / raw)
  To: Siddhesh Poyarekar; +Cc: libc-ports

On 4/26/2012 12:09 AM, Siddhesh Poyarekar wrote:
> 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.

Thanks, I'll get this checked in for hppa.

Cheers,
Carlos.
-- 
Carlos O'Donell
Mentor Graphics / CodeSourcery
carlos_odonell@mentor.com
carlos@codesourcery.com
+1 (613) 963 1026

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-26 14:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-26  4:08 [PATCH] Move definition of libgcc_s soname to shlib-versions Siddhesh Poyarekar
2012-04-26 14:37 ` Carlos O'Donell

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).