This is the mail archive of the gdb-prs@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]

[Bug sim/20808] New: mips sim build fails due to undefined SD/CPU variables


https://sourceware.org/bugzilla/show_bug.cgi?id=20808

            Bug ID: 20808
           Summary: mips sim build fails due to undefined SD/CPU variables
           Product: gdb
           Version: 7.12.1
               URL: https://sourceware.org/ml/gdb/2016-11/msg00013.html
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sim
          Assignee: vapier at gentoo dot org
          Reporter: vapier at gentoo dot org
                CC: vapier at gentoo dot org
  Target Milestone: ---
            Target: mipstx39-rtems4.12

example build failure:
https://sourceware.org/ml/gdb/2016-11/msg00013.html
../../../gdb-7.12/sim/mips/dv-tx3904cpu.c: In function
‘deliver_tx3904cpu_interrupt’:
../../../gdb-7.12/sim/mips/sim-main.h:679:64: error: ‘SD’ undeclared (first use
in this function)
 #define SignalExceptionNMIReset()            signal_exception (SD, CPU, cia,
NMIReset)

this was due to a cleanup of global state in commit
d47f5b30d8481272e9480118bdcb283690070349

should be fixed by:
https://sourceware.org/ml/gdb-patches/2016-11/msg00288.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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