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]

gold broken: DW_CFA_XXX is not a member of elfcpp


Hi Ian,

    Did you forget to check in definition of DW_CFA_XXX in elfcpp?  I
cannot build top of trunk.

-Doug


g++ -DHAVE_CONFIG_H -I. -I../../src/gold  -I../../src/gold
-I../../src/gold/../include -I../../src/gold/../elfcpp
-DLOCALEDIR="\"/usr/local/share/locale\""
-DBINDIR="\"/usr/local/bin\""
-DTOOLBINDIR="\"/usr/local/x86_64-unknown-linux-gnu/bin\""   -W -Wall
  -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-frandom-seed=i386.o -g -O2 -MT i386.o -MD -MP -MF .deps/i386.Tpo -c
-o i386.o ../../src/gold/i386.cc
../../src/gold/i386.cc:933: error: ‘DW_CFA_def_cfa’ is not a member of ‘elfcpp’
../../src/gold/i386.cc:934: error: ‘DW_CFA_offset’ is not a member of ‘elfcpp’
../../src/gold/i386.cc:935: error: ‘DW_CFA_nop’ is not a member of ‘elfcpp’
../../src/gold/i386.cc:936: error: ‘DW_CFA_nop’ is not a member of ‘elfcpp’
../../src/gold/i386.cc:945: error: ‘DW_CFA_def_cfa_offset’ is not a
member of ‘elfcpp’
../../src/gold/i386.cc:946: error: ‘DW_CFA_advance_loc’ is not a
member of ‘elfcpp’
../../src/gold/i386.cc:947: error: ‘DW_CFA_def_cfa_offset’ is not a
member of ‘elfcpp’
../../src/gold/i386.cc:948: error: ‘DW_CFA_advance_loc’ is not a
member of ‘elfcpp’
../../src/gold/i386.cc:949: error: ‘DW_CFA_def_cfa_expression’ is not
a member of ‘elfcpp’
../../src/gold/i386.cc:960: error: ‘DW_CFA_nop’ is not a member of ‘elfcpp’
../../src/gold/i386.cc:961: error: ‘DW_CFA_nop’ is not a member of ‘elfcpp’
../../src/gold/i386.cc:962: error: ‘DW_CFA_nop’ is not a member of ‘elfcpp’
../../src/gold/i386.cc:963: error: ‘DW_CFA_nop’ is not a member of ‘elfcpp’
make[4]: *** [i386.o] Error 1


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