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, avr] Add DIFF relocations


>>>>> "Denis" == Denis Chertykov <chertykov@gmail.com> writes:

>> * reloc.c: Add BFD_RELOC_AVR_DIFF8/16/32 relocations

Denis> Committed.

On x86-64 Fedora 20, with --enable-targets=all, I get:

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -DBINDIR=\"/home/tromey/gnu/gdb/devel/install/bin\" -g3 -gdwarf-4 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g3 -gdwarf-4 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c ../../binutils-gdb/bfd/elf32-avr.c -o elf32-avr.o
../../binutils-gdb/bfd/elf32-avr.c:650:5: error: âBFD_RELOC_AVR_DIFF8â undeclared here (not in a function)
   { BFD_RELOC_AVR_DIFF8,            R_AVR_DIFF8 },
     ^
../../binutils-gdb/bfd/elf32-avr.c:651:5: error: âBFD_RELOC_AVR_DIFF16â undeclared here (not in a function)
   { BFD_RELOC_AVR_DIFF16,           R_AVR_DIFF16 },
     ^
../../binutils-gdb/bfd/elf32-avr.c:652:5: error: âBFD_RELOC_AVR_DIFF32â undeclared here (not in a function)
   { BFD_RELOC_AVR_DIFF32,           R_AVR_DIFF32 }
     ^
make[4]: *** [elf32-avr.lo] Error 1

Tom


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