This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Update the number of coprocessors for Xtensa


The maximum number of coprocessors has been increased to 16 on Xtensa.

2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>

* xtensa-tdep.h (XTENSA_MAX_COPROCESSOR) Update.

Index: gdb/xtensa-tdep.h
===================================================================
RCS file: /cvs/src/src/gdb/xtensa-tdep.h,v
retrieving revision 1.15
diff -u -r1.15 xtensa-tdep.h
--- gdb/xtensa-tdep.h   12 Jan 2011 01:23:29 -0000      1.15
+++ gdb/xtensa-tdep.h   8 Mar 2011 22:29:08 -0000
@@ -43,7 +43,7 @@

/* Xtensa register group. */

-#define XTENSA_MAX_COPROCESSOR 0x08  /* Number of Xtensa coprocessors.  */
+#define XTENSA_MAX_COPROCESSOR 0x10  /* Number of Xtensa coprocessors.  */

 typedef enum
 {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]