diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-09 22:41:34 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-09 22:41:34 +0000 |
commit | 3c0bf315f5578d5ca1da93d55d999304407a490d (patch) | |
tree | 406a65471a866c41fd89812c6c0cfc60032a60f4 /gdb/ChangeLog | |
parent | 96336a434c4c5b8727c1c92f392df181a02b34fa (diff) | |
download | gdb-3c0bf315f5578d5ca1da93d55d999304407a490d.zip gdb-3c0bf315f5578d5ca1da93d55d999304407a490d.tar.gz gdb-3c0bf315f5578d5ca1da93d55d999304407a490d.tar.bz2 |
Enable powerpc simulator for all powerpc-eabi targets, not just powerpc-eabisim if compiling with GCC. Add --enable-sim-powerpc option to control this.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e3ebd80..3e36f38 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 9 17:34:01 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * configure.in (gdb_target): Build in the simulator for all + PowerPC eabi targets, not just eabisim, providing + --enable-sim-powerpc is used, or the host compiler is GCC. + Thu Nov 9 14:04:05 1995 Raymond Jou (rjou@mexican.cygnus.com) * mpw-config.in: Add variable with names of SIOW libraries. |