public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/632] New: gnu/lib-names.h should have biarch definitions
@ 2005-01-03 20:48 roland at gnu dot org
  2005-02-10  9:18 ` [Bug libc/632] " cvs-commit at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-01-03 20:48 UTC (permalink / raw)
  To: glibc-bugs

On e.g. x86-64, gnu/lib-names.h has the wrong values under -m32.

-- 
           Summary: gnu/lib-names.h should have biarch definitions
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: libc
        AssignedTo: roland at gnu dot org
        ReportedBy: roland at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=632

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/632] gnu/lib-names.h should have biarch definitions
  2005-01-03 20:48 [Bug libc/632] New: gnu/lib-names.h should have biarch definitions roland at gnu dot org
@ 2005-02-10  9:18 ` cvs-commit at gcc dot gnu dot org
  2005-02-10  9:22 ` roland at gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-10  9:18 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-10 09:18 -------
Subject: Bug 632

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-02-10 09:18:13

Modified files:
	scripts        : soversions.awk 
	.              : shlib-versions Makeconfig 
Added files:
	scripts        : lib-names.awk 

Log message:
	2005-02-10  Roland McGrath  <roland@redhat.com>
	
	[BZ #632]
	* scripts/soversions.awk: Expect cpu, vendor, os as separate variables
	from command line.
	Grok shlib-versions lines with WORDSIZE* in second column.
	Add new leading column to output, DEFAULT for existing output lines.
	Also emit lines with WORDSIZE* for alternate configurations.
	* Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
	($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
	($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
	of soversions.mk; replace inline shell script with use of ...
	* scripts/lib-names.awk: New file.  If input has non-DEFAULT lines,
	emit multiple sets of macros under #if.
	* shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
	(s390x-.*-.*): Likewise for s390.
	(powerpc64-.*-.*): Likewise for powerpc.
	(sparc64-.*-.*): Likewise for sparc.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/scripts/lib-names.awk.diff?cvsroot=glibc&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/scripts/soversions.awk.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/shlib-versions.diff?cvsroot=glibc&r1=1.66&r2=1.67
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/Makeconfig.diff?cvsroot=glibc&r1=1.303&r2=1.304



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=632

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/632] gnu/lib-names.h should have biarch definitions
  2005-01-03 20:48 [Bug libc/632] New: gnu/lib-names.h should have biarch definitions roland at gnu dot org
  2005-02-10  9:18 ` [Bug libc/632] " cvs-commit at gcc dot gnu dot org
@ 2005-02-10  9:22 ` roland at gnu dot org
  2005-02-10  9:40 ` cvs-commit at gcc dot gnu dot org
  2005-07-05  8:17 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-02-10  9:22 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-02-10 09:22 -------
The committed change should do it.  Leaving open for the moment pending more
testing, and possibly reassigning this to the 2.3 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-10 09:22:43
               date|                            |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=632

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/632] gnu/lib-names.h should have biarch definitions
  2005-01-03 20:48 [Bug libc/632] New: gnu/lib-names.h should have biarch definitions roland at gnu dot org
  2005-02-10  9:18 ` [Bug libc/632] " cvs-commit at gcc dot gnu dot org
  2005-02-10  9:22 ` roland at gnu dot org
@ 2005-02-10  9:40 ` cvs-commit at gcc dot gnu dot org
  2005-07-05  8:17 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-10  9:40 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-10 09:40 -------
Subject: Bug 632

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-02-10 09:39:53

Modified files:
	.              : shlib-versions 

Log message:
	2005-02-10  Roland McGrath  <roland@redhat.com>
	
	[BZ #632]
	* scripts/soversions.awk: Expect cpu, vendor, os as separate variables
	from command line.
	Grok shlib-versions lines with WORDSIZE* in second column.
	Add new leading column to output, DEFAULT for existing output lines.
	Also emit lines with WORDSIZE* for alternate configurations.
	* Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
	($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
	($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
	of soversions.mk; replace inline shell script with use of ...
	* scripts/lib-names.awk: New file.  If input has non-DEFAULT lines,
	emit multiple sets of macros under #if.
	* shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
	(s390x-.*-.*): Likewise for s390.
	(powerpc64-.*-.*): Likewise for powerpc.
	(sparc64-.*-.*): Likewise for sparc.
	(s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
	for these mapping back to the above.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/shlib-versions.diff?cvsroot=glibc&r1=1.67&r2=1.68



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=632

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/632] gnu/lib-names.h should have biarch definitions
  2005-01-03 20:48 [Bug libc/632] New: gnu/lib-names.h should have biarch definitions roland at gnu dot org
                   ` (2 preceding siblings ...)
  2005-02-10  9:40 ` cvs-commit at gcc dot gnu dot org
@ 2005-07-05  8:17 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-07-05  8:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-07-05 08:17 -------
This is working fine for a while now in the trunk.
No plans to backport to 2.3.x as yet.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=632

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2005-07-05  8:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-03 20:48 [Bug libc/632] New: gnu/lib-names.h should have biarch definitions roland at gnu dot org
2005-02-10  9:18 ` [Bug libc/632] " cvs-commit at gcc dot gnu dot org
2005-02-10  9:22 ` roland at gnu dot org
2005-02-10  9:40 ` cvs-commit at gcc dot gnu dot org
2005-07-05  8:17 ` roland at gnu dot org

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