diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-27 13:21:09 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-27 13:21:09 +0000 |
commit | 54273454d040ac238b515e241187f478ad831c91 (patch) | |
tree | b515982cae181ae76867d2e9ceacc5bfb60941ea /sim | |
parent | c6e06edef4d7413abd00cbc40bc9c735b0036eef (diff) | |
download | gdb-54273454d040ac238b515e241187f478ad831c91.zip gdb-54273454d040ac238b515e241187f478ad831c91.tar.gz gdb-54273454d040ac238b515e241187f478ad831c91.tar.bz2 |
2004-01-27 Andrew Cagney <cagney@redhat.com>
* ppc-instructions: Update copyright.
(convert_to_integer): Add trailing ";" to label.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/ChangeLog | 5 | ||||
-rw-r--r-- | sim/ppc/ppc-instructions | 4 |
2 files changed, 7 insertions, 2 deletions
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 <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. 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 |