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


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  f9b0da3d5833ad5f809422f3084b0ef8fa5c5762 (commit)
      from  2dd4d4224afba558be14b39e2886ba47b2132678 (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=f9b0da3d5833ad5f809422f3084b0ef8fa5c5762

commit f9b0da3d5833ad5f809422f3084b0ef8fa5c5762
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Sat Nov 16 22:50:09 2013 -0500

    Fix filestuff.c build error if RLIMIT_NOFILE  not defined.
    
    Not all systems supporting getrlimit also support RLIMIT_NOFILE
    (Eg. All LynxOS systems appear to be lacking support for this).
    So check its existance before using it.
    
    gdb/ChangeLog:
    
            * common/filestuff.c (fdwalk): Add "defined(RLIMIT_NOFILE)"
            preprocessor check.

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

Summary of changes:
 gdb/ChangeLog          |    5 +++++
 gdb/common/filestuff.c |    2 +-
 2 files changed, 6 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]