This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/13786] New: can't disable ".debugsym" when both of -g and -m32r2 is specified
- From: "inaoka dot kazuhiro at renesas dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2004 05:35:00 -0000
- Subject: [Bug debug/13786] New: can't disable ".debugsym" when both of -g and -m32r2 is specified
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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