diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 2002-02-25 18:15:52 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 2002-02-25 18:15:52 +0000 |
commit | 19caaa451926df2ca71050758698fe8ef4a854c0 (patch) | |
tree | 17f106f3e4b178eb80fdb0be6747693d7c58d9f6 /gdb/ChangeLog | |
parent | 798bd83101cf19a7dd11d6e8c76018fc753da57d (diff) | |
download | gdb-19caaa451926df2ca71050758698fe8ef4a854c0.zip gdb-19caaa451926df2ca71050758698fe8ef4a854c0.tar.gz gdb-19caaa451926df2ca71050758698fe8ef4a854c0.tar.bz2 |
* rs6000-nat.c (set_host_arch): Do not switch to a new architecture
if it already matches the current architecture from the exec file.
Include arch-utils.h for gdbarch_info_init prototype.
* Makefile.in (rs6000-nat.o): Update dependencies.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e153d08..e00dab6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> + + * rs6000-nat.c (set_host_arch): Do not switch to a new architecture + if it already matches the current architecture from the exec file. + Include arch-utils.h for gdbarch_info_init prototype. + * Makefile.in (rs6000-nat.o): Update dependencies. + 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il> * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the |