diff options
author | Rob Savoye <rob@cygnus> | 1996-12-04 00:56:56 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1996-12-04 00:56:56 +0000 |
commit | a665caa644857954b195eed35957f0d4af86106f (patch) | |
tree | e1454828130eaaf01e161ca326297875a7b2d7e1 /sim/erc32/ChangeLog | |
parent | 20e1ab85bf0f96397354b216c1b4de33e05de381 (diff) | |
download | gdb-a665caa644857954b195eed35957f0d4af86106f.zip gdb-a665caa644857954b195eed35957f0d4af86106f.tar.gz gdb-a665caa644857954b195eed35957f0d4af86106f.tar.bz2 |
* configure.in: Look for libtermcap.a.
* Makefile.in: Only link in -ltermcap if it exists.
* erc32.c: Update to version 2.6a. Fix uart handling.
* exec.c: Update to version 2.6a. Add sparclite support.
* float.c: Update to version 2.6a. Convert comments to
preprocessor warnings. Add __setfpucw() for i385 hosts so floating
point exceptions work.
* func.c: Update to version 2.6a. Fix uart handling, add support
for user error traps.
* help.c: Update to version 2.6a. Add help note on user error
traps.
* interf.c: Update to version 2.6a. Fix uart handling, and add
sparclite support.
* examples/gccx: Use sparclite cross compiler, not native gcc.
* examples/srt0.S: Use "mov" rather than "wr" for manipulating
the psr register.
Diffstat (limited to 'sim/erc32/ChangeLog')
-rw-r--r-- | sim/erc32/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 1ec47c1..bf18bc9 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,28 @@ +Tue Dec 3 11:54:37 1996 Rob Savoye <rob@chinadoll.cygnus.com> + + * configure.in: Look for libtermcap.a. + * Makefile.in: Only link in -ltermcap if it exists. + * erc32.c: Update to version 2.6a. Fix uart handling. + * exec.c: Update to version 2.6a. Add sparclite support. + * float.c: Update to version 2.6a. Convert comments to + preprocessor warnings. Add __setfpucw() for i385 hosts so floating + point exceptions work on win32. + * func.c: Update to version 2.6a. Fix uart handling, add support + for user error traps. + * help.c: Update to version 2.6a. Add help note on user error + traps. + * interf.c: Update to version 2.6a. Fix uart handling, and add + sparclite support. + * examples/gccx: Use sparclite cross compiler, not native gcc. + * examples/srt0.S: Use "mov" rather than "wr" for manipulating + the psr register. + +Mon Nov 25 08:28:10 1996 Fred Fish <fnf@cygnus.com> + + * Makefile.in (run.o): Remove this rule, it hides the one in + ../common/Make-common.in that correctly references the source + in the sibling ../common directory. + Wed Nov 20 01:30:12 1996 Doug Evans <dje@canuck.cygnus.com> * Makefile.in: Delete stuff moved to ../common/Make-common.in. |