This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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] Fix build breakages on OSX due to -Wshadow and use of mempcpy.


On Mon, Dec 14, 2009 at 2:16 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Mon, Dec 14, 2009 at 12:11 PM, Doug Kwan (éæå) <dougkwan@google.com> wrote:
>> Hi,
>
>>
>> gas/ChangeLog:
>>
>> Â Â Â Â* config/tc-i386.c (show_arch): Replace uses of mempcpy with
>> Â Â Â Âequivalent code sequences with memcpy for portability.
>>
>
> libiberty has mempcpy. Can it be added to bfd/sysdep.h?
>
> Thanks.
>
> --
> H.J.
>

Or to add

AC_CHECK_DECLS(mempcpy)

to gas/configure.in.


-- 
H.J.


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