]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
tile: remove stale #define of ELF_MACHINE_PLTREL_OVERLAP
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 11 May 2012 19:42:04 +0000 (15:42 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 14 May 2012 19:46:11 +0000 (15:46 -0400)
ChangeLog.tile
sysdeps/tile/dl-machine.h

index 4846802658a4347bd6d1244985382ed4512ea33f..46336a51bfc1f57484391b2476af48a96dfc8078 100644 (file)
@@ -1,3 +1,8 @@
+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
index 178b33efca18ee1ea5d3a0af21d23153401c1efd..c4413f9e8ab083116c4f718f949f9de894d3d29f 100644 (file)
@@ -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 ()