This is the mail archive of the
libc-help@sourceware.org
mailing list for the glibc project.
Re: glibc + add new function
- From: Ashutosh Sharma <ashu0204 at yahoo dot com>
- To: Carlos O'Donell <carlos at systemhalted dot org>
- Cc: libc-help at sourceware dot org
- Date: Mon, 22 Jun 2009 05:46:43 -0700 (PDT)
- Subject: 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.
>