public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ports/13790] New: ELF flags on MIPS
@ 2012-03-01  9:33 weijun.huang at cs2c dot com.cn
  2012-03-01  9:47 ` [Bug ports/13790] " aj at suse dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: weijun.huang at cs2c dot com.cn @ 2012-03-01  9:33 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13790

             Bug #: 13790
           Summary: ELF flags on MIPS
           Product: glibc
           Version: 2.12
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ports
        AssignedTo: unassigned@sourceware.org
        ReportedBy: weijun.huang@cs2c.com.cn
                CC: carlos@systemhalted.org, roland@gnu.org
    Classification: Unclassified


rpmbuild glibc(with MIPS patch) on MIPS, parameters:
    gcc -march=mips3 -mabi=32
    g++ -march=mips3 -mabi=n32
after installed glibc, find ELF Flags is 0x20001107.

Q: How 0x20001107 come from? According to march or mabi?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug ports/13790] ELF flags on MIPS
  2012-03-01  9:33 [Bug ports/13790] New: ELF flags on MIPS weijun.huang at cs2c dot com.cn
@ 2012-03-01  9:47 ` aj at suse dot de
  2012-03-02  1:19 ` weijun.huang at cs2c dot com.cn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: aj at suse dot de @ 2012-03-01  9:47 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13790

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Andreas Jaeger <aj at suse dot de> 2012-03-01 09:47:14 UTC ---
ELF flags are set by the toolchain not by glibc. Please discuss this with the
binutils folks.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug ports/13790] ELF flags on MIPS
  2012-03-01  9:33 [Bug ports/13790] New: ELF flags on MIPS weijun.huang at cs2c dot com.cn
  2012-03-01  9:47 ` [Bug ports/13790] " aj at suse dot de
@ 2012-03-02  1:19 ` weijun.huang at cs2c dot com.cn
  2012-03-02  8:20 ` schwab@linux-m68k.org
  2014-06-26 14:03 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: weijun.huang at cs2c dot com.cn @ 2012-03-02  1:19 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13790

黄卫军 <weijun.huang at cs2c dot com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED

--- Comment #2 from 黄卫军 <weijun.huang at cs2c dot com.cn> 2012-03-02 01:18:56 UTC ---
Thx.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug ports/13790] ELF flags on MIPS
  2012-03-01  9:33 [Bug ports/13790] New: ELF flags on MIPS weijun.huang at cs2c dot com.cn
  2012-03-01  9:47 ` [Bug ports/13790] " aj at suse dot de
  2012-03-02  1:19 ` weijun.huang at cs2c dot com.cn
@ 2012-03-02  8:20 ` schwab@linux-m68k.org
  2014-06-26 14:03 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2012-03-02  8:20 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=13790

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug ports/13790] ELF flags on MIPS
  2012-03-01  9:33 [Bug ports/13790] New: ELF flags on MIPS weijun.huang at cs2c dot com.cn
                   ` (2 preceding siblings ...)
  2012-03-02  8:20 ` schwab@linux-m68k.org
@ 2014-06-26 14:03 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-26 14:03 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=13790

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-26 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-01  9:33 [Bug ports/13790] New: ELF flags on MIPS weijun.huang at cs2c dot com.cn
2012-03-01  9:47 ` [Bug ports/13790] " aj at suse dot de
2012-03-02  1:19 ` weijun.huang at cs2c dot com.cn
2012-03-02  8:20 ` schwab@linux-m68k.org
2014-06-26 14:03 ` fweimer at redhat dot com

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