replacing a function from libc.a
Mohammad Saleem
mosa@enea.se
Thu Nov 15 06:35:00 GMT 2001
Hi all,
I have built cross compiler for H8300.
I am linking the target application with the lib libc.a built along with
cross compiler.
Now I want to replace a function say realloc from libca. and want to add
my own implementation to libc.a.
One way can be that I replace the realloc.c file with my own realloc.c
and built newlib again. But this is time consuming process. I wonder if
there is other way to replace realloc.o with my realloc.o to libc.a
Any help in this regard.
regards
/Mohammad
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
More information about the crossgcc
mailing list