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. 840207d8ee5249c11463baaf5fb37c44595c4f00


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  840207d8ee5249c11463baaf5fb37c44595c4f00 (commit)
      from  0fdf84ca4b795a8993faa9b67d0acccae2390b03 (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=840207d8ee5249c11463baaf5fb37c44595c4f00

commit 840207d8ee5249c11463baaf5fb37c44595c4f00
Author: Pedro Alves <palves@redhat.com>
Date:   Mon Dec 2 11:09:24 2013 +0000

    gnulib's sys/stat.h always defines S_IRGRP, S_IXGRP, S_IXOTH.
    
    Confirmed that cross building a mingw gdb still works, and also made
    sure it was gnulib's sys/stat.h that was defining the values, by
    hacking the header with #errors where the macros are defined.
    
    gdb/
    2013-12-02  Pedro Alves  <palves@redhat.com>
    
    	* ctf.c (ctf_start): Use S_IRGRP, S_IXGRP, S_IXOTH
    	unconditionally.

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/ctf.c     |   13 +------------
 2 files changed, 6 insertions(+), 12 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]