Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-27 | Yet another large update to ld.so. In this iteration I finally got | Eric Andersen | |
the C based syscalls working, which greatly simplifies what it takes to get new architectures running. -Erik | |||
2001-04-27 | More trivial changes. | Eric Andersen | |
2001-04-27 | A few more compilation updates | Eric Andersen | |
2001-04-26 | oops again! I forgot to pull in the arch specific stuff, and forgot | Eric Andersen | |
to update those makefiles. -Erik | |||
2001-04-26 | Missed these | Eric Andersen | |
2001-04-26 | Be more careful about not hard coding names. | Eric Andersen | |
2001-04-25 | Update ignore target | Eric Andersen | |
2001-04-25 | Move libdl and udate build method a bit | Eric Andersen | |
-Erik | |||
2001-04-24 | Make sure 'make install' creates needed dirs. | Eric Andersen | |
2001-04-24 | Disable an ugly bug-workaround for ancient versions of gcc. | Eric Andersen | |
-Erik | |||
2001-04-24 | Avoid a chicken-and-the-egg problem. Use $(LD) to compile the | Eric Andersen | |
libdl library, not $(CC). -Erik | |||
2001-04-24 | Silence a warning | Eric Andersen | |
2001-04-23 | Revert my syscall changes. The _syscall# macros are not PIC | Eric Andersen | |
friendly and don't work. Back to nasty asm... With this change in place, it now works for me on x86. -Erik | |||
2001-04-23 | Ok, seems this _must_ be compiled as PIC code. | Eric Andersen | |
-Erik | |||
2001-04-23 | Ignore generated stuff. Add a 'make install' target that works. | Eric Andersen | |
-Erik | |||
2001-04-23 | Initial checkin for ld.so. This is a combination of effort from Manuel Novoa | Eric Andersen | |
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik |