Source-Changes archive

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

CVS commit: src/sys/compat/irix



Module Name:    src
Committed By:   manu
Date:           Wed Aug  6 01:04:44 UTC 2003

Modified Files:
        src/sys/compat/irix: irix_exec_elf32.c

Log Message:
irix_elf32_probe is now responsible for finding interpreter's load
address. We do that through the irix_load_addr function, which is
not IRIX specific at all. If another emulation needs it, it can
easily move to compat_util.c

With this change, IRIX dynamic binaries are able to link and run again
(top down UVM broke them a few weeks ago)


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/compat/irix/irix_exec_elf32.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index