From 54273454d040ac238b515e241187f478ad831c91 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 27 Jan 2004 13:21:09 +0000 Subject: 2004-01-27 Andrew Cagney * ppc-instructions: Update copyright. (convert_to_integer): Add trailing ";" to label. --- sim/ppc/ChangeLog | 5 +++++ sim/ppc/ppc-instructions | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sim') diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index dac646a..d4f94c3 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-27 Andrew Cagney + + * ppc-instructions: Update copyright. + (convert_to_integer): Add trailing ";" to label. + 2003-10-16 Michael Snyder * emul_netbsd.c: Only a comment may follow an #endif. diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions index a930dc8..1991c49 100644 --- a/sim/ppc/ppc-instructions +++ b/sim/ppc/ppc-instructions @@ -1,7 +1,7 @@ # # This file is part of the program psim. # -# Copyright 1994, 1995, 1996, 1997, 2003 Andrew Cagney +# Copyright 1994, 1995, 1996, 1997, 2003, 2004 Andrew Cagney # # -- # @@ -1281,7 +1281,7 @@ void::function::convert_to_integer:cpu *processor, unsigned_word cia, unsigned64 /* FPSCR[fprf] = undefined */ } /**/ - LABEL(Done): + LABEL(Done):; # extract out raw fields of a FP number -- cgit v1.1