(copy_executable_and_move_sections): Ifdef out a

couple of unused switch cases that aren't defined on all
platforms.
This commit is contained in:
Andrew Innes 1999-05-02 09:59:03 +00:00
parent 1d99979dfd
commit 3102421f63

View file

@ -741,9 +741,12 @@ copy_executable_and_move_sections (file_data *p_infile,
dropped from NT4 anyway. */
abort ();
break;
#ifndef IMAGE_REL_BASED_SECTION
case IMAGE_REL_BASED_SECTION:
case IMAGE_REL_BASED_REL32:
/* Docs don't say what these values mean. */
#endif
default:
abort ();
}
}