From 080fe24b5824cf41b4f645c1c007dbe3d6eb2239 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 25 Feb 2002 02:13:10 +0000 Subject: Fix PR gdb/287. From wiz at danbala. Then->than and typos. --- sim/common/ChangeLog | 6 ++++++ sim/common/sim-fpu.h | 2 +- sim/ppc/ChangeLog | 6 ++++++ sim/ppc/std-config.h | 4 ++-- 4 files changed, 15 insertions(+), 3 deletions(-) (limited to 'sim') diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 8a0bc69..84c2964 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +2002-02-24 Andrew Cagney + + From wiz at danbala: + * sim-fpu.h: Fix grammar and typos. + Fix PR gdb/287. + 2002-02-10 Chris Demetriou * callback.c: Fix some spelling errors. diff --git a/sim/common/sim-fpu.h b/sim/common/sim-fpu.h index 755e194..72323f5 100644 --- a/sim/common/sim-fpu.h +++ b/sim/common/sim-fpu.h @@ -42,7 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc., For unpacked structures (passed by value and reference), the code quality of GCC-2.7 (on x86) for each alternative was compared. - Needless to say the results, while better then for a packed 64 bit + Needless to say the results, while better than for a packed 64 bit object, were still poor (GCC had only limited support for the optimization of references to structure members). Regardless, the struct-by-ref alternative achieved better results when compiled diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 103a83c..25d96ea 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,9 @@ +2002-02-24 Andrew Cagney + + From wiz at danbala: + * std-config.h: Fix grammar and typos. Update copyright. + Fix PR gdb/287. + 2002-01-12 matthew green * Makefile.in (tmp-igen): Pass -I $(srcdir) to igen. diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h index 0b7c260..c48e365 100644 --- a/sim/ppc/std-config.h +++ b/sim/ppc/std-config.h @@ -1,6 +1,6 @@ /* This file is part of the program psim. - Copyright (C) 1994-1995, Andrew Cagney + Copyright 1994, 1995, 2002 Andrew Cagney This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -438,7 +438,7 @@ extern int current_stdio; local function. Because of the way that GCC parses __attribute__(), the macro's - need to be adjacent to the functioin name rather then at the start + need to be adjacent to the function name rather than at the start of the line vis: int STATIC_INLINE_MODULE f(void); -- cgit v1.1