Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: sim/msp430/msp430-sim.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sim/msp430/configure.ac ('k') | sim/msp430/msp430-sim.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/msp430/msp430-sim.h
diff --git a/sim/bfin/dv-bfin_eppi.h b/sim/msp430/msp430-sim.h
similarity index 71%
copy from sim/bfin/dv-bfin_eppi.h
copy to sim/msp430/msp430-sim.h
index 1440978635408a1c45448007cca515270ecbeec7..cc7e7ab41b3e56921f02a0aa92cada5fa9c04821 100644
--- a/sim/bfin/dv-bfin_eppi.h
+++ b/sim/msp430/msp430-sim.h
@@ -1,8 +1,7 @@
-/* Blackfin Enhanced Parallel Port Interface (EPPI) model
- For "new style" PPIs on BF54x/etc... parts.
+/* Simulator for TI MSP430 and MSP430x processors.
- Copyright (C) 2010-2012 Free Software Foundation, Inc.
- Contributed by Analog Devices, Inc.
+ Copyright (C) 2012-2013 Free Software Foundation, Inc.
+ Contributed by Red Hat, Inc.
This file is part of simulators.
@@ -19,9 +18,14 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef DV_BFIN_EPPI_H
-#define DV_BFIN_EPPI_H
+#ifndef _MSP430_SIM_H_
+#define _MSP430_SIM_H_
-#include "dv-bfin_ppi.h"
+struct msp430_cpu_state
+{
+ int regs[16];
+ int cio_breakpoint;
+ int cio_buffer;
+};
#endif
« no previous file with comments | « sim/msp430/configure.ac ('k') | sim/msp430/msp430-sim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698