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


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  ff604a674771e63dfc711b83093237ec7d5945dc (commit)
      from  5c6d4fb276c845f7bb2828961b1bcd3989cc8f7f (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=ff604a674771e63dfc711b83093237ec7d5945dc

commit ff604a674771e63dfc711b83093237ec7d5945dc
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Wed May 21 20:34:57 2014 +0100

    gdb/testsuite: Bump up `match_max'
    
    This fixes:
    
    PASS: gdb.base/info-macros.exp: info macro  -a  --  FOO
    ERROR: internal buffer is full.
    UNRESOLVED: gdb.base/info-macros.exp: info macros 2
    ERROR: internal buffer is full.
    UNRESOLVED: gdb.base/info-macros.exp: info macros 3
    ERROR: internal buffer is full.
    UNRESOLVED: gdb.base/info-macros.exp: info macros 4
    FAIL: gdb.base/info-macros.exp: info macros *$pc
    ERROR: internal buffer is full.
    UNRESOLVED: gdb.base/info-macros.exp: next
    FAIL: gdb.base/info-macros.exp: info macros
    ERROR: internal buffer is full.
    UNRESOLVED: gdb.base/info-macros.exp: next
    FAIL: gdb.base/info-macros.exp: info macros 6
    ERROR: internal buffer is full.
    UNRESOLVED: gdb.base/info-macros.exp: next
    FAIL: gdb.base/info-macros.exp: info macros 7
    ERROR: internal buffer is full.
    UNRESOLVED: gdb.base/info-macros.exp: info macros info-macros.c:42 (PRMS
    gdb/NNNN)
    
    with the arm-eabi target tested on the i686-mingw32 host where GCC
    defines enough macros to exhaust expect's 30000 characters of buffer
    space.
    
    	* lib/gdb.exp (default_gdb_init): Bump `match_max' up from
    	30000 to 65536.

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

Summary of changes:
 gdb/testsuite/ChangeLog   |    5 +++++
 gdb/testsuite/lib/gdb.exp |    5 +++--
 2 files changed, 8 insertions(+), 2 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]