From: John Metzler Date: Tue, 14 Apr 1998 23:36:19 +0000 (+0000) Subject: Tue Apr 14 16:31:35 1998 John Metzler X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5d71b4bc9296819788df62797ab2399f02e22c64;p=deliverable%2Fbinutils-gdb.git Tue Apr 14 16:31:35 1998 John Metzler * 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. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 58ebc690d7..f5894163e2 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 14 16:31:35 1998 John Metzler + + * 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 * Make-common.in (RUNTESTFLAGS): Define.