[Bug debug/13786] New: can't disable ".debugsym" when both of -g and -m32r2 is specified

inaoka dot kazuhiro at renesas dot com gcc-bugzilla@gcc.gnu.org
Wed Jan 21 05:35:00 GMT 2004


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



More information about the Gcc-bugs mailing list