2001-11-06 Fred Fish <fnf@redhat.com>
authorFred Fish <fnf@specifix.com>
Tue, 6 Nov 2001 23:38:15 +0000 (23:38 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 6 Nov 2001 23:38:15 +0000 (23:38 +0000)
* complaints.c (info_verbose): Remove unneeded decl, is in defs.h.
* dbxread.c: Ditto
* dwarf2read.c: Ditto.
* dwarfread.c: Ditto.
* exec.c: Ditto.
* hpread.c: Ditto.
* hpread.h: Ditto.
* mdebugread.c: Ditto.
* os9kread.c: Ditto.
* stack.c: Ditto.
* symfile.c: Ditto.
* tracepoint.c: Ditto.

13 files changed:
gdb/ChangeLog
gdb/complaints.c
gdb/dbxread.c
gdb/dwarf2read.c
gdb/dwarfread.c
gdb/exec.c
gdb/hpread.c
gdb/hpread.h
gdb/mdebugread.c
gdb/os9kread.c
gdb/stack.c
gdb/symfile.c
gdb/tracepoint.c

index 89e5d2956d1f5059a42482a5e66a1b7b50a17a8c..5d104935987b7ba3818c3286a4ffc9c349c226cd 100644 (file)
@@ -1,3 +1,18 @@
+2001-11-06  Fred Fish  <fnf@redhat.com>
+
+       * complaints.c (info_verbose): Remove unneeded decl, is in defs.h.
+       * dbxread.c: Ditto
+       * dwarf2read.c: Ditto.
+       * dwarfread.c: Ditto.
+       * exec.c: Ditto.
+       * hpread.c: Ditto.
+       * hpread.h: Ditto.
+       * mdebugread.c: Ditto.
+       * os9kread.c: Ditto.
+       * stack.c: Ditto.
+       * symfile.c: Ditto.
+       * tracepoint.c: Ditto.
+
 2001-11-06  Andrew Cagney  <ac131313@redhat.com>
 
        * MAINTAINERS: Update Andrew Cagney's responsibilities.  Mention
index b29d3c6a576a2c75138c89ec1364943456367220..04e49a2397990cdf03af4be9b901513f3bfd7d67 100644 (file)
@@ -51,9 +51,6 @@ static unsigned int stop_whining = 0;
 
 static int complaint_series = 0;
 
-/* External variables and functions referenced. */
-
-extern int info_verbose;
 \f
 
 /* Functions to handle complaints during symbol reading.  */
index 75a1ba70f5e7518b460c43a27166792614e7bc7b..2b04043607a5d094abe213872e140e837c02119f 100644 (file)
@@ -124,10 +124,6 @@ struct symloc
 
 static enum language psymtab_language = language_unknown;
 
-/* Nonzero means give verbose info on gdb action.  From main.c.  */
-
-extern int info_verbose;
-
 /* The BFD for this file -- implicit parameter to next_symbol_text.  */
 
 static bfd *symfile_bfd;
index f9716b277013dcb99c3ccb881d6716dd2649003d..16a3e23080e608f033e7272c42820e0f70dadf2c 100644 (file)
@@ -554,9 +554,6 @@ static struct complaint dwarf2_unsupported_const_value_attr =
   "unsupported const value attribute form: '%s'", 0, 0
 };
 
-/* Externals references.  */
-extern int info_verbose;       /* From main.c; nonzero => verbose */
-
 /* local function prototypes */
 
 static void dwarf2_locate_sections (bfd *, asection *, PTR);
index a78b199d95d948d3303c205cd60d6d11cb3d4542..6eb0a0b06ed3d7350537d89ccacaea195a4969a5 100644 (file)
@@ -241,7 +241,6 @@ typedef unsigned int DIE_REF;       /* Reference to a DIE */
 
 /* External variables referenced. */
 
-extern int info_verbose;       /* From main.c; nonzero => verbose */
 extern char *warning_pre_print;        /* From utils.c */
 
 /* The DWARF debugging information consists of two major pieces,
index 24048f70b136ca7b46b38d9604b87473a921fde4..6e4e85b4a1269d4a101c965231569a0fe41ddac5 100644 (file)
@@ -72,8 +72,6 @@ static void init_exec_ops (void);
 
 void _initialize_exec (void);
 
-extern int info_verbose;
-
 /* The target vector for executable files.  */
 
 struct target_ops exec_ops;
index 3f781f45883cdeb6a793f2a277be779591ad32a1..afd0b0a6c0a9d9da96aa101a3d0a63c337feb454 100644 (file)
@@ -127,9 +127,6 @@ struct symloc
 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))
 \f
 /* FIXME: Shouldn't this stuff be in a .h file somewhere?  */
-/* Nonzero means give verbose info on gdb action.  */
-extern int info_verbose;
-
 /* Complaints about the symbols we have encountered.  */
 extern struct complaint string_table_offset_complaint;
 extern struct complaint lbrac_unmatched_complaint;
index 5eef32f005e3e26391e0dc9b41e445164a7a9f73..85e6a30ca9df78e48b5ea73d65614658ce6ff256 100644 (file)
@@ -131,9 +131,6 @@ struct symloc
 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))
 \f
 /* FIXME: Shouldn't this stuff be in a .h file somewhere?  */
-/* Nonzero means give verbose info on gdb action.  */
-extern int info_verbose;
-
 /* Complaints about the symbols we have encountered.  */
 extern struct complaint string_table_offset_complaint;
 extern struct complaint lbrac_unmatched_complaint;
index 8ce2d0f23bd74621d6b5ea30a0be36c53a81cf11..c9e3490a5c53821a6409b29697bf63ccc4dc292d 100644 (file)
@@ -146,11 +146,6 @@ struct symloc
 #define SC_IS_BSS(sc) ((sc) == scBss || (sc) == scSBss)
 #define SC_IS_UNDEF(sc) ((sc) == scUndefined || (sc) == scSUndefined)
 \f
-
-/* Things we import explicitly from other modules */
-
-extern int info_verbose;
-
 /* Various complaints about symbol reading that don't abort the process */
 
 static struct complaint bad_file_number_complaint =
index 591161c1d1046cb095908e5d2bf4ebb8d4c50d89..a7448d47d59e69710ce0dfab00dc0aa220b263ef 100644 (file)
@@ -95,9 +95,6 @@ static int psymfile_depth = 0;
 /* keep symbol table file nested depth */
 static int symfile_depth = 0;
 
-/* Nonzero means give verbose info on gdb action.  From main.c.  */
-extern int info_verbose;
-
 extern int previous_stab_code;
 
 /* Name of last function encountered.  Used in Solaris to approximate
index 4c7e5fa38f0b28ea183e8079d107c8d2758cb6c4..d78085473423e909a802ab963960b751841320bc 100644 (file)
@@ -108,7 +108,6 @@ struct frame_info *parse_frame_specification (char *);
 static void frame_info (char *, int);
 
 extern int addressprint;       /* Print addresses, or stay symbolic only? */
-extern int info_verbose;       /* Verbosity of symbol reading msgs */
 extern int lines_to_list;      /* # of lines "list" command shows by default */
 
 /* The "selected" stack frame is used by default for local and arg access.
index 010726de6ec8ae16852598a22380e95bc90bb705..b460862375073afa66ec221d7cc3f992b671090f 100644 (file)
@@ -95,8 +95,6 @@ struct complaint unknown_option_complaint =
 
 /* External variables and functions referenced. */
 
-extern int info_verbose;
-
 extern void report_transfer_performance (unsigned long, time_t, time_t);
 
 /* Functions this file defines */
index 57d2ae2a29d69080bbd242fec12ac0307bf27d04..45794e64bd29f5a0c94b4cf34f32ae492525fcd5 100644 (file)
@@ -61,7 +61,6 @@
 #define MAX_AGENT_EXPR_LEN     184
 
 
-extern int info_verbose;
 extern void (*readline_begin_hook) (char *, ...);
 extern char *(*readline_hook) (char *);
 extern void (*readline_end_hook) (void);
This page took 0.038329 seconds and 4 git commands to generate.