Roland McGrath
|
f8a26bed6f
|
2002-12-08 Roland McGrath <roland@redhat.com>
* elf/Makefile (tests): Uncomment tst-array[123].
* Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
* csu/elf-init.c: New file.
* csu/Makefile (routines, static-only-routines): Add elf-init.
* sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
and __libc_csu_fini in place of _fini.
* sysdeps/arm/elf/start.S: Likewise.
* sysdeps/cris/elf/start.S: Likewise.
* sysdeps/hppa/elf/start.S: Likewise.
* sysdeps/i386/elf/start.S: Likewise.
* sysdeps/ia64/elf/start.S: Likewise.
* sysdeps/m68k/elf/start.S: Likewise.
* sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
* sysdeps/mips/elf/start.S: Likewise.
* sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
* sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
* sysdeps/s390/s390-32/elf/start.S: Likewise.
* sysdeps/s390/s390-64/elf/start.S: Likewise.
* sysdeps/sh/elf/start.S: Likewise.
* sysdeps/sparc/sparc32/elf/start.S: Likewise.
* sysdeps/sparc/sparc64/elf/start.S: Likewise.
* sysdeps/x86_64/elf/start.S: Likewise.
|
2002-12-09 20:37:24 +00:00 |
|
Andreas Jaeger
|
b5f72d715e
|
Added initialization of GP (to _gp) if compiled non-PIC.
|
2002-03-02 13:14:40 +00:00 |
|
Andreas Jaeger
|
9ff2687616
|
Make sure the right <ldsodefs.h> is included.
|
2002-02-06 22:48:35 +00:00 |
|
Andreas Jaeger
|
3214b89b32
|
Update to LGPL v2.1.
|
2001-07-06 04:56:23 +00:00 |
|
Andreas Jaeger
|
13906e12b9
|
Add .type for the entry point.
|
2001-06-05 06:20:45 +00:00 |
|
Andreas Jaeger
|
5c8f22b4fb
|
[__ASSEMBLY__]: Define it.
|
2001-04-11 11:56:35 +00:00 |
|
Andreas Jaeger
|
66268e64b9
|
* sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.
Patch by Ralf Baechle <ralf@gnu.org>.
|
2000-06-13 14:33:22 +00:00 |
|
Greg McGary
|
fa39016a27
|
* sysdeps/mips/elf/start.S: Trim redundant code.
|
2000-06-07 00:30:05 +00:00 |
|
Andreas Jaeger
|
4decd16ab5
|
* sysdeps/mips/elf/start.S (ENTRY_POINT): Align stack for double
words.
|
2000-05-24 16:16:17 +00:00 |
|
Andreas Jaeger
|
5494bc3a50
|
2000-04-21 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.
* sysdeps/mips/mips64/add_n.S: Likewise.
* sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
* sysdeps/mips/mips64/lshift.S: Likewise.
* sysdeps/mips/mips64/mul_1.S: Likewise.
* sysdeps/mips/mips64/rshift.S: Likewise.
* sysdeps/mips/mips64/setjmp.S: Likewise.
* sysdeps/mips/mips64/sub_n.S: Likewise.
* sysdeps/mips/mips64/submul_1.S: Likewise.
* sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab
and update comment. The strtab from _dl_relocate_object can be
used.
|
2000-04-21 16:37:58 +00:00 |
|
Ulrich Drepper
|
2535a9deff
|
MIPS specific additions to the internal definitions for the dynamic loader.
|
2000-03-23 20:30:03 +00:00 |
|
Andreas Jaeger
|
fc16ca3254
|
2000-02-01 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/elf/start.S: Rewritten for __libc_start_main.
|
2000-02-01 08:28:15 +00:00 |
|
Ulrich Drepper
|
5a50d6f575
|
Fix PIC case.
|
1997-07-12 23:28:11 +00:00 |
|
Ulrich Drepper
|
db31c86395
|
Update and reformat copyright, remove trailing white spaces and send
through unexpand.
|
1997-06-26 22:16:52 +00:00 |
|
Ulrich Drepper
|
dd13989731
|
MIPS specific ELF startup code
|
1997-06-21 02:01:37 +00:00 |
|