2004-01-27 Andrew Cagney <cagney@redhat.com>
* ppc-instructions: Update copyright. (convert_to_integer): Add trailing ";" to label.
This commit is contained in:
parent
c6e06edef4
commit
54273454d0
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-01-27 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* ppc-instructions: Update copyright.
|
||||
(convert_to_integer): Add trailing ";" to label.
|
||||
|
||||
2003-10-16 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* emul_netbsd.c: Only a comment may follow an #endif.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue