From: Michael Snyder Date: Thu, 29 Oct 1998 18:24:04 +0000 (+0000) Subject: fix minor typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eeb89805cbce2df1c4d14b2daf434598533f25a0;p=binutils-gdb.git fix minor typo. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 368f44834ed..47d5e16011c 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -605,7 +605,7 @@ Tue Apr 14 18:49:31 1998 Andrew Cagney Tue Apr 14 16:31:35 1998 John Metzler - * sim-memopt.c (parse_addr): Sunos 4.5 does not hane strtol + * sim-memopt.c (parse_addr): Sunos 4.5 does not have strtol declared so we need this cast to prevent long long addresses from being misconfigures. Results in access to unmapped memory.