diff options
| author | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-16 09:24:31 -0400 |
|---|---|---|
| committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-16 09:24:31 -0400 |
| commit | f136e4df5df88a6ccb9d5e75635cfe00f4b449b5 (patch) | |
| tree | 484646ed8669f8e7400ea36e763d5cdfda092e24 | |
| parent | dbeb70630bdaf3145153412057df2e79cd18c854 (diff) | |
| download | glibc-f136e4df5df88a6ccb9d5e75635cfe00f4b449b5.tar.xz glibc-f136e4df5df88a6ccb9d5e75635cfe00f4b449b5.zip | |
tile: delete now unused file
The latest main tree has split out stackguard-macros.h so we no
longer have to override it with a stub.
| -rw-r--r-- | ChangeLog.tile | 4 | ||||
| -rw-r--r-- | sysdeps/tile/elf/stackguard-macros.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog.tile b/ChangeLog.tile index a6ab6073ef..2a538177e8 100644 --- a/ChangeLog.tile +++ b/ChangeLog.tile @@ -1,3 +1,7 @@ +2012-05-16 Chris Metcalf <cmetcalf@tilera.com> + + * sysdeps/tile/elf/stackguard-macros.h: Delete unused file. + 2012-05-14 Chris Metcalf <cmetcalf@tilera.com> * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist: diff --git a/sysdeps/tile/elf/stackguard-macros.h b/sysdeps/tile/elf/stackguard-macros.h deleted file mode 100644 index 606ad58596..0000000000 --- a/sysdeps/tile/elf/stackguard-macros.h +++ /dev/null @@ -1,3 +0,0 @@ -/* Tests in nptl/ look for <elf/stackguard-macros.h> while tests - in elf/ look for <stackguard-macros.h>. Provide both. */ -#include "../stackguard-macros.h" |
