files, they might be included twice.
+Tue Aug 25 15:13:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
+
+ * listing.c (buffer_line): rewind to the start of include
+ files, they might be included twice.
+
Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in: defined TARGET_CPU for C code so that it can choose
* Makefile.in: Add program_suffix (parallel to program_prefix)
+>>>>>>> 1.83
Wed Jun 24 10:57:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* app.c (process_escape): new function to handle escapes the right
emulation=sysv32
;;
+sim)
+ obj_format=coffbfd
+ need_bfd="./../bfd/libbfd.a"
+ ;;
+
+
coff* | sysv*)
obj_format=coff
*/
#include "as.h"
-<<<<<<< listing.c
-#include <ansidecl.h>
-=======
-
->>>>>>> 1.13
#include <obstack.h>
#include "input-file.h"
#include "targ-cpu.h"
return "";
}
+ if (file->linenum == 0)
+ rewind(file->file);
+
if (file->end_pending == 10) {
*p ++ = '\n';
fseek(file->file, 0,0 );
void
DEFUN_VOID(listing_flags)
{
+ while ( (*input_line_pointer++) && (*input_line_pointer != '\n') )
+ input_line_pointer++;
}
void