]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/m88k/tm-cxux.h
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / config / m88k / tm-cxux.h
index c4894084ea3b1b942a1d8bf91f3157590528e30f..e59c6dabfb9e3740e92ef3303f2f21fb2d9b79e8 100644 (file)
@@ -15,10 +15,12 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define HARRIS_TARGET 1
 
+#define CXUX_TARGET 1
+
 /* Type of X registers, as supplied by the OS */
 
 typedef struct {
@@ -36,6 +38,7 @@ typedef struct {
 /* Always allocate space for both, but recognize that the m88100 has no
    FP_REGS.  */
 
+#undef ARCH_NUM_REGS
 #define ARCH_NUM_REGS (target_is_m88110 ? (GP_REGS + FP_REGS) : (GP_REGS))
 
 /* Don't need this grotesquerie.  */