This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Get rid of PCC_SOL_BROKEN


More dead code.  Committed as obvious.

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
	code.

Index: doc/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdbint.texinfo (Target Architecture Definition): Remove
	PCC_SOL_BROKEN.

Index: dbxread.c
===================================================================
RCS file: /cvs/src/src/gdb/dbxread.c,v
retrieving revision 1.68
diff -u -p -r1.68 dbxread.c
--- dbxread.c 30 Jun 2004 19:44:22 -0000 1.68
+++ dbxread.c 1 Jul 2004 20:23:55 -0000
@@ -2868,14 +2868,6 @@ process_one_symbol (int type, int desc, 
 
       n_opt_found = 0;
 
-#ifdef PCC_SOL_BROKEN
-      /* pcc bug, occasionally puts out SO for SOL.  */
-      if (context_stack_depth > 0)
-	{
-	  start_subfile (name, NULL);
-	  break;
-	}
-#endif
       if (last_source_file)
 	{
 	  /* Check if previous symbol was also an N_SO (with some
Index: doc/gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.213
diff -u -p -r1.213 gdbint.texinfo
--- doc/gdbint.texinfo 30 Jun 2004 20:01:23 -0000 1.213
+++ doc/gdbint.texinfo 1 Jul 2004 20:24:06 -0000
@@ -3547,10 +3547,6 @@ and guess the starting and ending addres
 them.
 @end itemize
 
-@item PCC_SOL_BROKEN
-@findex PCC_SOL_BROKEN
-(Used only in the Convex target.)
-
 @item PC_LOAD_SEGMENT
 @findex PC_LOAD_SEGMENT
 If defined, print information about the load segment for the program


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]