avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [Bug #3573] Make local symbols in .S files truely local


From: nobody
Subject: [avr-libc-dev] [Bug #3573] Make local symbols in .S files truely local
Date: Tue, 13 May 2003 09:44:20 -0400

=================== BUG #3573: FULL BUG SNAPSHOT ===================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=3573&group_id=2140

Submitted by: joerg_wunsch            Project: AVR C Runtime Library        
Submitted on: Tue 05/13/2003 at 15:44
Category:  None                       Severity:  1 - Ordinary               
Bug Group:  None                      Resolution:  None                     
Assigned to:  None                    Originator Email:  address@hidden
Status:  Open                         

Summary:  Make local symbols in .S files truely local

Original Submission:  Several assembler files in the avr-libc sources
have symbols that are meant to be local, but are being
exported into the symbol table anyway, for example:

.__do_copy_data_loop

This can confuse different debugging tools in different ways.
It's therefore best to only use truely local symbols in
assembler sources (either starting with ".L", or Unix-assembler
style numeric labels).



No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=3573&group_id=2140




reply via email to

[Prev in Thread] Current Thread [Next in Thread]