[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gdb-cvs
Subject:    [binutils-gdb] Two minor changes in ctfread.c
From:       Tom Tromey <tromey () sourceware ! org>
Date:       2020-01-27 1:45:03
Message-ID: 20200127014503.62802.qmail () sourceware ! org
[Download RAW message or body]

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=168f8c6ba008bed9fcc2fe7098416f608e4419af

commit 168f8c6ba008bed9fcc2fe7098416f608e4419af
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Jan 26 18:43:17 2020 -0700

    Two minor changes in ctfread.c
    
    I noticed a couple of minor issues in ctfread.c, both fixed by this
    patch:
    
    * ctf_fp_info was not indented properly; and
    * _initialize_ctfread is no longer needed
    
    gdb/ChangeLog
    2020-01-26  Tom Tromey  <tom@tromey.com>
    
    	* ctfread.c (struct ctf_fp_info): Reindent.
    	(_initialize_ctfread): Remove.
    
    Change-Id: I72707b74bc59e6e426b3a7bc8843d96c0d786f1e

Diff:
---
 gdb/ChangeLog |  5 +++++
 gdb/ctfread.c | 12 +++---------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 77e52f3..8b6da62 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
 2020-01-26  Tom Tromey  <tom@tromey.com>
 
+	* ctfread.c (struct ctf_fp_info): Reindent.
+	(_initialize_ctfread): Remove.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
 	* psymtab.c (partial_map_expand_apply)
 	(psym_find_pc_sect_compunit_symtab, psym_lookup_symbol)
 	(psymtab_to_symtab, psym_find_last_source_symtab, dump_psymtab)
diff --git a/gdb/ctfread.c b/gdb/ctfread.c
index d363ce6..844ab7b 100644
--- a/gdb/ctfread.c
+++ b/gdb/ctfread.c
@@ -88,9 +88,9 @@ static const struct objfile_key<htab, htab_deleter> ctf_tid_key;
 
 struct ctf_fp_info
 {
-    explicit ctf_fp_info (ctf_file_t *cfp) : fp (cfp) {}
-    ~ctf_fp_info ();
-    ctf_file_t *fp;
+  explicit ctf_fp_info (ctf_file_t *cfp) : fp (cfp) {}
+  ~ctf_fp_info ();
+  ctf_file_t *fp;
 };
 
 /* Cleanup function for the ctf_file_key data.  */
@@ -1485,9 +1485,3 @@ elfctf_build_psymtabs (struct objfile *of)
 
   scan_partial_symbols (fp, of);
 }
-
-void _initialize_ctfread ();
-void
-_initialize_ctfread ()
-{
-}
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic