(copy_executable_and_move_sections): Ifdef out a
authorAndrew Innes <andrewi@gnu.org>
Sun, 2 May 1999 09:59:03 +0000 (09:59 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 2 May 1999 09:59:03 +0000 (09:59 +0000)
couple of unused switch cases that aren't defined on all
platforms.

nt/preprep.c

index c9af636..a33d3f0 100644 (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 ();
              }
          }