This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Libiberty: POSIXify psignal definition


On Wed, 18 May 2011, DJ Delorie wrote:

> What about these?
> 
> dependencies = { module=all-target-fastjar; on=all-target-libiberty; };

Bogus.  fastjar is not a target module, not should it be one; all 
references to target fastjar should be removed.

> dependencies = { module=all-target-libobjc; on=all-target-libiberty; };

Bogus.  libobjc makes no use of libiberty.

> dependencies = { module=all-target-libstdc++-v3; on=all-target-libiberty; };

Bogus.  libstdc++ uses cp-demangle.c from the libiberty source directory 
via special makefile rules; it makes no other use of libiberty and does 
not use a target libiberty.a, only that source file.

-- 
Joseph S. Myers
joseph@codesourcery.com


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