exit: Delete exit.S and references to __exit_handler
authorMatt Fleming <matt.fleming@linux.intel.com>
Tue, 12 Apr 2011 21:24:36 +0000 (22:24 +0100)
committerMatt Fleming <matt.fleming@linux.intel.com>
Tue, 26 Apr 2011 08:53:08 +0000 (09:53 +0100)
commit90d5044ba28432921ca1f9ce393e9e8771d20274
tree31a3b7b907752cd3be1a423c2e809ea26efd67d9
parent818de3ab0aba508d76029e76faed3f96626809a8
exit: Delete exit.S and references to __exit_handler

We stopped using exit.S (and thus __exit_handler) in 71d5d1ba646e
("elflink: change the exit.c, remove the exit.S to make process exit
working") when we moved to using the C version of _exit(). If we don't
remove the symbol __exit_handler we'll encounter undefined symbol
errors when moving libcom32.a over to an ELF shared library.

Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
com32/lib/onexit.c
com32/lib/sys/exit.S [deleted file]