diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-13 01:27:21 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-13 01:27:21 +0000 |
commit | eb4ef19775ac15b9c607d9c2f47b914629f099da (patch) | |
tree | 9825a481bded6e11a94fe62dc6d5a41e593e4f6d /sim/ppc/ppc-instructions | |
parent | d101d7bf06a9fdf648542ff0716888b5aefeb2ca (diff) | |
download | gdb-eb4ef19775ac15b9c607d9c2f47b914629f099da.zip gdb-eb4ef19775ac15b9c607d9c2f47b914629f099da.tar.gz gdb-eb4ef19775ac15b9c607d9c2f47b914629f099da.tar.bz2 |
Add model-functions support
Diffstat (limited to 'sim/ppc/ppc-instructions')
-rw-r--r-- | sim/ppc/ppc-instructions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions index c8fa910..4aa91e4 100644 --- a/sim/ppc/ppc-instructions +++ b/sim/ppc/ppc-instructions @@ -75,6 +75,9 @@ ::model:603e:PPC603e:IU=1 integer,FPU=1 floating point,LSU=1 memory,SRU=1 system register,BPU=1 branch ::model:603:PPC603:IU=1 integer,FPU=1 floating point,LSU=1 memory,SRU=1 system register,BPU=1 branch +void::model-function::model_init:void +void::model-function::model_halt:void +void::model-function::model_print_info:void # The following (illegal) instruction is `known' by gen and is # called when ever an illegal instruction is encountered |