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]

src/gdb ChangeLog Makefile.in configure.tgt de ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-12-18 14:52:59

Modified files:
	gdb            : ChangeLog Makefile.in configure.tgt defs.h 
	                 osabi.c rs6000-aix-tdep.c xcoffread.c 
	                 xcoffread.h 
Added files:
	gdb            : rs6000-lynx178-tdep.c 

Log message:
	Port GDB to powerpc-lynx178.
	
	gdb/ChangeLog:
	
	* defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178.
	* osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178.
	* xcoffread.c (xcoff_get_core_n_import_files): New function.
	(xcoff_get_n_import_files): New function.
	* xcoffread.h (xcoffread.h): Add declaration.
	* rs6000-aix-tdep.c: #include "xcoffread.h".
	(rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for
	XCOFF executables that do not depend on any shared library.
	* rs6000-lynx178-tdep.c: New file.
	* configure.tgt: Add powerpc-*-lynx*178 handling.
	* Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o.
	(ALLDEPFILES): Add rs6000-lynx178-tdep.c.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/rs6000-lynx178-tdep.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14956&r2=1.14957
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1225&r2=1.1226
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.tgt.diff?cvsroot=src&r1=1.260&r2=1.261
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&r1=1.325&r2=1.326
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/osabi.c.diff?cvsroot=src&r1=1.59&r2=1.60
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/rs6000-aix-tdep.c.diff?cvsroot=src&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/xcoffread.c.diff?cvsroot=src&r1=1.101&r2=1.102
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/xcoffread.h.diff?cvsroot=src&r1=1.4&r2=1.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]