diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-12 21:19:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-12 21:19:43 +0000 |
commit | 26216b98222fd93bf11128859575552d180d0576 (patch) | |
tree | f3d46998c54fe5e44afa3f6e225222b1ccdadf36 /gdb/ChangeLog | |
parent | 9b17aab6276db153d0fb91e347ed74cc2586b06c (diff) | |
download | gdb-26216b98222fd93bf11128859575552d180d0576.zip gdb-26216b98222fd93bf11128859575552d180d0576.tar.gz gdb-26216b98222fd93bf11128859575552d180d0576.tar.bz2 |
Add the file include/gdb/sim-arm.h defining an enum that specifies the
register numbering used by the GDB<->SIM interface.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index af937aa..19dd935 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2002-06-12 Andrew Cagney <ac131313@redhat.com> + + * Makefile.in (sim_arm_h): Define. + (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h). + * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h". + (arm_register_sim_regno): New function, map an internal REGNUM + onto a simulator register number. + (arm_gdbarch_init): Set register_sim_regno. + 2002-06-09 Aldy Hernandez <aldyh@redhat.com> * MAINTAINERS: Add self. |