summaryrefslogtreecommitdiff
path: root/sysdeps/hppa/elf/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hppa/elf/entry.h')
-rw-r--r--sysdeps/hppa/elf/entry.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/hppa/elf/entry.h b/sysdeps/hppa/elf/entry.h
deleted file mode 100644
index b024db2be7..0000000000
--- a/sysdeps/hppa/elf/entry.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __ASSEMBLY__
-extern void _start (void);
-#endif
-
-/* The function's entry point is stored in the first word of the
- function descriptor (plabel) of _start(). */
-#define ENTRY_POINT __canonicalize_funcptr_for_compare(_start)
-
-/* We have to provide a special declaration. */
-#define ENTRY_POINT_DECL(class) class void _start (void);