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]

Re: PLT refs dependent upon gcc version...


On Tue, 24 Apr 2012, Roland McGrath wrote:

> have.  (GCC could use a switch to treat generated libgcc calls like
> attribute_hidden calls so we could get rid of these PLT entries.)

FWIW, much the same would be useful for powerpc-linux-gnu soft-float (see 
the list in ports/data/localplt-powerpcsoft-linux-gnu.data - some of which 
I think may also be compiler-version-dependent).

> diff --git a/scripts/check-localplt.awk b/scripts/check-localplt.awk
> new file mode 100644
> index 0000000..bb1b912
> --- /dev/null
> +++ b/scripts/check-localplt.awk
> @@ -0,0 +1,53 @@
> +# This is an awk script to process the output of elf/check-localplt.

This looks long enough to need a copyright / license notice.

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