This is the mail archive of the gcc@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: Bugzilla components for target libraries


On Thu, 10 Nov 2011, Rainer Orth wrote:

> I've recently noticed that several of our target libraries are not
> properly (if at all) represented as bugzilla components.  The following
> table shows the current situation:
> 
>   directory		component

You omitted boehm-gc and zlib, both used in target libraries (libgcjgc, 
libzgcj) though not intended for direct use as such by GCC users (anyone 
wanting to use them directly should use the upstream releases).

>   libcpp		(preprocessor)

Not a target library.

>   libdecnumber		

libdecnumber is indirectly used in libgcc on the target and also used on 
the host, rather than directly installed as a target library.

>   libiberty		

Not a target library.  (A single source file is used in libstdc++ for 
demangling support.)

-- 
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]