* config/i386/xm-i386v4.h, config/m68k/xm-m68kv4.h,
authorStan Shebs <shebs@codesourcery.com>
Thu, 4 Aug 1994 18:17:59 +0000 (18:17 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 4 Aug 1994 18:17:59 +0000 (18:17 +0000)
config/sparc/xm-sun4sol2.h (NORETURN): Don't define.
* config/m88k/tm-cxux.h (ARCH_NUM_REGS): Undefine before defining.

gdb/ChangeLog
gdb/config/i386/xm-i386v4.h
gdb/config/m68k/xm-m68kv4.h
gdb/config/m88k/tm-cxux.h
gdb/config/sparc/xm-sun4sol2.h

index 8f4ef91a47c0cf18b113f584f4553e3c100122f5..ed4a6f633db2cfbd80cf39717f78e0cda537e4e1 100644 (file)
@@ -1,3 +1,9 @@
+Thu Aug  4 11:08:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * config/i386/xm-i386v4.h, config/m68k/xm-m68kv4.h,
+       config/sparc/xm-sun4sol2.h (NORETURN): Don't define.
+       * config/m88k/tm-cxux.h (ARCH_NUM_REGS): Undefine before defining.
+
 Thu Aug  4 10:26:36 1994  Stu Grossman  (grossman@rtl.cygnus.com)
 
        * target.c (add_target):  Don't call clean_target on target
index fc3eef8ff06a7ad807d777fbea155afdc7fa986d..bb7c1120c00726a2cc1531c5402478238bc8bcd0 100644 (file)
@@ -26,14 +26,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "xm-sysv4.h"
 
-/* The native AT&T compiler for i386/SVR4 complains about using volatile
-   to indicate functions that never return.  So shut it up by simply
-   defining away "NORETURN", which is normally defined to "volatile". */
-
-#ifndef __GNUC__
-# define NORETURN /**/
-#endif
-
 /* If you expect to use the mmalloc package to obtain mapped symbol files,
    for now you have to specify some parameters that determine how gdb places
    the mappings in it's address space.  See the comments in map_to_address()
index 1a011b6efb990a4b318464eaad9cd709a20d909a..12a558788c989d135e98f3858032c62a1a2f64d2 100644 (file)
@@ -27,14 +27,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "xm-sysv4.h"
 
-/* The native AT&T compiler for m68k/SVR4 complains about using volatile
-   to indicate functions that never return.  So shut it up by simply
-   defining away "NORETURN", which is normally defined to "volatile". */
-
-#ifndef __GNUC__
-# define NORETURN /**/
-#endif
-
 /* If you expect to use the mmalloc package to obtain mapped symbol files,
    for now you have to specify some parameters that determine how gdb places
    the mappings in it's address space.  See the comments in map_to_address()
index c4894084ea3b1b942a1d8bf91f3157590528e30f..4f714ce1afb33df4966469cf003cce348acdda75 100644 (file)
@@ -36,6 +36,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.  */
index 44d86b0193641e52232855dacaa1e5cc95955ff9..de7e10f46711092880eca9cd731814bd9cacb5e2 100644 (file)
@@ -31,14 +31,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        gregset_t       prgregset_t
 #define        fpregset_t      prfpregset_t
 
-/* The native Sun compiler complains about using volatile
-   to indicate functions that never return.  So shut it up by simply
-   defining away "NORETURN", which is normally defined to "volatile". */
-
-#ifndef __GNUC__
-# define NORETURN /**/
-#endif
-
 /* If you expect to use the mmalloc package to obtain mapped symbol files,
    for now you have to specify some parameters that determine how gdb places
    the mappings in it's address space.  See the comments in map_to_address()