This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: newlib/libc/machine/m68k/memcpy.S broken for cpu32


Since you mentioned you are using gcc, get a map report file from it and
examine that to tell what comes from where.  Assuming that you're having
gcc link instead of invoking the linker separately:
 
gcc [options] -Wl,-Map -Wl,output.map [...]
 
(The map file is normally a lot to wade through.  The beginning of the
file has what you want to see for this question.)

-----Original Message-----
From: newlib-owner@sourceware.org [mailto:newlib-owner@sourceware.org]
On Behalf Of Josef Wolf
Sent: Monday, February 08, 2010 1:42 PM
To: newlib@sourceware.org
Subject: Re: newlib/libc/machine/m68k/memcpy.S broken for cpu32

...

But I am not sure my code is linked against the correct libc. How can I
check
which file was used for linking?


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