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. aee17e424f491173bb377b97c397bca1604bf5b8


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  aee17e424f491173bb377b97c397bca1604bf5b8 (commit)
      from  9ac6985971f0af43d4dd385798db42eecb4ea98b (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=aee17e424f491173bb377b97c397bca1604bf5b8

commit aee17e424f491173bb377b97c397bca1604bf5b8
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Oct 16 12:25:27 2013 -0600

    undef reg in gdb_curses.h
    
    I tried to build gdb on the AIX machine in the GCC compile farm
    (gcc111), but it failed in a couple of spots because gdb uses "reg" as
    a variable name and the AIX <curses.h> defines "reg" to "register".
    
    I saw that we already had a workaround for this lurking in utils.c, so
    I just moved that to gdb_curses.h.
    
    This fixed the problem on AIX and still builds on x86-64 Fedora 18.
    
    2013-10-29  Tom Tromey  <tromey@redhat.com>
    
    	* utils.c (reg): Move undefinition...
    	* gdb_curses.h: ... here.  Update comment to mention AIX.

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

Summary of changes:
 gdb/ChangeLog    |    5 +++++
 gdb/gdb_curses.h |    8 ++++++++
 gdb/utils.c      |    5 -----
 3 files changed, 13 insertions(+), 5 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]