Include gdbarch.h in m68k-linux-nat.c
authorSimon Marchi <simon.marchi@efficios.com>
Sun, 24 Nov 2019 20:04:21 +0000 (15:04 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Sun, 24 Nov 2019 20:05:04 +0000 (15:05 -0500)
commita7cdaa914f4b937544d8f102679bb5129bb1ef08
treee59a6aa4285c0fa798c4c56cc7ff99bf2ab3a58f
parent26abc753cd1eb1349f6fa053caab016c93ca5302
Include gdbarch.h in m68k-linux-nat.c

Fix this compilation error, and a bunch of similar ones:

      CXX    m68k-linux-nat.o
    /home/smarchi/src/binutils-gdb/gdb/m68k-linux-nat.c: In function ‘void fetch_register(regcache*, int)’:
    /home/smarchi/src/binutils-gdb/gdb/m68k-linux-nat.c:133:9: error: ‘gdbarch_register_name’ was not declared in this scope
             gdbarch_register_name (gdbarch, regno),
             ^~~~~~~~~~~~~~~~~~~~~

gdb/ChangeLog:

* m68k-linux-nat.c: Include gdbarch.h.

Change-Id: I7cd47bc5d094241b2596e29c244eb55ed11f7a02
gdb/ChangeLog
gdb/m68k-linux-nat.c
This page took 0.026946 seconds and 4 git commands to generate.