[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xfree86 on hppa-linux



>>>>> In <[🔎] 20030703104508.GG7084@raging.dropbear.id.au> 
>>>>>	Daniel Stone <daniel@fooishbar.org> wrote:

>> On Thu, Jul 03, 2003 at 10:07:44AM +0900, ISHIKAWA Mutsumi wrote:
>> > >>>>> In <20030703000452.GA1690@tausq.org> 
>> > >>>>>	Randolph Chung <randolph@tausq.org> wrote:
>> > >> i just found out today from the debian x maintainer that he disabled the
>> > >> loadable x-server for hppa because of a patch you submitted that
>> > >> disabled loadable servers for hppa... any particular reason that is
>> > >> needed? iirc xfree86 worked as-is for hppa...
>> > 
>> >  Humm? I don't remember I submited that kind of patch.
>> >  Which patch is it? Would you tell me the pointer about the patch.

>> It's disabled in patch #003, and I based my #003 off yours - I certainly
>> didn't add any code like that for hppa/mips{,el}. I guess it comes from
>> you, then. ;)


 Perhaps you talks about this chunk:

@@ -701,7 +752,7 @@
 
 #if UseElfFormat
 # ifndef DoLoadableServer
-#  ifdef HPArchitecture
+#  if defined(HPArchitecture) || defined(MipsArchitecture) || defined(SuperHArchitecture)
 #   define DoLoadableServer    NO
 #  else
 #   define DoLoadableServer    YES


 I only add about SuperHArchiecture and MIPSArchitecture
when xfree86 4.2.0 deb test package was released. I don't added
about HPPA architectures, they are exists before 4.2.0 (for example
please see #001 patch of xfree86_4.1.0-16 source)

 And it just means `HPPA, MIPS (mips and mipsel) and SuperH
(sh3,sh3eb,sh4 and sh4eb) Linux are not supported XFree86
Dynamic loader, so we will disable the loader on these
architectures. We want to build XFree86 drivers will be
linked staticaly to XFree86 server binary'.

 We will build and provide normal (not debug purpose) X
server package for those architectures.

>> >  And I have an question, if you know please teach me :-)
>> > 
>> > 
>> >  XFree86 dynamic loading is already supported on HPPA architecture?
>> > 
>> >  If the answer is YES, we should enable hppa dynamic loading support
>> > on HPPA architecture.I can not found HPPA dynamic loader code under
>> > xc/programs/Xserver/hw/xfree86/loaders/.

 XFree86 loader for HPPA is not implemented yet (and perhaps it will
be added to randlph's TODO list ;-). SuperH still does not have the
loader, too. (I don't know about MIPS detail. But they do not
support yet, too)

-- 
ISHIKAWA Mutsumi
 <ishikawa@linux.or.jp>, <ishikawa@debian.org>, <ishikawa@netvillage.co.jp>



Reply to: