Age | Commit message (Collapse) | Author | Files | Lines |
|
This allows the files to work on HURD.
Thanks to Jonathan Nieder.
|
|
and use a fix that works on all systems using
GNU assembler.
Maybe the assembler code is used e.g. on Solaris x86
but let's worry about it if this doesn't work on it.
|
|
Thanks to Karl Berry.
|
|
Autotools based builds on Windows.
|
|
the Autotools based build system. It's not good yet, more
fixes will follow.
|
|
Some minor documentation cleanups were made at the same time.
|
|
Here DOS-like means DOS, Windows, and OS/2.
|
|
avoid __declspec(dllexport) equivalent.
|
|
- Use call/ret pair to get instruction pointer for PIC.
- Use PIC only if PIC or __PIC__ is #defined.
- The code should work on MinGW and Darwin in addition
to GNU/Linux and Solaris.
|
|
when using non-executable stack.
|
|
so that the preprocessor removes the /* */ style comments,
which are not supported by some non-GNU assemblers (Solaris)
that otherwise work with this code.
|