Blame SOURCES/binutils-2.24-s390-mkopc.patch

8101c5
*** ../binutils-2.24.orig/opcodes/s390-mkopc.c	2013-12-05 13:06:00.082812690 +0000
8101c5
--- opcodes/s390-mkopc.c	2013-12-05 13:13:40.206798138 +0000
8101c5
*************** dumpTable (void)
8101c5
*** 298,304 ****
8101c5
    int  ix;
8101c5
  
8101c5
    /*  Write hash table entries (slots).  */
8101c5
!   printf (file_header);
8101c5
  
8101c5
    for (ix = 0; ix < no_ops; ix++)
8101c5
      {
8101c5
--- 298,304 ----
8101c5
    int  ix;
8101c5
  
8101c5
    /*  Write hash table entries (slots).  */
8101c5
!   printf ("%s", file_header);
8101c5
  
8101c5
    for (ix = 0; ix < no_ops; ix++)
8101c5
      {