aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-11-15 19:34:31 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2012-11-18 01:22:37 +0100
commite510ab5efff3450b723dbe71734e8b22be14d1c6 (patch)
treec9471d4f041d853160adc5a2b18555d97c5a1dc8
parent43b13a23e0d675bcb73f4cee6ac257f971eb9dea (diff)
downloadglibc-e510ab5efff3450b723dbe71734e8b22be14d1c6.zip
glibc-e510ab5efff3450b723dbe71734e8b22be14d1c6.tar.gz
glibc-e510ab5efff3450b723dbe71734e8b22be14d1c6.tar.bz2
m68k: define ELF_MACHINE_RUNTIME_FIXUP_PARAMS
-rw-r--r--ports/ChangeLog.m68k5
-rw-r--r--ports/sysdeps/m68k/dl-machine.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/ports/ChangeLog.m68k b/ports/ChangeLog.m68k
index e4623c0..de759b8 100644
--- a/ports/ChangeLog.m68k
+++ b/ports/ChangeLog.m68k
@@ -1,3 +1,8 @@
+2012-11-15 Andreas Schwab <schwab@linux-m68k.org>
+
+ * sysdeps/m68k/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS):
+ Define.
+
2012-11-06 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
diff --git a/ports/sysdeps/m68k/dl-machine.h b/ports/sysdeps/m68k/dl-machine.h
index 4a1968c..b291419 100644
--- a/ports/sysdeps/m68k/dl-machine.h
+++ b/ports/sysdeps/m68k/dl-machine.h
@@ -1,6 +1,5 @@
/* Machine-dependent ELF dynamic relocation inline functions. m68k version.
- Copyright (C) 1996-2001, 2002, 2003, 2004, 2005, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1996-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -107,6 +106,7 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
}
#define ELF_MACHINE_RUNTIME_FIXUP_ARGS long int save_a0, long int save_a1
+#define ELF_MACHINE_RUNTIME_FIXUP_PARAMS save_a0, save_a1
/* Mask identifying addresses reserved for the user program,