* run.c (main): Use new bfd_big_endian macro.

This commit is contained in:
Ian Lance Taylor 1995-12-15 21:28:11 +00:00
parent dc092b6b2a
commit e924127a4f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ main (ac, av)
start_address = bfd_get_start_address (abfd);
sim_create_inferior (start_address, NULL, NULL);
target_byte_order = abfd->xvec->byteorder_big_p ? 4321 : 1234;
target_byte_order = bfd_big_endian (abfd) ? 4321 : 1234;
if (trace)
{