* partial-stab.h: Remove GDB_TARGET_IS_HPPA kludge.
authorJeff Law <law@redhat.com>
Mon, 13 Nov 1995 20:15:42 +0000 (20:15 +0000)
committerJeff Law <law@redhat.com>
Mon, 13 Nov 1995 20:15:42 +0000 (20:15 +0000)
gcc-2.7.0 and gdb-4.15 have been released, so some old crud can
disappear.  Yippie!

gdb/ChangeLog
gdb/partial-stab.h

index 3e36f389caab532a1a0d9a4b65c67f496d7cbeac..2e84c75cf7b0a92754b890c0d7e5f6187cd41b4a 100644 (file)
@@ -1,3 +1,11 @@
+Mon Nov 13 13:12:46 1995  Jeffrey A Law  (law@cygnus.com)
+
+       * partial-stab.h: Remove GDB_TARGET_IS_HPPA kludge.
+
+Fri Nov 10 13:08:54 1995  Jeff Law  (law@kahlua.cs.utah.edu)
+
+       * terminal.h (HAVE_SGTTY): Fix typo.
+
 Thu Nov  9 17:34:01 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * configure.in (gdb_target): Build in the simulator for all
index ac2149d975197d1e3fbb2fbb389a25c03427d6c5..7580f5f3515b82d0f5425c90876c2781ec9d9b6f 100644 (file)
@@ -89,28 +89,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
          SET_NAMESTRING();
          if ((namestring[0] == '-' && namestring[1] == 'l')
              || (namestring [(nsl = strlen (namestring)) - 1] == 'o'
-                 && namestring [nsl - 2] == '.')
-#ifdef GDB_TARGET_IS_HPPA
-              /* This braindamage is necessary for versions of GCC 2.6 and
-                earlier; it will not be necessary for GCC 2.7.
-
-                In a nutshell, we need a way to determine when we've hit
-                the end of a file with debug symbols.  Most ports do this
-                with a N_SO record with a NULL symbol name (as will GCC 2.7
-                on the PA).  GCC 2.6 (and earlier) on the PA instead creates
-                an N_TEXT symbol with the name "end_file."  */
-              || (namestring[0] == 'e' && STREQ (namestring, "end_file."))
-#endif
-             )
+                 && namestring [nsl - 2] == '.'))
            {
-#ifndef GDB_TARGET_IS_HPPA
              if (objfile -> ei.entry_point <  CUR_SYMBOL_VALUE &&
                  objfile -> ei.entry_point >= last_o_file_start)
                {
                  objfile -> ei.entry_file_lowpc = last_o_file_start;
                  objfile -> ei.entry_file_highpc = CUR_SYMBOL_VALUE;
                }
-#endif
              if (past_first_source_file && pst
                  /* The gould NP1 uses low values for .o and -l symbols
                     which are not the address.  */
This page took 0.041349 seconds and 4 git commands to generate.