diff options
author | Stu Grossman <grossman@cygnus> | 1994-02-19 07:18:09 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-02-19 07:18:09 +0000 |
commit | 9f35e15a659e9b8122b0a8af6b793c243fce9c0d (patch) | |
tree | c878f3a1a8e612a9b114db7a94fdf7358cba7c98 /gdb | |
parent | 56173dc599f4133663486b6e4ffd600d79e9eb2f (diff) | |
download | gdb-9f35e15a659e9b8122b0a8af6b793c243fce9c0d.zip gdb-9f35e15a659e9b8122b0a8af6b793c243fce9c0d.tar.gz gdb-9f35e15a659e9b8122b0a8af6b793c243fce9c0d.tar.bz2 |
* sparclite/Makefile.in, sparclite/salib.c, sparclite/sparclite.h:
Fixup cache_on and flush_i_cache so that they work for both the
930 and 932 processors. Rewrite most low level funcs (uart
access & cache stuff) to use new ASI access macros in sparclite.h.
Also make it easy to access second serial port.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 618dbd2..61ca75a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Fri Feb 18 23:12:59 1994 Stu Grossman (grossman at cygnus.com) + + * sparclite/Makefile.in, sparclite/salib.c, sparclite/sparclite.h: + Fixup cache_on and flush_i_cache so that they work for both the + 930 and 932 processors. Rewrite most low level funcs (uart + access & cache stuff) to use new ASI access macros in sparclite.h. + Also make it easy to access second serial port. + Fri Feb 18 22:17:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * hp300ux-nat.c: Don't incloude <sys/dir.h>, <sys/ioctl.h>, or |