public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-imports/lib/elf ChangeLog Elf.java cni/E ...
@ 2006-10-12 17:08 pmuldoon
  0 siblings, 0 replies; 5+ messages in thread
From: pmuldoon @ 2006-10-12 17:08 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	pmuldoon@sourceware.org	2006-10-12 17:08:49

Modified files:
	lib/elf        : ChangeLog Elf.java 
	lib/elf/cni    : Elf.cxx 

Log message:
	2006-10-11  Phil Muldoon  <pmuldoon@redhat.com>
	
	* cni/Elf.cxx: (elf_begin): Check args to allow writing to
	elf files.
	(elf_get_last_error_msg): New.
	(elf_get_last_error_no): New.
	(elf_updatehdr): New.
	(elf_init_core_header): New. Temporary.
	(elf_updatephdr): New.
	
	* Elf.java (Elf): Add a boolean constructor switch
	for write/read.
	(updateEHeader): New. Write Elf header back to native
	structure.
	(initializeCoreHeader): Temporary. Convienience function.
	(updatePHeader): New. Write the program segment back to native
	structure.
	(getLastErrorMsg): New. Get the error message corresponding to
	entry below.
	(getLastErrorNo): New. Get the error number set if the last
	elf function failed.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ChangeLog.diff?cvsroot=frysk&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/Elf.java.diff?cvsroot=frysk&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/cni/Elf.cxx.diff?cvsroot=frysk&r1=1.20&r2=1.21


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

* frysk-imports/lib/elf ChangeLog Elf.java cni/E ...
@ 2007-07-12 23:02 cagney
  0 siblings, 0 replies; 5+ messages in thread
From: cagney @ 2007-07-12 23:02 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	cagney@sourceware.org	2007-07-12 23:02:54

Modified files:
	lib/elf        : ChangeLog Elf.java 
	lib/elf/cni    : Elf.cxx 

Log message:
	Index: frysk-imports/lib/elf/ChangeLog
	2007-07-12  Andrew Cagney  <cagney@redhat.com>
	
	* Elf.java (clone, elf_clone): Delete.
	* cni/Elf.cxx (elf_clone): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ChangeLog.diff?cvsroot=frysk&r1=1.89&r2=1.90
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/Elf.java.diff?cvsroot=frysk&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/cni/Elf.cxx.diff?cvsroot=frysk&r1=1.29&r2=1.30


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

* frysk-imports/lib/elf ChangeLog Elf.java cni/E ...
@ 2007-07-12 22:42 cagney
  0 siblings, 0 replies; 5+ messages in thread
From: cagney @ 2007-07-12 22:42 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	cagney@sourceware.org	2007-07-12 22:42:25

Modified files:
	lib/elf        : ChangeLog Elf.java 
	lib/elf/cni    : Elf.cxx 

Log message:
	Index: frysk-imports/lib/elf/ChangeLog
	2007-07-12  Andrew Cagney  <cagney@redhat.com>
	
	* Elf.java (fd): Change type to FileDescriptor.
	(elfBegin): Declare.
	(Elf(String,ElfCommand)): Use FileDescriptor and elfBegin.
	(Elf(int,ElfCommand): Use this to construct Elf object.
	* cni/Elf.cxx (elfBegin): Define.
	(elf_begin): Delete.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ChangeLog.diff?cvsroot=frysk&r1=1.88&r2=1.89
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/Elf.java.diff?cvsroot=frysk&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/cni/Elf.cxx.diff?cvsroot=frysk&r1=1.28&r2=1.29


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

* frysk-imports/lib/elf ChangeLog Elf.java cni/E ...
@ 2006-07-24 21:57 ajocksch
  0 siblings, 0 replies; 5+ messages in thread
From: ajocksch @ 2006-07-24 21:57 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	ajocksch@sourceware.org	2006-07-24 21:57:57

Modified files:
	lib/elf        : ChangeLog Elf.java 
	lib/elf/cni    : ElfSection.cxx 

Log message:
	2006-07-24  Adam Jocksch  <ajocksch@redhat.com>
	
	* ElfSection.cxx (elf_getshdr): Now uses proper namespace for
	elf_strptr.
	* Elf.java: GNU formatted.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ChangeLog.diff?cvsroot=frysk&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/Elf.java.diff?cvsroot=frysk&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/cni/ElfSection.cxx.diff?cvsroot=frysk&r1=1.5&r2=1.6


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

* frysk-imports/lib/elf ChangeLog Elf.java cni/E ...
@ 2006-05-18 15:51 ajocksch
  0 siblings, 0 replies; 5+ messages in thread
From: ajocksch @ 2006-05-18 15:51 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-imports
Changes by:	ajocksch@sourceware.org	2006-05-18 15:51:38

Modified files:
	lib/elf        : ChangeLog Elf.java 
	lib/elf/cni    : Elf.cxx 

Log message:
	2006-05-18  Adam Jocksch  <ajocksch@redhat.com>
	
	* Elf.java (clone): Added.
	(elf_clone): Now returns long and now only takes an int.
	* cni/Elf.cxx (clone): Now takes only an int and returns a long.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/ChangeLog.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/Elf.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/lib/elf/cni/Elf.cxx.diff?cvsroot=frysk&r1=1.2&r2=1.3


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

end of thread, other threads:[~2007-07-12 23:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-12 17:08 frysk-imports/lib/elf ChangeLog Elf.java cni/E pmuldoon
  -- strict thread matches above, loose matches on Subject: below --
2007-07-12 23:02 cagney
2007-07-12 22:42 cagney
2006-07-24 21:57 ajocksch
2006-05-18 15:51 ajocksch

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