(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:
parent
1d99979dfd
commit
3102421f63
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue