From: Alexandre Oliva Date: Thu, 12 Dec 2002 21:54:32 +0000 (+0000) Subject: * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5354b572b3ba653328933a798dd2cab888a7b3f7;p=binutils-gdb.git * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder initializers to match struct declaration. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 463ed25cfd5..1eb35bd20d4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-12-12 Alexandre Oliva + + * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder + initializers to match struct declaration. + 2002-12-12 Alan Modra * dwarf2.c (comp_unit_contains_address): Comment typo fix. diff --git a/bfd/elf-m10300.c b/bfd/elf-m10300.c index 4dd0b916e34..2f0cd905700 100644 --- a/bfd/elf-m10300.c +++ b/bfd/elf-m10300.c @@ -2675,9 +2675,9 @@ elf32_mn10300_link_hash_newfunc (entry, table, string) { ret->direct_calls = 0; ret->stack_size = 0; + ret->movm_args = 0; ret->movm_stack_size = 0; ret->flags = 0; - ret->movm_args = 0; } return (struct bfd_hash_entry *) ret;