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. 94123b4f917eb03353fa46a43ea1fd7c37f3fb55


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  94123b4f917eb03353fa46a43ea1fd7c37f3fb55 (commit)
      from  831883073995ff46717fa4918340e253f1c1d772 (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=94123b4f917eb03353fa46a43ea1fd7c37f3fb55

commit 94123b4f917eb03353fa46a43ea1fd7c37f3fb55
Author: Yao Qi <yao@codesourcery.com>
Date:   Thu Jan 2 11:02:56 2014 +0800

    Use enum bfd_endian in gdbarch.sh
    
    This patch changes the return type of gdbarch_byte_order and
    gdbarch_byte_order_for_code, from 'int' to 'enum bfd_endian'.
    
    gdb:
    
    2014-01-07  Yao Qi  <yao@codesourcery.com>
    
    	* gdbarch.sh (byte_order, byte_order_for_code): Change type to
    	'enum bfd_endian'.
    	(struct gdbarch_info) <byte_order>: Change type to
    	'enum bfd_endian'.
    	<byte_order_for_code>: Likewise.
    	* gdbarch.c, gdbarch.h: Regenerated.

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

Summary of changes:
 gdb/ChangeLog  |    9 +++++++++
 gdb/gdbarch.c  |    8 ++++----
 gdb/gdbarch.h  |    8 ++++----
 gdb/gdbarch.sh |    8 ++++----
 4 files changed, 21 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]