gdb: add declaration for _initialize_gdbarch in gdbarch.sh
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 21 Jan 2020 23:30:07 +0000 (18:30 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 21 Jan 2020 23:30:25 +0000 (18:30 -0500)
commita12378729f404ef0b6e9a4e8378dfd747dd5beb6
treea9caeaae7823d87b56f674d7bcaf350c68a7a591
parentb3ee6dd9f205f1d4ff208dbc9575528dc6e1bce7
gdb: add declaration for _initialize_gdbarch in gdbarch.sh

In commit

  gdb: add back declarations for _initialize functions
  6c2659886f7018fcca26ee0fc813bc9748fb8513

I wrongfully edited gdbarch.c, instead of editing gdbarch.sh and
re-generating gdbarch.c.  This patch fixes gdbarch.sh to add a
declaration for _initialize_gdbarch.  gdbarch.c is not changed, as the
output of gdbarch.sh now matches the current state of gdbarch.c.

gdb/ChangeLog:

* gdbarch.sh: Add declaration for _initialize_gdbarch.
gdb/ChangeLog
gdb/gdbarch.sh
This page took 0.034629 seconds and 4 git commands to generate.