This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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:Subject: replacing a function from libc.a


Mohammad,
you can use the 'ar' utility from h8300 toolchain (h8300-coff-ar) and 
add /remove /replace any .o file in the library.

Arati Dikey


>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


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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