From 67bebe794b7bf994d077c1c4f729091a34cbcaa4 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 1 Jul 2004 20:25:54 +0000 Subject: [PATCH] * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead code. --- gdb/ChangeLog | 5 +++++ gdb/dbxread.c | 8 -------- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 4 ---- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c9235948d32..54d969507b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-07-01 Mark Kettenis + + * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead + code. + 2004-07-01 Paul N. Hilfinger * ada-lang.c (decode_packed_array): Minor change to comment. diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 96ba75b57e8..8b1286fff72 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -2868,14 +2868,6 @@ process_one_symbol (int type, int desc, CORE_ADDR valu, char *name, 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 diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 61ddd7aece8..2eaec728da1 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-01 Mark Kettenis + + * gdbint.texinfo (Target Architecture Definition): Remove + PCC_SOL_BROKEN. + 2004-06-24 Mark Kettenis * gdbint.texinfo (Target Architecture Definition): Remove diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index f6d4a0e407c..76fa057098c 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3547,10 +3547,6 @@ and guess the starting and ending addresses of the compilation unit from 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 -- 2.30.2