mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] UML build changes
@ 2002-12-31  3:53 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2002-12-31  3:53 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Please pull either
	http://uml.bkbits.net/build-2.5
or	http://jdike.stearns.org:5000/build-2.5

This patch updates the UML build -
	if possible, UML is built as a normal, dynamic binary rather than
a statically linked one
	there is an option to force a static link when UML would otherwise have
been built shared
	the mode-specific build stuff has been separated out somewhat
	fixed a readonly string segfault caused by the linker script changes
	fixed a unresolved symbol problem

				Jeff

 arch/um/Kconfig                           |   43 ++++-
 arch/um/Makefile                          |   95 +++++++----
 arch/um/Makefile-skas                     |   20 ++
 arch/um/Makefile-tt                       |    7 
 arch/um/drivers/line.c                    |   12 +
 arch/um/drivers/port_kern.c               |   11 -
 arch/um/dyn.lds.S                         |  241 ++++++++++++++++++++++++++++++
 arch/um/dyn_link.ld.in                    |  214 ++++++++++++++++++++++++++
 arch/um/include/skas_ptrace.h             |   36 ++++
 arch/um/include/sysdep-i386/ptrace.h      |    7 
 arch/um/include/user_util.h               |    1 
 arch/um/kernel/Makefile                   |   11 -
 arch/um/kernel/ptrace.c                   |    2 
 arch/um/kernel/skas/include/mode_kern.h   |    2 
 arch/um/kernel/skas/include/skas_ptrace.h |   36 ----
 arch/um/kernel/skas/tlb.c                 |    8 
 arch/um/kernel/tlb.c                      |    6 
 arch/um/kernel/tt/Makefile                |   17 +-
 arch/um/kernel/tt/include/mode_kern.h     |    1 
 arch/um/kernel/tt/mem_user.c              |   50 ++++++
 arch/um/kernel/tt/tlb.c                   |    2 
 arch/um/kernel/tt/unmap.c                 |   34 ++++
 arch/um/kernel/unmap.c                    |   34 ----
 arch/um/kernel/user_util.c                |   25 ---
 arch/um/sys-i386/util/mk_thread_kern.c    |    3 
 arch/um/uml.lds.S                         |    8 
 26 files changed, 759 insertions(+), 167 deletions(-)

ChangeSet@1.988, 2002-12-29 21:28:59-05:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/build-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/build-2.5-linus

ChangeSet@1.951.9.7, 2002-12-29 15:27:19-05:00, jdike@uml.karaya.com
  Fixed the archmrproper rule to not delete linker script sources.

ChangeSet@1.951.9.6, 2002-12-29 15:21:40-05:00, jdike@uml.karaya.com
  Fixed handling of the linker script.

ChangeSet@1.951.9.5, 2002-12-29 15:05:58-05:00, jdike@uml.karaya.com
  Pulled in a number of other fixes which were needed to bring the
  build up to date.

ChangeSet@1.951.9.4, 2002-12-29 12:10:51-05:00, jdike@uml.karaya.com
  Moved the segment remapping code under arch/um/kernel/tt.

ChangeSet@1.951.9.3, 2002-12-28 22:35:25-05:00, jdike@uml.karaya.com
  Moved skas_ptrace.h.

ChangeSet@1.951.9.2, 2002-12-28 22:06:40-05:00, jdike@uml.karaya.com
  Merged the 2.4 build changes which split the mode-specific stuff
  into separate Makefiles and add the ability to build a dynamically
  loaded binary.

ChangeSet@1.951.9.1, 2002-12-28 11:50:51-05:00, jdike@uml.karaya.com
  Merge http://jdike.stearns.org:5000/doc-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/uml-2.5

ChangeSet@1.951.8.4, 2002-12-28 11:42:00-05:00, jdike@uml.karaya.com
  Merge http://jdike.stearns.org:5000/updates-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/uml-2.5

ChangeSet@1.951.8.3, 2002-12-28 11:32:32-05:00, jdike@uml.karaya.com
  Fixed a merge conflict in port_kern.c

ChangeSet@1.951.8.1, 2002-12-28 11:12:47-05:00, jdike@uml.karaya.com
  Merge http://jdike.stearns.org:5000/mconfig-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/uml-2.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-31  3:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-31  3:53 [PATCH] UML build changes Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome