]> Git Repo - binutils.git/blobdiff - gdb/config/a29k/tm-a29k.h
* valops.c (call_function_by_hand, push_word), defs.h (push_word),
[binutils.git] / gdb / config / a29k / tm-a29k.h
index 7d240444cfe2e6a2061e9f341df690b13121ca1e..cf5fbcab3bfd8678a916f06a14c7c7a046655c3f 100644 (file)
@@ -100,9 +100,11 @@ CORE_ADDR skip_prologue ();
 
 #define INVALID_FLOAT(p, len) 0   /* Just a first guess; not checked */
 
-/* Say how long (ordinary) registers are.  */
+/* Say how long (ordinary) registers are.  This is a piece of bogosity
+   used in push_word and a few other places; REGISTER_RAW_SIZE is the
+   real way to know how big a register is.  */
 
-#define REGISTER_TYPE long
+#define REGISTER_SIZE 4
 
 /* Allow the register declarations here to be overridden for remote
    kernel debugging.  */
This page took 0.0235 seconds and 4 git commands to generate.