Remove dead code in config/rs6000/vxworks.h
commitf950d946370bb7b8751f7b89ff856beddbe91aea
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 4 Oct 2021 07:16:19 +0000 (4 09:16 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Mon, 4 Oct 2021 07:19:01 +0000 (4 09:19 +0200)
tree67a0e1c7bb9340691b9b4711e0af184fa70558b3
parent154fd0896ef22fcf5235e35e2b795394dddd7a33
Remove dead code in config/rs6000/vxworks.h

These lines were added last year:

/* Initialize library function table.  */
 #undef TARGET_INIT_LIBFUNCS
 #define TARGET_INIT_LIBFUNCS rs6000_vxworks_init_libfuncs

but TARGET_INIT_LIBFUNCS is #undef-ed in config/rs6000/rs6000.c and
rs6000_vxworks_init_libfuncs is nowhere defined in any case.

gcc/
* config/rs6000/vxworks.h (TARGET_INIT_LIBFUNCS): Delete.
gcc/config/rs6000/vxworks.h