• R/O
  • HTTP
  • SSH
  • HTTPS

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


ファイル情報

Rev. c4df5bbeb87a445dbc84b9ed677b2c721e5051b5
サイズ 572 バイト
日時 2020-07-04 04:03:47
作者 Sebastian Huber
ログメッセージ

sim/igen: Fix linker error with -fno-common

GCC 10 enables -fno-common by default. This resulted in multiple
definition linker errors since a global variable was declared and
defined in a header file:

ld: libsim.a(idecode.o):sim/v850/idecode.h:71: multiple definition of
idecode_issue'; libsim.a(irun.o):sim/v850/idecode.h:71: first defined
here
ld: libsim.a(engine.o):sim/v850/idecode.h:71: multiple definition of
idecode_issue'; libsim.a(irun.o):sim/v850/idecode.h:71: first defined
here
ld: libsim.a(support.o):sim/v850/idecode.h:71: multiple definition of
idecode_issue'; libsim.a(irun.o):sim/v850/idecode.h:71: first defined
here
ld: libsim.a(semantics.o):sim/v850/idecode.h:71: multiple definition
of idecode_issue'; libsim.a(irun.o):sim/v850/idecode.h:71: first
defined here

sim/igen

PR sim/26194

* lf.h (lf_get_file_type): Declare.
* lf.c (lf_get_file_type): Define.
* gen-idecode.c (print_idecode_issue_function_header): Use
lf_get_file_type() to issue an extern variable declaration in
case of header files.

内容

/addr2line
/ar
/bin2c
/coffdump
/cxxfilt
/dlltool
/dllwrap
/elfedit
/nm-new
/objcopy
/objdump
/ranlib
/readelf
/size
/srconv
/strings
/strip-new
/sysdump
/sysinfo
/windmc
/windres

/arlex.c
/arparse.c
/arparse.h
/deflex.c
/defparse.c
/defparse.h
/mcparse.c
/mcparse.h
/rcparse.c
/rcparse.h
/sysinfo.c
/sysinfo.h
/syslex.c
/sysroff.c
/sysroff.h

/doc/addr2line.1
/doc/ar.1
/doc/c++filt.1
/doc/cxxfilt.man
/doc/dlltool.1
/doc/elfedit.1
/doc/nm.1
/doc/objcopy.1
/doc/objdump.1
/doc/ranlib.1
/doc/readelf.1
/doc/size.1
/doc/strings.1
/doc/strip.1
/doc/windmc.1
/doc/windres.1