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


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  b5737fa98a3a488dbdc0c6aa7391cd038f6d24f1 (commit)
      from  69f9764846ca76d780e0ecd8b688200561f7c9bb (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=b5737fa98a3a488dbdc0c6aa7391cd038f6d24f1

commit b5737fa98a3a488dbdc0c6aa7391cd038f6d24f1
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Jan 17 13:33:30 2014 +0000

    Fix PR PR16445 - gdbserver build failure on x86.
    
    If gdb_proc_service.h ends up including linux/elf.h, we'll trip on
    duplicate definitions:
    
     In file included from ../../../gdb/gdbserver/linux-x86-low.c:29:0:
     ../../../gdb/gdbserver/../../include/elf/common.h:36:0: error: "ELFMAG0"
                     redefined [-Werror]
     ... etc ...
    
    Handle this the same way linux-low.c and linux-arm-low.c handle this.
    
    gdb/gdbserver/
    2014-01-17  Pedro Alves  <palves@redhat.com>
    
    	PR PR16445
    	* linux-x86-low.c (linux-x86-low.c): Don't include elf/common.h if
    	ELFMAG0 is defined after including gdb_proc_service.h.

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

Summary of changes:
 gdb/gdbserver/ChangeLog       |    6 ++++++
 gdb/gdbserver/linux-x86-low.c |    7 ++++++-
 2 files changed, 12 insertions(+), 1 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]