From 1c3aaedf51b635cd54649be0ce9f14cd1d4d5081 Mon Sep 17 00:00:00 2001 From: carlton Date: Fri, 18 Oct 2002 23:47:52 +0000 Subject: [PATCH] 2002-10-18 David Carlton * symtab.h: Delete 'struct source' and 'struct sourcevector'. (Also, I fixed up a date reference for an earlier ChangeLog entry of mine; sorry about that.) --- gdb/ChangeLog | 6 +++++- gdb/symtab.h | 17 ----------------- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 230c0bb253..406040687f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-10-18 David Carlton + + * symtab.h: Delete 'struct source' and 'struct sourcevector'. + 2002-10-18 Adam Fedor * stabsread.c (find_name_end): New function. @@ -10,7 +14,7 @@ * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1. * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1. -2002-10-09 David Carlton +2002-10-17 David Carlton * symfile.h: Add opaque declaration for struct obstack. Declare obsavestring to take a const char *. diff --git a/gdb/symtab.h b/gdb/symtab.h index a76a0ebd5b..6dfc9d4b6f 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -750,15 +750,6 @@ struct partial_symbol #define PSYMBOL_CLASS(psymbol) (psymbol)->aclass -/* Source-file information. This describes the relation between source files, - line numbers and addresses in the program text. */ - -struct sourcevector -{ - int length; /* Number of source files described */ - struct source *source[1]; /* Descriptions of the files */ -}; - /* Each item represents a line-->pc (or the reverse) mapping. This is somewhat more wasteful of space than one might wish, but since only the files which are actually debugged are read in to core, we don't @@ -797,14 +788,6 @@ struct linetable struct linetable_entry item[1]; }; -/* All the information on one source file. */ - -struct source -{ - char *name; /* Name of file */ - struct linetable contents; -}; - /* How to relocate the symbols from each section in a symbol file. Each struct contains an array of offsets. The ordering and meaning of the offsets is file-type-dependent; -- 2.11.0