[obv]: Fix abuse of gettext macro

Tristan Gingold gingold@adacore.com
Wed Sep 28 07:23:00 GMT 2011


On Sep 27, 2011, at 7:19 PM, Andreas Schwab wrote:

> Tristan Gingold <gingold@adacore.com> writes:
> 
>> --- 459,511 ----
>>      }
>> 
>>    magic = bfd_h_get_16 (abfd, auxhdr.magic);
>> !   /* We don't translate these strings are they are fields name.  */
> 
> s/are/,/ or s/are/as/

Thank you for catching that.  Fixed with:

binutils/
2011-09-28  Tristan Gingold  <gingold@adacore.com>

	* od-xcoff.c (dump_xcoff32_aout_header): Fix typo.

RCS file: /cvs/src/src/binutils/od-xcoff.c,v
retrieving revision 1.3
diff -c -r1.3 od-xcoff.c
*** od-xcoff.c	27 Sep 2011 12:48:01 -0000	1.3
--- od-xcoff.c	28 Sep 2011 07:22:19 -0000
***************
*** 459,465 ****
      }
  
    magic = bfd_h_get_16 (abfd, auxhdr.magic);
!   /* We don't translate these strings are they are fields name.  */
    printf ("  o_mflag (magic): 0x%04x 0%04o\n", magic, magic);
    printf ("  o_vstamp:        0x%04x\n",
            (unsigned short)bfd_h_get_16 (abfd, auxhdr.vstamp));
--- 459,465 ----
      }
  
    magic = bfd_h_get_16 (abfd, auxhdr.magic);
!   /* We don't translate these strings as they are fields name.  */
    printf ("  o_mflag (magic): 0x%04x 0%04o\n", magic, magic);
    printf ("  o_vstamp:        0x%04x\n",
            (unsigned short)bfd_h_get_16 (abfd, auxhdr.vstamp));



More information about the Binutils mailing list