diff options
author | John Metzler <jmetzler@cygnus> | 1998-04-14 23:36:19 +0000 |
---|---|---|
committer | John Metzler <jmetzler@cygnus> | 1998-04-14 23:36:19 +0000 |
commit | 5d71b4bc9296819788df62797ab2399f02e22c64 (patch) | |
tree | fa5dfc3e6d1ac7436a3631f096903f8b48fbe957 /sim | |
parent | 7431731060eb367382068558fd31dbe6bc0de6be (diff) | |
download | gdb-5d71b4bc9296819788df62797ab2399f02e22c64.zip gdb-5d71b4bc9296819788df62797ab2399f02e22c64.tar.gz gdb-5d71b4bc9296819788df62797ab2399f02e22c64.tar.bz2 |
Tue Apr 14 16:31:35 1998 John Metzler <jmetzler@cygnus.com>
* sim-memopt.c (parse_addr): Sunos 4.5 does not hane strtol
declared so we need this cast to prevent long long addresses
from being misconfigures. Results in access to unmapped memory.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 58ebc69..f589416 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 14 16:31:35 1998 John Metzler <jmetzler@cygnus.com> + + * sim-memopt.c (parse_addr): Sunos 4.5 does not hane strtol + declared so we need this cast to prevent long long addresses + from being misconfigures. Results in access to unmapped memory. + Tue Apr 14 13:19:14 1998 Doug Evans <devans@canuck.cygnus.com> * Make-common.in (RUNTESTFLAGS): Define. |