mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
2011-09-28 Tristan Gingold <gingold@adacore.com>
* od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
This commit is contained in:
parent
eebd87a5f4
commit
a82526dd00
@ -1,3 +1,7 @@
|
||||
2011-09-28 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
|
||||
|
||||
2011-09-27 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* od-xcoff.c (dump_xcoff32_aout_header): Remove some gettext macros.
|
||||
|
@ -459,7 +459,7 @@ dump_xcoff32_aout_header (bfd *abfd, struct xcoff_dump *data)
|
||||
}
|
||||
|
||||
magic = bfd_h_get_16 (abfd, auxhdr.magic);
|
||||
/* We don't translate these strings are they are fields name. */
|
||||
/* 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));
|
||||
|
Loading…
Reference in New Issue
Block a user