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

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

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


From: Joerg Wunsch
Subject: [avr-libc-dev] [bugs #3573] Make local symbols in .S files truely local
Date: Wed, 22 Dec 2004 17:47:02 -0500
User-agent: Mozilla/5.0 Galeon/1.2.13 (X11; FreeBSD i386; U;) Gecko/0

This mail is an automated notification from the bugs tracker
 of the project: AVR C Runtime Library.

/**************************************************************************/
[bugs #3573] Latest Modifications:

Changes by: 
                Joerg Wunsch <address@hidden>
'Date: 
                Wed 12/22/04 at 22:35 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
    Percent Complete | 0%                        | 10%







/**************************************************************************/
[bugs #3573] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=3573>
Project: AVR C Runtime Library
Submitted by: Joerg Wunsch
On: Tue 05/13/03 at 13:44

Category:  Library
Severity:  1 - None
Priority:  2
Item Group:  None
Resolution:  None
Privacy:  Public
Percent Complete:  10%
Assigned to:  arcanum
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).

Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 10/15/04 at 23:14         By: Eric Weddington <arcanum>
This is not an exhaustive list, but these are some files I've noticed that 
require local labels:

crt1/gcrt1.S
libc/pmstring/memcpy_P.S
libc/pmstring/strlen_P.S
libc/pmstring/strncmp_P.S
libc/string/memset.S
libc/string/strchr.S
libc/string/strcmp.S
libc/string/strlcpy.S
libc/string/strncmp.S
libc/string/strrev.S
libc/string/strnlen.S












For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=3573>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/







reply via email to

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