Finish incomplete change started by Kenner.
authorJim Wilson <wilson@cygnus.com>
Tue, 19 May 1998 18:24:07 +0000 (18:24 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 19 May 1998 18:24:07 +0000 (11:24 -0700)
* configure.in (*-*-linux-gnu*): Delete NO_STAB_H from xm_defines.
(powerpcle-*-cygwin32): Delete xm_defines.
* final.c, mips-tfile.c, xcoffout.c, config/mips/mips.c: Use
HAVE_STAB_H instead of NO_STAB_H.
* config/xm-linux.h (NO_STAB_H): Delete.
(HAVE_STAB_H): Undefine.
* config/i386/xm-go32.h (NO_STAB_H): Delete.

From-SVN: r19886

gcc/ChangeLog
gcc/config/i386/xm-go32.h
gcc/config/mips/mips.c
gcc/config/xm-linux.h
gcc/configure
gcc/configure.in
gcc/final.c
gcc/mips-tfile.c
gcc/xcoffout.c

index 811a157a4b0f0a1901e50fd2df624d6e45180d14..f6f5bdbff75075bfd665aaa33e0362a129de0a31 100644 (file)
@@ -1,3 +1,14 @@
+Tue May 19 18:21:25 1998  Jim Wilson  <wilson@cygnus.com>
+
+       Finish incomplete change started by Kenner.
+       * configure.in (*-*-linux-gnu*): Delete NO_STAB_H from xm_defines.
+       (powerpcle-*-cygwin32): Delete xm_defines.
+       * final.c, mips-tfile.c, xcoffout.c, config/mips/mips.c: Use
+       HAVE_STAB_H instead of NO_STAB_H.
+       * config/xm-linux.h (NO_STAB_H): Delete.
+       (HAVE_STAB_H): Undefine.
+       * config/i386/xm-go32.h (NO_STAB_H): Delete.
+
 1998-05-19  Jim Wilson  <wilson@cygnus.com>
 
        * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Ignore
index 3cfd6b399926a917375265a341dfeeea2cf2086b..c44e73ea4211eeb66465c1b1118474fabe9a9b31 100644 (file)
@@ -20,8 +20,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define __MSDOS__ 1
 
-#define NO_STAB_H
-
 #include "i386/xm-i386.h"
 
 /* Use semicolons to separate elements of a path.  */
index fce5dc8c7e66cd790b513c53804da758fcb2c440..0ca03deca0a3e835b707d4c2e805b40056f519a5 100644 (file)
@@ -66,7 +66,7 @@ Boston, MA 02111-1307, USA.  */
 #define X_OK 1
 #endif
 
-#if defined(USG) || defined(NO_STAB_H)
+#if defined(USG) || !defined(HAVE_STAB_H)
 #include "gstab.h"  /* If doing DBX on sysV, use our own stab.h.  */
 #else
 #include <stab.h>  /* On BSD, use the system's stab.h.  */
index 9a3838b7d7fc104dadf9a724a8a8698db916cc31..2cffdb7fab615d2d121c81ed1455f3d77341be2b 100644 (file)
@@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* We do have one, but I'd like to use the one come with gcc since
    we have been doing that for a long time with USG defined.  H.J. */
-#define NO_STAB_H
+#undef HAVE_STAB_H
 
 #undef BSTRING
 #define BSTRING
index 0fad95147ef99f123d6630b45febc43406ce43ff..9448fdf7fccecba694739d69ab02304c834d9e38 100755 (executable)
@@ -2148,7 +2148,7 @@ for machine in $build $host $target; do
        # Set the default macros to define for GNU/Linux systems.
        case $machine in
        *-*-linux-gnu*)
-               xm_defines="HAVE_ATEXIT POSIX NO_STAB_H BSTRING"
+               xm_defines="HAVE_ATEXIT POSIX BSTRING"
                ;;
        esac
 
@@ -4211,7 +4211,6 @@ for machine in $build $host $target; do
        powerpcle-*-pe | powerpcle-*-cygwin32)
                tm_file=rs6000/cygwin32.h
                xm_file="rs6000/xm-cygwin32.h ${xm_file}"
-               xm_defines=NO_STAB_H
                tmake_file=rs6000/t-winnt
                xmake_file=rs6000/x-cygwin32
 #              extra_objs=pe.o
index 41917f4472c34bf3391985f72939bafe6417cda3..3860842dbe808ea894f184384aa6ddac5dd7dd06 100644 (file)
@@ -304,7 +304,7 @@ for machine in $build $host $target; do
        # Set the default macros to define for GNU/Linux systems.
        case $machine in
        *-*-linux-gnu*)
-               xm_defines="HAVE_ATEXIT POSIX NO_STAB_H BSTRING"
+               xm_defines="HAVE_ATEXIT POSIX BSTRING"
                ;;
        esac
 
@@ -2367,7 +2367,6 @@ for machine in $build $host $target; do
        powerpcle-*-pe | powerpcle-*-cygwin32)
                tm_file=rs6000/cygwin32.h
                xm_file="rs6000/xm-cygwin32.h ${xm_file}"
-               xm_defines=NO_STAB_H
                tmake_file=rs6000/t-winnt
                xmake_file=rs6000/x-cygwin32
 #              extra_objs=pe.o
index 013dca755741646d0b646b2b48bd6a37d6b29377..9dac1376851ee1fae5e17ff3096d9c449f007eaa 100644 (file)
@@ -73,7 +73,7 @@ Boston, MA 02111-1307, USA.  */
 /* Get N_SLINE and N_SOL from stab.h if we can expect the file to exist.  */
 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
 #include "dbxout.h"
-#if defined (USG) || defined (NO_STAB_H)
+#if defined (USG) || !defined (HAVE_STAB_H)
 #include "gstab.h"  /* If doing DBX on sysV, use our own stab.h.  */
 #else
 #include <stab.h>  /* On BSD, use the system's stab.h.  */
index 1c4b935daa27bd664c830e1f487f3c56017569c6..aab423c37b8a7606385cfce303f5e1518ea9f1c3 100644 (file)
@@ -707,7 +707,7 @@ main ()
 #include "mips/a.out.h"
 #endif /* CROSS_COMPILE */
 
-#if defined (USG) || defined (NO_STAB_H)
+#if defined (USG) || !defined (HAVE_STAB_H)
 #include "gstab.h"  /* If doing DBX on sysV, use our own stab.h.  */
 #else
 #include <stab.h>  /* On BSD, use the system's stab.h.  */
index 90ed5e3da62f1f4b323a97e399743a855407f5fc..0c44dec781f6e7342176edf5769a4b1daaa47d8b 100644 (file)
@@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA.  */
 
 #include "xcoffout.h"
 
-#if defined (USG) || defined (NO_STAB_H)
+#if defined (USG) || !defined (HAVE_STAB_H)
 #include "gstab.h"
 #else
 #include <stab.h>