This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new syscall stub for ia64 linux


I don't think anybody gave me feedback on this question:

>>>>> On Mon, 13 Jan 2003 23:28:30 -0800, David Mosberger <davidm@linux.hpl.hp.com> said:

  David> One rather ugly hack though is that in libc-start.c, I had to
  David> reverse the order of DL_SYSDEP_OSCHEC() and
  David> __pthread_initialize_minimal(): the former calls uname() and
  David> with the new syscall stub, the thread-pointer needs to be
  David> valid before a system call can be invoked.  If this isn't
  David> acceptable, suggestions for improvements would be welcome.

Is this an OK thing to do?

	--david


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]