This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Recent changes broke the or1k simulator support


Hello,

a recent change (within one week) broke the or1k simulator support:

gmake[3]: Entering directory '/usr/home/user/rtems-source-builder/rtems/build/or1k-rtems6-gdb-e41d1c49a1-x86_64-freebsd12.0-1/build/sim/or1k' /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/usr/home/user/rtems-source-builder/rtems/build/tmp/sb-user/6/rtems-or1k.bset/usr/local/rtems/5/include -DHAVE_CONFIG_H -DWITH_DEFAULT_MODEL='"or1200"' -DWITH_ALIGNMENT=STRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_TARGET_ADDRESS_BITSIZE=32 -DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG -DDEFAULT_INLINE=0 -DWITH_SCACHE=16384 -I. -I../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k -I../common -I../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k/../common -I../../include -I../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k/../../include -I../../bfd -I../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k/../../bfd -I../../opcodes -I../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k/../../opcodes -c -o decode.o -MT decode.o -MMD -MP -MF .deps/decode.Tpo ../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k/decode.c ../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k/decode.c:153:5: error: use of undeclared identifier 'OR1K_INSN_LF_EQ_S'
  { OR1K_INSN_LF_EQ_S, OR1K32BF_INSN_LF_EQ_S, OR1K32BF_SFMT_LF_EQ_S },
    ^
../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k/decode.c:154:5: error: use of undeclared identifier 'OR1K_INSN_LF_NE_S'
  { OR1K_INSN_LF_NE_S, OR1K32BF_INSN_LF_NE_S, OR1K32BF_SFMT_LF_EQ_S },
    ^
../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k/decode.c:155:5: error: use of undeclared identifier 'OR1K_INSN_LF_GE_S'
  { OR1K_INSN_LF_GE_S, OR1K32BF_INSN_LF_GE_S, OR1K32BF_SFMT_LF_EQ_S },
    ^
../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k/decode.c:156:5: error: use of undeclared identifier 'OR1K_INSN_LF_GT_S'; did you mean 'OR1K_INSN_LF_SFGT_S'?
  { OR1K_INSN_LF_GT_S, OR1K32BF_INSN_LF_GT_S, OR1K32BF_SFMT_LF_EQ_S },
    ^~~~~~~~~~~~~~~~~
    OR1K_INSN_LF_SFGT_S
../../../sourceware-mirror-binutils-gdb-e41d1c49a1/sim/or1k/../../opcodes/or1k-opc.h:80:27: note: 'OR1K_INSN_LF_SFGT_S' declared here , OR1K_INSN_LF_SFGE_D32, OR1K_INSN_LF_SFGT_S, OR1K_INSN_LF_SFGT_D, OR1K_INSN_LF_SFGT_D32

Please let me know if you need more details.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.


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