This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. a01cbb490b34eda832c0215b8447e6aef68b0278


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  a01cbb490b34eda832c0215b8447e6aef68b0278 (commit)
      from  98880d46bdb1e88db447f876a8ac1f2a4de97dae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

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

commit a01cbb490b34eda832c0215b8447e6aef68b0278
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Thu Sep 11 22:30:23 2014 +0200

    Make gdb/regcache.h self-contained.
    
    	gdb/
    	* regcache.h (struct regset): Declare.
    
    Commit 0b3092721e5cfa1697f1dafe81efefdbb0236f21 added uses of struct regset to
    gdb/regcache.h, but that struct is not declared in this file, and, as it
    happens, also nowhere else in the #include chain on x86 GNU/Hurd.  This results
    in warnings/errors such as:
    
        gcc-4.8 [...] ../../W._C._Handy/gdb/gdb.c
        In file included from ./nm.h:25:0,
                         from ../../W._C._Handy/gdb/defs.h:454,
                         from ../../W._C._Handy/gdb/gdb.c:19:
        ../../W._C._Handy/gdb/regcache.h:190:9: warning: 'struct regset' declared inside parameter list [enabled by default]
                 size_t size);
                 ^
        ../../W._C._Handy/gdb/regcache.h:190:9: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
        ../../W._C._Handy/gdb/regcache.h:193:10: warning: 'struct regset' declared inside parameter list [enabled by default]
                  int regnum, void *buf, size_t size);
                  ^

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog  |    4 ++++
 gdb/regcache.h |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]