This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

No STABS debug information for MIPS assembly


Hi!

I usually use gcc to assemble my MIPS assembly codes with STABS debug
information.
When I upgraded binutils from 2.10.1 to 2.11.2, I found I cannot debug
assembly files anymore.
After some checks, I found if I delete 2 lines in gas/ecoff.c:

2223,2224d2222
<   else
<     debug_type = DEBUG_NONE;

The assembler will generate the debug information again.
I don't know why these 2 lines are added into ecoff.c and what will be
changed by deleting these 2 lines.

Please someone verify this patch.

With best regards,

Tim Ouyang (¼Ú¶§¤h®x)
IP Design Department
Intellectual Property Development Division
Sunplus Technology Co., Ltd.
19, Innovation Road 1, Science-Based Industrial Park, Hsin-Chu, Taiwan

Phone: +886-3-5786005 Ext. 2467
Fax: +886-3-5784418

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]