aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-10-12 16:13:51 +0000
committerJeff Law <law@redhat.com>1994-10-12 16:13:51 +0000
commit746eb2ac979d2b7b1ff591caf21b832ee2eade4a (patch)
treefb785d7ebd71cbee2b2890ccb0df81662a095dc2
parentbf42caf32c034f2dea62d849742ff631d969eb0c (diff)
downloadfsf-binutils-gdb-746eb2ac979d2b7b1ff591caf21b832ee2eade4a.zip
fsf-binutils-gdb-746eb2ac979d2b7b1ff591caf21b832ee2eade4a.tar.gz
fsf-binutils-gdb-746eb2ac979d2b7b1ff591caf21b832ee2eade4a.tar.bz2
* partial-stab.h (N_TEXT): Delete GDB_TARGET_IS_HPPA kludge; they
are no longer needed as of gcc-2.6.0.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/partial-stab.h6
2 files changed, 5 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0afa127..b76f4a0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 12 10:08:19 1994 Jeff Law (law@snake.cs.utah.edu)
+
+ * partial-stab.h (N_TEXT): Delete GDB_TARGET_IS_HPPA kludge; they
+ are no longer needed as of gcc-2.6.0.
+
Tue Oct 11 15:51:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
* lynx-nat.c (child_wait): Correct handling of byte reversed SPARC
diff --git a/gdb/partial-stab.h b/gdb/partial-stab.h
index 1d2d3a2..ac79f01 100644
--- a/gdb/partial-stab.h
+++ b/gdb/partial-stab.h
@@ -79,20 +79,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
if ((namestring[0] == '-' && namestring[1] == 'l')
|| (namestring [(nsl = strlen (namestring)) - 1] == 'o'
&& namestring [nsl - 2] == '.')
-#ifdef GDB_TARGET_IS_HPPA
- /* some cooperation from gcc to get around ld stupidity */
- || (namestring[0] == 'e' && STREQ (namestring, "end_file."))
-#endif
)
{
-#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. */