From 2cc7dc4d7f36d03165c16939429d1ee9ef5fd105 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 17 Jun 1996 22:41:47 +0000 Subject: Mon Jun 17 17:53:21 1996 Roland McGrath * sysdeps/mach/hurd/brk.c (___brk_addr): Define as weak alias for _hurd_brk. * libio/stdio.h [__USE_SVID]: Declare tempnam. Fri Jun 14 19:28:33 1996 Andreas Schwab * sysdeps/unix/sysv/linux/syscalls.list: Add swapon with two parameters. Wed Jun 12 20:40:51 1996 Andreas Schwab * sysdeps/m68k/dl-machine.h (RTLD_START): Fix access to _dl_default_scope. * sysdeps/stub/elfclass.h: New file. --- sysdeps/m68k/dl-machine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/m68k') diff --git a/sysdeps/m68k/dl-machine.h b/sysdeps/m68k/dl-machine.h index ad3b6c3590..0f64d686ed 100644 --- a/sysdeps/m68k/dl-machine.h +++ b/sysdeps/m68k/dl-machine.h @@ -255,8 +255,8 @@ _dl_start_user: | Push back the modified argument count. move.l %d1, -(%sp) 0: | Push _dl_default_scope[2] as argument in _dl_init_next call below. - move.l ([_dl_default_scope@GOT, %a5]), %d2 -0: move.l (%d2, 8), -(%sp) + move.l ([_dl_default_scope@GOT, %a5], 8), %d2 +0: move.l %d2, -(%sp) | Call _dl_init_next to return the address of an initializer | function to run. bsr.l _dl_init_next@PLTPC -- cgit v1.2.3