summaryrefslogtreecommitdiff
path: root/bfd/elf-m10300.c
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-12-12 21:54:32 +0000
committerAlexandre Oliva <aoliva@redhat.com>2002-12-12 21:54:32 +0000
commitedd38b33663ffb0beaeacb43c6f43422babc4a6e (patch)
tree31802254f2096d2a319a7636c4a8a0b34d1fcf1e /bfd/elf-m10300.c
parent0276cb3089d777b71434cb3bfff12fcfa8b28488 (diff)
downloadbinutils-redhat-edd38b33663ffb0beaeacb43c6f43422babc4a6e.tar.gz
* elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
initializers to match struct declaration.
Diffstat (limited to 'bfd/elf-m10300.c')
-rw-r--r--bfd/elf-m10300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-m10300.c b/bfd/elf-m10300.c
index 4dd0b916e3..2f0cd90570 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;