aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-05-11 15:42:04 -0400
committerChris Metcalf <cmetcalf@tilera.com>2012-05-14 15:46:11 -0400
commit2a99f85fe31634fd8633e167a7d25028b827a90f (patch)
tree019ad667154ac2e4306c0c85e9a2b36880e1426c
parent87df4a4b09abdb1b1af41c9c398b86ecdedcb635 (diff)
downloadglibc-2a99f85fe31634fd8633e167a7d25028b827a90f.tar.xz
glibc-2a99f85fe31634fd8633e167a7d25028b827a90f.zip
tile: remove stale #define of ELF_MACHINE_PLTREL_OVERLAP
-rw-r--r--ChangeLog.tile5
-rw-r--r--sysdeps/tile/dl-machine.h5
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog.tile b/ChangeLog.tile
index 4846802658..46336a51bf 100644
--- a/ChangeLog.tile
+++ b/ChangeLog.tile
@@ -1,5 +1,10 @@
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.
diff --git a/sysdeps/tile/dl-machine.h b/sysdeps/tile/dl-machine.h
index 178b33efca..c4413f9e8a 100644
--- a/sysdeps/tile/dl-machine.h
+++ b/sysdeps/tile/dl-machine.h
@@ -1,4 +1,4 @@
-/* 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.
@@ -224,9 +224,6 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
/* 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 ()