sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS.
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 20 Nov 2012 18:29:23 +0000 (19:29 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 20 Nov 2012 18:29:23 +0000 (19:29 +0100)
Fixes fallout from commit 2e64d2659d3edaebc792ac596a9863f1626e5c25.

ChangeLog
sysdeps/sh/dl-machine.h

index ba42534..618ed1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
+       macro.
+
        * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
        (sendmmsg): Move declarations...
        * socket/sys/socket.h: ... here.
index 53656af..1bb5d15 100644 (file)
@@ -1,6 +1,5 @@
 /* Machine-dependent ELF dynamic relocation inline functions.  SH version.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1999-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
@@ -116,6 +115,7 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
 }
 
 #define ELF_MACHINE_RUNTIME_FIXUP_ARGS int plt_type
+#define ELF_MACHINE_RUNTIME_FIXUP_PARAMS plt_type
 
 /* Mask identifying addresses reserved for the user program,
    where the dynamic linker should not map anything.  */