]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix PR16220
authorYao Qi <yao@codesourcery.com>
Tue, 18 Feb 2014 06:57:03 +0000 (14:57 +0800)
committerYao Qi <yao@codesourcery.com>
Wed, 19 Feb 2014 02:48:21 +0000 (10:48 +0800)
commite095146be2c9f27e20743810038dc372a0387f75
treea82dd838a9bb5e27c5ec9dba3e0c11c6c0d9182b
parent5db3e65d39c4018e88c3e7bba089fa9df11e7617
Fix PR16220

This patch removes startup_gdbarch because it is not used anymore.
After this patch,

 [PATCH] Multi-process + multi-arch: GDB
 https://sourceware.org/ml/gdb-patches/2012-11/msg00228.html

global variable target_gdbarch is removed and gdbarch becomes
per-inferior.  Then, we don't have to keep global variable
startup_gdbarch.

Rebuild GDB with all targets.  Is it OK?

gdb:

2014-02-18  Yao Qi  <yao@codesourcery.com>

PR gdb/16220
* gdbarch.sh: Remove startup_gdbarch.
* gdbarch.c: Regenerated.
* gdbarch.h: Likewise.
gdb/ChangeLog
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh