hppa: Remove elf/ and create crti.S/crtn.S
commitc053fa34cdde3ca0faa026a31a586f16d3257a8f
authorCarlos O'Donell <carlos_odonell@mentor.com>
Tue, 17 Apr 2012 03:29:00 +0000 (17 05:29 +0200)
committerCarlos O'Donell <carlos_odonell@mentor.com>
Tue, 17 Apr 2012 03:33:26 +0000 (17 05:33 +0200)
treea3c08f8b3b6db1abd78076c6fc900de3a000972b
parentcde9262435dfba6140c6e90ba9ee412044f5dbf6
hppa: Remove elf/ and create crti.S/crtn.S

This patch removes the elf/ directory, moving any
special configury down a directory e.g. TLS checks.

This patch also implements the required crti.S
and crtn.S files, verifying that they match the
current implementation.
ChangeLog.hppa
sysdeps/hppa/configure
sysdeps/hppa/configure.in [moved from sysdeps/hppa/elf/configure.in with 67% similarity]
sysdeps/hppa/crti.S [new file with mode: 0644]
sysdeps/hppa/crtn.S [new file with mode: 0644]
sysdeps/hppa/elf/configure [deleted file]
sysdeps/hppa/elf/initfini.c [deleted file]
sysdeps/hppa/entry.h [moved from sysdeps/hppa/elf/entry.h with 100% similarity]
sysdeps/hppa/start.S [moved from sysdeps/hppa/elf/start.S with 100% similarity]