summaryrefslogtreecommitdiffstats
path: root/binutils-2.24-s390-mkopc.patch
blob: 33deda8800ad41a3c3615cc5c62b0f32c8cb65c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** ../binutils-2.24.orig/opcodes/s390-mkopc.c	2013-12-05 13:06:00.082812690 +0000
--- opcodes/s390-mkopc.c	2013-12-05 13:13:40.206798138 +0000
*************** dumpTable (void)
*** 298,304 ****
    int  ix;
  
    /*  Write hash table entries (slots).  */
!   printf (file_header);
  
    for (ix = 0; ix < no_ops; ix++)
      {
--- 298,304 ----
    int  ix;
  
    /*  Write hash table entries (slots).  */
!   printf ("%s", file_header);
  
    for (ix = 0; ix < no_ops; ix++)
      {