public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/13786] New: can't disable ".debugsym" when both of -g and -m32r2 is specified
@ 2004-01-21  5:35 inaoka dot kazuhiro at renesas dot com
  2004-01-21  5:39 ` [Bug debug/13786] " inaoka dot kazuhiro at renesas dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: inaoka dot kazuhiro at renesas dot com @ 2004-01-21  5:35 UTC (permalink / raw)
  To: gcc-bugs

command line:
m32r-elf-gcc -S -g -m32r2 func.c

Output like a following line debug information.
A .debugsym must be output when -m32r or -Os is specified.

func:
.stabn 68,0,2,.LM1-func
        .debugsym .LM1
        ; PROLOGUE, vars= 0, regs= 1, args= 0, extra= 0
        push fp
        mv fp,sp
.stabn 68,0,3,.LM2-func
        .debugsym .LM2
        ldi r4,#0       ; 0x0
.stabn 68,0,4,.LM3-func
        .debugsym .LM3
        mv r0,r4
        ; EPILOGUE
        pop fp
        jmp lr

-- 
           Summary: can't disable ".debugsym" when both of -g and -m32r2 is
                    specified
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: inaoka dot kazuhiro at renesas dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: m32r-elf, m32r-linux


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


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

* [Bug debug/13786] can't disable ".debugsym" when both of -g and -m32r2 is specified
  2004-01-21  5:35 [Bug debug/13786] New: can't disable ".debugsym" when both of -g and -m32r2 is specified inaoka dot kazuhiro at renesas dot com
@ 2004-01-21  5:39 ` inaoka dot kazuhiro at renesas dot com
  2004-01-21  5:48 ` [Bug target/13786] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: inaoka dot kazuhiro at renesas dot com @ 2004-01-21  5:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From inaoka dot kazuhiro at renesas dot com  2004-01-21 05:39 -------
Created an attachment (id=5540)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5540&action=view)
Patch file

I found a mistake at TARGET_M32R2 definition in gcc/config/m32r/m32r.h.


-- 


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


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

* [Bug target/13786] can't disable ".debugsym" when both of -g and -m32r2 is specified
  2004-01-21  5:35 [Bug debug/13786] New: can't disable ".debugsym" when both of -g and -m32r2 is specified inaoka dot kazuhiro at renesas dot com
  2004-01-21  5:39 ` [Bug debug/13786] " inaoka dot kazuhiro at renesas dot com
@ 2004-01-21  5:48 ` pinskia at gcc dot gnu dot org
  2004-01-21  6:26 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-21  5:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-21 05:48 -------
Confirmed but patches go to gcc-patches@gcc.gnu.org.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|debug                       |target
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-21 05:48:26
               date|                            |
            Summary|can't disable ".debugsym"   |can't disable ".debugsym"
                   |when both of -g and -m32r2  |when both of -g and -m32r2
                   |is specified                |is specified
   Target Milestone|---                         |3.5.0


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


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

* [Bug target/13786] can't disable ".debugsym" when both of -g and -m32r2 is specified
  2004-01-21  5:35 [Bug debug/13786] New: can't disable ".debugsym" when both of -g and -m32r2 is specified inaoka dot kazuhiro at renesas dot com
  2004-01-21  5:39 ` [Bug debug/13786] " inaoka dot kazuhiro at renesas dot com
  2004-01-21  5:48 ` [Bug target/13786] " pinskia at gcc dot gnu dot org
@ 2004-01-21  6:26 ` dhazeghi at yahoo dot com
  2004-01-21 12:24 ` nickc at redhat dot com
  2004-01-21 14:25 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21  6:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 06:26 -------
Nick, mind looking at this patch? Thanks.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com
           Keywords|                            |patch


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


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

* [Bug target/13786] can't disable ".debugsym" when both of -g and -m32r2 is specified
  2004-01-21  5:35 [Bug debug/13786] New: can't disable ".debugsym" when both of -g and -m32r2 is specified inaoka dot kazuhiro at renesas dot com
                   ` (2 preceding siblings ...)
  2004-01-21  6:26 ` dhazeghi at yahoo dot com
@ 2004-01-21 12:24 ` nickc at redhat dot com
  2004-01-21 14:25 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: nickc at redhat dot com @ 2004-01-21 12:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From nickc at redhat dot com  2004-01-21 12:24 -------
Subject: Re:  can't disable ".debugsym" when both of -g
 and -m32r2 is specified

Hi Guys,

"dhazeghi at yahoo dot com" <gcc-bugzilla@gcc.gnu.org> writes:

> Nick, mind looking at this patch? Thanks.


This patch has already been applied to the sources...

Cheers
        Nick
        



-- 


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


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

* [Bug target/13786] can't disable ".debugsym" when both of -g and -m32r2 is specified
  2004-01-21  5:35 [Bug debug/13786] New: can't disable ".debugsym" when both of -g and -m32r2 is specified inaoka dot kazuhiro at renesas dot com
                   ` (3 preceding siblings ...)
  2004-01-21 12:24 ` nickc at redhat dot com
@ 2004-01-21 14:25 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-21 14:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-21 14:25 -------
Fixed for 3.5.

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


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


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

end of thread, other threads:[~2004-01-21 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-21  5:35 [Bug debug/13786] New: can't disable ".debugsym" when both of -g and -m32r2 is specified inaoka dot kazuhiro at renesas dot com
2004-01-21  5:39 ` [Bug debug/13786] " inaoka dot kazuhiro at renesas dot com
2004-01-21  5:48 ` [Bug target/13786] " pinskia at gcc dot gnu dot org
2004-01-21  6:26 ` dhazeghi at yahoo dot com
2004-01-21 12:24 ` nickc at redhat dot com
2004-01-21 14:25 ` pinskia at gcc dot 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).