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: misc/dprintf.o and stdio/dprintf.o


Shaun Jackman wrote:
misc/dprintf.o and stdio/dprintf.o have the same object file name and
thus archive member name, creating great havoc when trying to build
libc.a. Perhaps misc/dprintf.c should be renamed to misc/__dprintf.c.

Cheers,
Shaun

Done.


2006-05-23 Jeff Johnston <jjohnstn@redhat.com>

        * libc/misc/dprintf.c: Removed.
        * libc/misc/__dprintf.c: Renamed from dprintf.c.
        * libc/misc/Makefile.am: Changed appropriately for rename.
        * libc/misc/Makefile.in: Regenerated.

-- Jeff J.


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