Replace calls to abort() with calls to internal_error().
[deliverable/binutils-gdb.git] / gdb / config / ns32k / nm-umax.h
index add6e70f31b56ca8819849cce7bb756a0b793099..5c02831ee19369489eecf510800c32b5815a12b0 100644 (file)
@@ -1,21 +1,22 @@
 /* Definitions to make GDB run on an encore under umax 4.2
    Copyright 1987, 1989, 1992 Free Software Foundation, Inc.
 
-This file is part of GDB.
+   This file is part of GDB.
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   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., 59 Temple Place - Suite 330,
+   Boston, MA 02111-1307, USA.  */
 
 /* Do implement the attach and detach commands...  */
 #define ATTACH_DETACH
@@ -49,6 +50,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
        addr = PU_F0 + (regno - LP0_REGNUM) * sizeof (double); break;   \
   default:                                                             \
        printf ("bad argument to REGISTER_U_ADDR %d\n", regno);         \
-       abort ();                                                       \
+       internal_error (__FILE__, __LINE__, "failed internal consistency check");                                                       \
   }                                                                    \
 }
This page took 0.025038 seconds and 4 git commands to generate.