2012-05-12 Chris Metcalf <cmetcalf@tilera.com>
+ * sysdeps/tile/Makefile (ELF_MACHINE_PLTREL_OVERLAP):
+ Remove variable no longer used by core.
+
+2012-05-12 Chris Metcalf <cmetcalf@tilera.com>
+
* sysdeps/unix/sysv/linux/tile/bits/siginfo.h: Don't name
siginfo_t struct. Add forward declaration of pthread_attr_t and
use it in sigevent.
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
Based on work contributed by by Carl Pederson & Martin Schwidefsky.
/* TILE never uses Elf32_Rel relocations. */
#define ELF_MACHINE_NO_REL 1
-/* TILE overlaps DT_RELA and DT_PLTREL. */
-#define ELF_MACHINE_PLTREL_OVERLAP 1
-
/* We define an initialization functions. This is called very early in
_dl_sysdep_start. */
#define DL_PLATFORM_INIT dl_platform_init ()