+2013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+
+ [BZ #17213]
+ * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
+ powerpc64le.
+
2014-07-14 Alan Modra <amodra@gmail.com>
[BZ #17153]
* The following bugs are resolved with this release:
16545, 16683, 16689, 16701, 16706, 16707, 16739, 16815, 16619, 16740,
- 17031, 17153.
+ 17031, 17153, 17213.
\f
Version 2.19
#define ENTRY_POINT _start
+#if _CALL_ELF != 2
/* We have to provide a special declaration. */
#define ENTRY_POINT_DECL(class) class void _start (void);
#define TEXT_START \
({ extern unsigned long int _start_as_data[] asm ("_start"); \
_start_as_data[0]; })
+#endif