]> Git Repo - binutils.git/blobdiff - gas/input-scrub.c
Warn rather than cause an error if the reloc is not compatible with -mrelocatable.
[binutils.git] / gas / input-scrub.c
index c2a6114c989c70a92c806531a42c45052b11a0e6..bdfd91ca978bde9285b59b9fbd601aae6d297fb4 100644 (file)
@@ -134,7 +134,9 @@ char *saved_position;
        saved->next_saved_file          = next_saved_file;
        saved->input_file_save          = input_file_push();
        
-       input_scrub_begin();            /* Reinitialize! */
+       input_file_begin();             /* Reinitialize! */
+       logical_input_line = 0;
+       logical_input_file = (char *)NULL;
        
        return((char *) saved);
 } /* input_scrub_push() */
This page took 0.023218 seconds and 4 git commands to generate.