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] Make the compiler do the math 2.


On Mon, 25 Sep 2006, Andreas Schwab wrote:
> ../../bfd/elflink.c:10069:47: error: macro "memcpy" requires 3 arguments, but only 2 given

For elflink.c 1.230 it's line 9707:
                memcpy (fn_name, STRING_COMMA_LEN (".text."));

perhaps most easily fixed by simply disabling use of any
memcpy-macro:
                (memcpy) (fn_name, STRING_COMMA_LEN (".text."));

brgds, H-P


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