This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: glibc + add new function


Hello

I can see this function in libc.a.

is there some documentation available to ad new function. i reffered the libc.pdf and include/libc-symbols.h


regards,

+--------------------+     \\//     +-----------------------------+
| Ashutosh Sharma    |    ( .. )    |      ashu0204@yahoo.com     |
+--------------------+-ooO-(__)-Ooo-+-----------------------------+


--- On Mon, 6/22/09, Carlos O'Donell <carlos@systemhalted.org> wrote:

> From: Carlos O'Donell <carlos@systemhalted.org>
> Subject: Re: glibc + add new function
> To: "Ashutosh Sharma" <ashu0204@yahoo.com>
> Cc: libc-help@sourceware.org
> Date: Monday, June 22, 2009, 6:06 PM
> On Mon, Jun 22, 2009 at 8:17 AM,
> Ashutosh Sharma<ashu0204@yahoo.com>
> wrote:
> > I tried objdump. i can't find the function in the
> libc-2.6.so.
> >
> > For experiment i changed name of the function to
> memcpy and name of the
> > file to memcpy.S and compiled again.
> >
> > Now i can see memcpy function's implementation has
> been changed.
> 
> If your new function does not show up in libc then you have
> made a
> mistake in the Makefile. Does your build log show your file
> being
> compiled or linked into a library?
> 
> Cheers,
> Carlos.
> 


      


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