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: PATCH: Add x32 support to dynamic linker audit


"Carlos O'Donell" <carlos@systemhalted.org> writes:

> On Wed, Mar 21, 2012 at 11:23 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
>> Will
>>
>> #define La_x32_regs La_x86_64_regs
>> #define ÂLa_x32_retval ÂLa_x86_64_retval
>>
>> work for you?
>
> Yes, as long as the names are consistent with the function being
> called e.g. La_x32_regs is used with la_gnu_x32_pltenter and
> la_gnu_x32_pltexit.

That doesn't work.

../sysdeps/generic/ldsodefs.h:231:9: warning: âstruct La_x32_regsâ declared inside parameter list [enabled by default]
../sysdeps/generic/ldsodefs.h:231:9: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
../sysdeps/generic/ldsodefs.h:280:10: warning: âstruct La_x32_regsâ declared inside parameter list [enabled by default]

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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