public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
* src/sid/component/loader ChangeLog Makefile.am ...
@ 2004-02-15 15:45 brolley
  0 siblings, 0 replies; 3+ messages in thread
From: brolley @ 2004-02-15 15:45 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2004-02-15 15:45:04

Modified files:
	sid/component/loader: ChangeLog Makefile.am Makefile.in 

Log message:
	2004-02-14  Dave Brolley  <brolley@redhat.com>
	
	* Makefile.am (INCLUDES): Add $(srcdir)/../../../include to find
	libiberty.h.
	* Makefile.in: Regenerated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/ChangeLog.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/Makefile.am.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/Makefile.in.diff?cvsroot=src&r1=1.5&r2=1.6


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

* src/sid/component/loader ChangeLog Makefile.am ...
@ 2004-02-12 20:30 brolley
  0 siblings, 0 replies; 3+ messages in thread
From: brolley @ 2004-02-12 20:30 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2004-02-12 20:30:08

Modified files:
	sid/component/loader: ChangeLog Makefile.am Makefile.in 
	                      compLoader.cxx elfload.c elfload.h 

Log message:
	2004-02-12  Dave Brolley  <brolley@redhat.com>
	
	* elfload.h: Use 'unsigned long long' instead of host_int_8.
	(struct TextSection): Moved here from elfload.c
	(SHF_EXECINSTR): New macro.
	* elfload.c (loadAreas): Now a pointer to a dynamically allocated
	table.
	(textSections): Ditto.
	(newLoadArea): New static function.
	(newTextSection): Ditto.
	(textSectionAddress): Now takes a pointer to a section table.
	(readElfFile): fileHeader, psymHdr, secHdr now automatic arrays.
	Allocate loadAreas and textSections as required. Build textSections
	from the ELF section table; one for each executable loaded.
	* compLoader.cxx (sid::host_int_8): Add 'using' clause.
	(textSegmentAddress): renamed to textSectionAddress and moved to
	elfload.h.
	(setSection_table): New method of loader_probe_bus.
	(SID_GB_WRITE): Call textSectionAddress and pass section_table.
	(section_table): New member of loader_probe_bus.
	(load_it): Get section_table address from readElfFile.
	* Makefile.am (LIBIBERTY): New variable.
	(libloader_la_LIBADD): Add $(LIBIBERTY).
	* Makefile.in: Regenerated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/ChangeLog.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/Makefile.am.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/Makefile.in.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/compLoader.cxx.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/elfload.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/elfload.h.diff?cvsroot=src&r1=1.3&r2=1.4


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

* src/sid/component/loader ChangeLog Makefile.am ...
@ 2001-08-04  4:07 bje
  0 siblings, 0 replies; 3+ messages in thread
From: bje @ 2001-08-04  4:07 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	bje@sources.redhat.com	2001-08-04 04:07:51

Modified files:
	sid/component/loader: ChangeLog Makefile.am Makefile.in 

Log message:
	2001-07-11  Frank Ch. Eigler  <fche@redhat.com>
	
	* sw-load-elf.xml: Add <?xml ... ?> prefix.
	
	2001-07-04  graydon hoare  <graydon@redhat.com>
	
	* configure.in: Add maintainer-mode doc building configury.
	* configure: Regenerate.
	* Makefile.am: Add maintainer-mode doc building.
	* Makefile.in: Regenerate.
	
	2001-07-04  Ben Elliston  <bje@redhat.com>
	
	* sw-load-elf.txt: Generate.
	
	2001-06-27  graydon hoare  <graydon@redhat.com>
	
	* sw-load-elf.xml: Add.
	
	2001-03-23  John Healy  <jhealy@redhat.com>
	
	* Makefile.in: Regenerated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/ChangeLog.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/Makefile.am.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/Makefile.in.diff?cvsroot=src&r1=1.1&r2=1.2


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

end of thread, other threads:[~2004-02-15 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-15 15:45 src/sid/component/loader ChangeLog Makefile.am brolley
  -- strict thread matches above, loose matches on Subject: below --
2004-02-12 20:30 brolley
2001-08-04  4:07 bje

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