| From | Sent On | Attachments |
|---|---|---|
| John Polstra | Feb 5, 1999 9:48 am | .patch |
| Matthew Jacob | Feb 5, 1999 9:49 am | |
| Matthew Jacob | Feb 5, 1999 9:57 am | |
| John Polstra | Feb 5, 1999 10:07 am | |
| Terry Lambert | Feb 5, 1999 1:03 pm | |
| Andrew Gallatin | Feb 5, 1999 1:11 pm | |
| John Polstra | Feb 5, 1999 1:19 pm | |
| Terry Lambert | Feb 5, 1999 4:09 pm | |
| John Polstra | Feb 5, 1999 5:01 pm | |
| Terry Lambert | Feb 6, 1999 1:07 pm | |
| John Polstra | Feb 8, 1999 10:40 am | |
| Andrew Gallatin | Feb 8, 1999 10:56 am |
| Subject: | Re: Could somebody please test this patch? | |
|---|---|---|
| From: | John Polstra (jd...@polstra.com) | |
| Date: | Feb 8, 1999 10:40:04 am | |
| List: | org.freebsd.freebsd-alpha | |
Terry Lambert wrote:
Fine, then _tell_ me what the specific address is supposed to be, if there even really is one. I know there's a specific address in SVR4/i386, but as yet you've given me no reason to think the address is wired down on the Alpha. Just saying it's wired down doesn't do anybody a bit of good if you don't state what the address is supposed to be.
Do you have a copy of DEC UNIX with a compiler?
I don't even have an Alpha machine.
Write a program:
main() { for(;;) { sleep(1000); } }
And then examine the memory mappings for it.
That will show where the RTLD is mapped for sleep, but it doesn't show whether the RTLD _has_ to be mapped at that location. I think a better way would be to run objdump on the Digital Unix RTLD and see if it has a fixed load address.
John
--- John Polstra jd...@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message






.patch