This is the mail archive of the libc-alpha@sources.redhat.com 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]

PATCH: Don't export libgcc symbol (Re: symbol clarification please?)


On Tue, Aug 13, 2002 at 01:08:11AM -0400, Jack Howarth wrote:
> Ulrich,
>     Okay, after talking to HJ, if I understand him correctly, 
> if a symbol appears as it does now in glibc-2-2-branch on ppc
> as...
> 
> 000266b0 g    DF .text        000000c8  GLIBC_2.0   __divdi3
> 
> ...this exports the symbol for linking as well as
> for run-time resolution. Now my understanding was
> that you demanded we not export the symbols from
> libgcc-compat for linking. Franz's revised patch
> appears to do exactly this with this result instead...
> 
> 00026680 g    DF .text        000000c8 (GLIBC_2.0)  __divdi3
> 

The invasive patch for glibc 2.2 is not my taste. Also I prefer C over
assembly. Please try this on glibc 2.2.


H.J.

Attachment: glibc-2.2-ppc.patch
Description: Text document


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