public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ports/2981] elf/tst-audit* fail on MIPS
       [not found] <bug-2981-131@http.sourceware.org/bugzilla/>
@ 2012-02-15 17:54 ` jsm28 at gcc dot gnu.org
  2014-02-11  0:25 ` [Bug dynamic-link/2981] [mips] " jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-02-15 17:54 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|roland at gnu dot org       |unassigned at sourceware
                   |                            |dot org

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-02-15 17:52:11 UTC ---
FWIW, MIPS no longer defines ELF_MACHINE_NO_PLT after the non-PIC ABI support
was added, but still doesn't pass these tests; more investigation will be
needed.

-- 
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] 4+ messages in thread

* [Bug dynamic-link/2981] [mips] elf/tst-audit* fail on MIPS
       [not found] <bug-2981-131@http.sourceware.org/bugzilla/>
  2012-02-15 17:54 ` [Bug ports/2981] elf/tst-audit* fail on MIPS jsm28 at gcc dot gnu.org
@ 2014-02-11  0:25 ` jsm28 at gcc dot gnu.org
  2015-07-28  0:01 ` cvs-commit at gcc dot gnu.org
  2015-07-28  0:02 ` jsm28 at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-02-11  0:25 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ports                       |dynamic-link
            Summary|elf/tst-audit* fail on MIPS |[mips] elf/tst-audit* fail
                   |                            |on MIPS

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


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

* [Bug dynamic-link/2981] [mips] elf/tst-audit* fail on MIPS
       [not found] <bug-2981-131@http.sourceware.org/bugzilla/>
  2012-02-15 17:54 ` [Bug ports/2981] elf/tst-audit* fail on MIPS jsm28 at gcc dot gnu.org
  2014-02-11  0:25 ` [Bug dynamic-link/2981] [mips] " jsm28 at gcc dot gnu.org
@ 2015-07-28  0:01 ` cvs-commit at gcc dot gnu.org
  2015-07-28  0:02 ` jsm28 at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-07-28  0:01 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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 "GNU C Library master sources".

The branch, master has been updated
       via  3df5cd98371dd9f10b6853efa4d54d359614007d (commit)
      from  fddb87425a25aeb6e937496c4952c9bf3d8bb673 (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3df5cd98371dd9f10b6853efa4d54d359614007d

commit 3df5cd98371dd9f10b6853efa4d54d359614007d
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Jul 27 23:59:08 2015 +0000

    Mark bug 2981 (elf/tst-audit* fail on MIPS) as fixed.

    Changes in support of -fno-plt also cause the elf/tst-audit* tests to
    start passing on MIPS.  This patch duly marks the relevant bug as
    fixed in ChangeLog and NEWS.

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

Summary of changes:
 ChangeLog |    2 ++
 NEWS      |   39 ++++++++++++++++++++-------------------
 2 files changed, 22 insertions(+), 19 deletions(-)

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


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

* [Bug dynamic-link/2981] [mips] elf/tst-audit* fail on MIPS
       [not found] <bug-2981-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-07-28  0:01 ` cvs-commit at gcc dot gnu.org
@ 2015-07-28  0:02 ` jsm28 at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-07-28  0:02 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

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

--- Comment #3 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Fixed for 2.22.

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


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

end of thread, other threads:[~2015-07-28  0:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-2981-131@http.sourceware.org/bugzilla/>
2012-02-15 17:54 ` [Bug ports/2981] elf/tst-audit* fail on MIPS jsm28 at gcc dot gnu.org
2014-02-11  0:25 ` [Bug dynamic-link/2981] [mips] " jsm28 at gcc dot gnu.org
2015-07-28  0:01 ` cvs-commit at gcc dot gnu.org
2015-07-28  0:02 ` jsm28 at gcc dot gnu.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).