public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/52152] New: MIPS ELF targets should use dbxelf.h
@ 2012-02-07 18:42 rsandifo at gcc dot gnu.org
  2012-02-07 18:43 ` [Bug target/52152] " rsandifo at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2012-02-07 18:42 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52152

             Bug #: 52152
           Summary: MIPS ELF targets should use dbxelf.h
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rsandifo@gcc.gnu.org


MIPS GNU/Linux targets include dbxelf.h, but plain mips*-elf* ones don't.
They should. :-)


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

* [Bug target/52152] MIPS ELF targets should use dbxelf.h
  2012-02-07 18:42 [Bug target/52152] New: MIPS ELF targets should use dbxelf.h rsandifo at gcc dot gnu.org
@ 2012-02-07 18:43 ` rsandifo at gcc dot gnu.org
  2012-02-07 19:19 ` rsandifo at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2012-02-07 18:43 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52152

rsandifo@gcc.gnu.org <rsandifo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |mips*-*-elf*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-02-07
     Ever Confirmed|0                           |1


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

* [Bug target/52152] MIPS ELF targets should use dbxelf.h
  2012-02-07 18:42 [Bug target/52152] New: MIPS ELF targets should use dbxelf.h rsandifo at gcc dot gnu.org
  2012-02-07 18:43 ` [Bug target/52152] " rsandifo at gcc dot gnu.org
@ 2012-02-07 19:19 ` rsandifo at gcc dot gnu.org
  2012-02-15 18:35 ` ro at gcc dot gnu.org
  2012-12-21 17:21 ` sje at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2012-02-07 19:19 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52152

--- Comment #1 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2012-02-07 19:18:33 UTC ---
Author: rsandifo
Date: Tue Feb  7 19:18:27 2012
New Revision: 183978

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183978
Log:
gcc/testsuite/
    PR target/52152
    * objc.dg/stabs-1.m: XFAIL for mips*-*-elf*.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/objc.dg/stabs-1.m


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

* [Bug target/52152] MIPS ELF targets should use dbxelf.h
  2012-02-07 18:42 [Bug target/52152] New: MIPS ELF targets should use dbxelf.h rsandifo at gcc dot gnu.org
  2012-02-07 18:43 ` [Bug target/52152] " rsandifo at gcc dot gnu.org
  2012-02-07 19:19 ` rsandifo at gcc dot gnu.org
@ 2012-02-15 18:35 ` ro at gcc dot gnu.org
  2012-12-21 17:21 ` sje at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2012-02-15 18:35 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52152

--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2012-02-15 18:24:37 UTC ---
Author: ro
Date: Wed Feb 15 18:24:30 2012
New Revision: 184280

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184280
Log:
XFAIL objc.dg/stabs-1.m on IRIX (PR target/52152)

    PR target/52152
    * objc.dg/stabs-1.m: xfail on mips-sgi-irix6.5.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/objc.dg/stabs-1.m


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

* [Bug target/52152] MIPS ELF targets should use dbxelf.h
  2012-02-07 18:42 [Bug target/52152] New: MIPS ELF targets should use dbxelf.h rsandifo at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-02-15 18:35 ` ro at gcc dot gnu.org
@ 2012-12-21 17:21 ` sje at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: sje at gcc dot gnu.org @ 2012-12-21 17:21 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52152

Steve Ellcey <sje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at gcc dot gnu.org

--- Comment #3 from Steve Ellcey <sje at gcc dot gnu.org> 2012-12-21 17:20:57 UTC ---
Do we care about dbx/stabs on MIPS for any targets?  I recently ran the GCC
testsuite with the mips-mti-elf target and the -mips16 flag using the gdb
simulator.  All tests involving stabs failed (the simulator aborted with a
message about reading unallocated memory) with the -mips16 flag.

Maybe we should remove the use of dbxelf.h from all mips targets and remove 
the define of DBX_DEBUGGING_INFO from mips.h instead of adding dbxelf.h to
the mips elf targets.


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

end of thread, other threads:[~2012-12-21 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-07 18:42 [Bug target/52152] New: MIPS ELF targets should use dbxelf.h rsandifo at gcc dot gnu.org
2012-02-07 18:43 ` [Bug target/52152] " rsandifo at gcc dot gnu.org
2012-02-07 19:19 ` rsandifo at gcc dot gnu.org
2012-02-15 18:35 ` ro at gcc dot gnu.org
2012-12-21 17:21 ` sje 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).