diff options
author | Michael Tiemann <tiemann@cygnus> | 1995-09-10 17:33:54 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@cygnus> | 1995-09-10 17:33:54 +0000 |
commit | 0384d2e3df704ef422af71964c596d5ece533f32 (patch) | |
tree | f665673a882fbf53c4eb2b7dd38f731f0f712076 /sim | |
parent | 85226acd4171c44d093a2ebe5520afe63510c90d (diff) | |
download | gdb-0384d2e3df704ef422af71964c596d5ece533f32.zip gdb-0384d2e3df704ef422af71964c596d5ece533f32.tar.gz gdb-0384d2e3df704ef422af71964c596d5ece533f32.tar.bz2 |
Sun Sep 10 10:23:56 1995 Michael Tiemann <tiemann@axon.cygnus.com>
* registers.c (register_description): Add gdb synonyms for cr
(cnd) and msr (ps).
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index fdc580e..3b85aa3 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,12 @@ +Sun Sep 10 10:23:56 1995 Michael Tiemann <tiemann@axon.cygnus.com> + + * registers.c (register_description): Add gdb synonyms for cr + (cnd) and msr (ps). + +Fri Sep 8 13:16:10 1995 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (install): Don't install in $(tooldir). + * configure.in: Call AC_CONFIG_HEADER. Don't try to use bfd/hosts/*.h file or bfd/config/*.mh file. Call AC_PROG_CC and AC_PROG_RANLIB. Substitute in values for CFLAGS, HDEFINES, AR, |