Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This patch fixes the build of libpthread for MIPS. The definition of
_test_and_set uses __THROW after the prototype: but attributes are only
accepted after the prototype in function declarations which aren't
definitions, not between the prototype and the function body in a
definition. The proper macro to use here is __NTH (placing the attribute
before the prototype).
glibc does the same thing, so this is also a sync up with glibc
|
|
I needed this patch setting CPU_LDFLAGS to build uClibc for little-endian
MIPS (with a compiler with both little-endian and big-endian multilibs);
otherwise it used ld (in default big-endian mode) to link little-endian
objects.
|
|
|
|
|
|
|
|
as report by Thomas in Bug 618
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the mailing list
|
|
needed to shrink the pads as well to maintain ABI compat
|
|
|
|
|
|
|
|
|
|
to make them go away ... the vfork() is safe due to the logic following it
|
|
in size, even on 64bit hosts, while Addr is the proper native size ... also get creative with our signed/unsigned usage to get rid of warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
e-mail list
|
|
e-mail list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
init_fini_list
|