diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-02-06 20:05:42 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-02-06 20:05:42 +0000 |
commit | e6cbd02ac2c4dd07c92d152b10c03c7bb24aec2b (patch) | |
tree | 876e170f720eb924e4121a1fcdb47d7d9e8ae2df /gdb/ChangeLog | |
parent | 713f0374c042c67cfed6110a7ce2dd852ad49500 (diff) | |
download | gdb-e6cbd02ac2c4dd07c92d152b10c03c7bb24aec2b.zip gdb-e6cbd02ac2c4dd07c92d152b10c03c7bb24aec2b.tar.gz gdb-e6cbd02ac2c4dd07c92d152b10c03c7bb24aec2b.tar.bz2 |
2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
Submitted by Paul Hilfinger (hilfingr@gnat.com)
and Andrei Petrov (and@genesyslab.com).
* findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
must be allocated dynamically, since these are no longer constants.
* infcmd.c: Ditto.
* regcache.c: Ditto.
* remote.c: Ditto.
* sol-thread.c: Ditto.
* valops.c: Ditto.
* config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
work-around for a missing Sun header file in solaris for sparc64.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 70beb84..168b63a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2001-02-06 Michael Snyder <msnyder@makita.cygnus.com> + Submitted by Paul Hilfinger (hilfingr@gnat.com) + and Andrei Petrov (and@genesyslab.com). + * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES + must be allocated dynamically, since these are no longer constants. + * infcmd.c: Ditto. + * regcache.c: Ditto. + * remote.c: Ditto. + * sol-thread.c: Ditto. + * valops.c: Ditto. + * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a + work-around for a missing Sun header file in solaris for sparc64. + 2001-02-04 Philip Blundell <philb@gnu.org> * config/arm/linux.mh (NATDEPFILES): Add proc-service.o, |