This is the mail archive of the gdb-cvs@sources.redhat.com 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]

src/gdb ChangeLog valops.c acconfig.h config.i ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	msnyder@sourceware.cygnus.com	2000-08-29 17:58:58

Modified files:
	gdb            : ChangeLog valops.c acconfig.h config.in 
	                 configure.in breakpoint.c core-sol2.c 
	                 sol-thread.c solib.c 

Log message:
	2000-08-29  Michael Snyder  <msnyder@seadog.cygnus.com>
	
	* valops.c (value_cast): Indentation fix-up.
	* acconfig.h (HAVE_PRGREGSET32_T, HAVE_PRFPREGSET32_T,
	HAVE_STRUCT_LINK_MAP32): New configure macros.
	* config.in: Ditto.
	* configure.in: Test for the above new macros.
	* breakpoint.c: Update copyright date.
	* core-sol2.c: Include v9/sys/privregs.h directly to
	work around a bug in Sun's Solaris 8 header files.
	(fetch_core_registers): Use the above new configure macros to
	handle cross-debugging of 32-bit core files on a 64-bit host.
	* sol-thread.c (ps_pdmodel) New function.
	(rw_common): For debugging of 32-bit apps on a 64-bit host,
	truncate addresses to 32 bits.
	* solib.c (solib_extract_address): Functionize.  Make 32/64 aware.
	(LM_ADDR, LM_NEXT, LM_NAME): Ditto.
	(IGNORE_FIRST_LINK_MAP): Ditto.
	(first_link_map_member): Make 32/64 aware.
	(open_symbol_file_object): Ditto.
	(current_sos): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.638&r2=1.639
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/valops.c.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/acconfig.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config.in.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/configure.in.diff?cvsroot=src&r1=1.42&r2=1.43
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/core-sol2.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sol-thread.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/solib.c.diff?cvsroot=src&r1=1.20&r2=1.21


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