public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-imports/libunwind ChangeLog include/tdep ...
@ 2007-03-19 19:58 jkratoch
  0 siblings, 0 replies; 2+ messages in thread
From: jkratoch @ 2007-03-19 19:58 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Branch: 	libunwind-import-20070313-branch
Changes by:	jkratoch@sourceware.org	2007-03-19 19:58:27

Modified files:
	libunwind      : ChangeLog 
	libunwind/include/tdep-hppa: libunwind_i.h 
	libunwind/include/tdep-ppc64: libunwind_i.h 
	libunwind/include/tdep-x86: libunwind_i.h 
	libunwind/include/tdep-x86_64: libunwind_i.h 
	libunwind/src  : Makefile.am 
Added files:
	libunwind/src/x86: Lfetch_proc_info_post.c 
	libunwind/src/x86_64: Lfetch_proc_info_post.c 

Log message:
	* include/tdep-hppa/libunwind_i.h, include/tdep-ppc64/libunwind_i.h,
	include/tdep-x86/libunwind_i.h, include/tdep-x86_64/libunwind_i.h
	(tdep_fetch_proc_info_post): Fixed its UNW_OBJ()-duality.
	* src/Makefile.am (libunwind_la_SOURCES_x86_common)
	(libunwind_la_SOURCES_x86, libunwind_x86_la_SOURCES_x86): Fixed
	x86/Gfetch_proc_info_post.c and x86/Lfetch_proc_info_post.c duality.
	(libunwind_la_SOURCES_x86_64_common, libunwind_la_SOURCES_x86_64)
	(libunwind_x86_64_la_SOURCES_x86_64): Fixed
	x86_64/Gfetch_proc_info_post.c and x86_64/Lfetch_proc_info_post.c
	duality.
	* src/x86/Lfetch_proc_info_post.c, src/x86_64/Lfetch_proc_info_post.c:
	New files.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/ChangeLog.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.40.4.6&r2=1.40.4.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-hppa/libunwind_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.4&r2=1.4.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-ppc64/libunwind_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.4&r2=1.4.4.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-x86/libunwind_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.5.4.1&r2=1.5.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-x86_64/libunwind_i.h.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.4.4.1&r2=1.4.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/Makefile.am.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=1.2.4.1&r2=1.2.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86/Lfetch_proc_info_post.c.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86_64/Lfetch_proc_info_post.c.diff?cvsroot=frysk&only_with_tag=libunwind-import-20070313-branch&r1=NONE&r2=1.1.2.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* frysk-imports/libunwind ChangeLog include/tdep ...
@ 2006-09-20  3:49 aoliva
  0 siblings, 0 replies; 2+ messages in thread
From: aoliva @ 2006-09-20  3:49 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	aoliva@sourceware.org	2006-09-20 03:49:39

Modified files:
	libunwind      : ChangeLog 
	libunwind/include/tdep-hppa: libunwind_i.h 
	libunwind/include/tdep-ia64: libunwind_i.h 
	libunwind/include/tdep-ppc64: libunwind_i.h 
	libunwind/include/tdep-x86: libunwind_i.h 
	libunwind/include/tdep-x86_64: libunwind_i.h 
	libunwind/src  : elfxx.c elfxx.h os-hpux.c os-linux.c os-linux.h 
	libunwind/src/hppa: Ginit.c 
	libunwind/src/ia64: Ginit.c 
	libunwind/src/ppc64: Ginit.c 
	libunwind/src/ptrace: _UPT_find_proc_info.c _UPT_get_proc_name.c 
	libunwind/src/x86: Ginit.c 
	libunwind/src/x86_64: Ginit.c 

Log message:
	* src/os-linux.h (maps_next): Don't error out just because
	path is missing.
	* include/tdep-hppa/libunwind_i.h (tdep_get_elf_image): Add as
	and arg to the parameter list.
	* include/tdep-ia64/libunwind_i.h (tdep_get_elf_image): Ditto.
	* include/tdep-ppc64/libunwind_i.h (tdep_get_elf_image): Ditto.
	* include/tdep-x86/libunwind_i.h (tdep_get_elf_image): Ditto.
	* include/tdep-x86_64/libunwind_i.h (tdep_get_elf_image): Ditto.
	* src/elfxx.h (get_proc_name): Ditto.
	* src/elfxx.c (get_proc_name): Ditto.  Adjust.
	* src/hppa/Ginit.c (get_static_proc_name): Adjust.
	* src/ia64/Ginit.c (get_static_proc_name): Ditto.
	* src/ppc64/Ginit.c (get_static_proc_name): Ditto.
	* src/x86/Ginit.c (get_static_proc_name): Ditto.
	* src/x86_64/Ginit.c (get_static_proc_name): Ditto.
	* src/ptrace/_UPT_find_proc_info.c (get_unwind_info): Ditto.
	* src/ptrace/_UPT_get_proc_name.c (_UPT_get_proc_name): Ditto.
	* src/os-hpux.c (tdep_get_elf_image): Ditto.
	* src/os-linux.c (tdep_get_elf_image): Ditto.  Read in 1-page
	segments that start with the ELF magic.
	(MAX_VDSO_SIZE): New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/ChangeLog.diff?cvsroot=frysk&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-hppa/libunwind_i.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-ia64/libunwind_i.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-ppc64/libunwind_i.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-x86/libunwind_i.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/include/tdep-x86_64/libunwind_i.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/elfxx.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/elfxx.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/os-hpux.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/os-linux.c.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/os-linux.h.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/hppa/Ginit.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/ia64/Ginit.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/ppc64/Ginit.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/ptrace/_UPT_find_proc_info.c.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/ptrace/_UPT_get_proc_name.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86/Ginit.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/libunwind/src/x86_64/Ginit.c.diff?cvsroot=frysk&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-19 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-19 19:58 frysk-imports/libunwind ChangeLog include/tdep jkratoch
  -- strict thread matches above, loose matches on Subject: below --
2006-09-20  3:49 aoliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).