This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] | |
On Friday 18 May 2012 11:58:48 Andreas Schwab wrote:
> Richard Henderson <rth@twiddle.net> writes:
> > On 05/18/12 07:56, Andreas Schwab wrote:
> >> + GLIBC_2.16 {
> >> + __mcount_internal;
> >> + }
> >> GLIBC_PRIVATE {
> >> __mcount_internal;
> >> }
> >
> > Failure to delete.
>
> Delete what? If you mean __mcount_internal@GLIBC_PRIVATE, it must
> remain for existing uses with glibc 2.15.
how so ? you can't link against it (ignoring -static), and you can't mix libs
between diff versions of glibc, and compiling with -pg only references _mcount,
so why is it still needed ?
-mike
Attachment:
signature.asc
Description: This is a digitally signed message part.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |