* dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
code.
This commit is contained in:
parent
d74eb79518
commit
67bebe794b
4 changed files with 10 additions and 12 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-01 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
|
||||||
|
code.
|
||||||
|
|
||||||
2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
|
2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
|
||||||
|
|
||||||
* ada-lang.c (decode_packed_array): Minor change to comment.
|
* ada-lang.c (decode_packed_array): Minor change to comment.
|
||||||
|
|
|
@ -2868,14 +2868,6 @@ process_one_symbol (int type, int desc, CORE_ADDR valu, char *name,
|
||||||
|
|
||||||
n_opt_found = 0;
|
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)
|
if (last_source_file)
|
||||||
{
|
{
|
||||||
/* Check if previous symbol was also an N_SO (with some
|
/* Check if previous symbol was also an N_SO (with some
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-01 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* gdbint.texinfo (Target Architecture Definition): Remove
|
||||||
|
PCC_SOL_BROKEN.
|
||||||
|
|
||||||
2004-06-24 Mark Kettenis <kettenis@gnu.org>
|
2004-06-24 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* gdbint.texinfo (Target Architecture Definition): Remove
|
* gdbint.texinfo (Target Architecture Definition): Remove
|
||||||
|
|
|
@ -3547,10 +3547,6 @@ and guess the starting and ending addresses of the compilation unit from
|
||||||
them.
|
them.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@item PCC_SOL_BROKEN
|
|
||||||
@findex PCC_SOL_BROKEN
|
|
||||||
(Used only in the Convex target.)
|
|
||||||
|
|
||||||
@item PC_LOAD_SEGMENT
|
@item PC_LOAD_SEGMENT
|
||||||
@findex PC_LOAD_SEGMENT
|
@findex PC_LOAD_SEGMENT
|
||||||
If defined, print information about the load segment for the program
|
If defined, print information about the load segment for the program
|
||||||
|
|
Loading…
Reference in a new issue