OSDN Git Service

* elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 12 Dec 2002 21:54:32 +0000 (21:54 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 12 Dec 2002 21:54:32 +0000 (21:54 +0000)
initializers to match struct declaration.

bfd/ChangeLog
bfd/elf-m10300.c

index 463ed25..1eb35bd 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
+       initializers to match struct declaration.
+
 2002-12-12  Alan Modra  <amodra@bigpond.net.au>
 
        * dwarf2.c (comp_unit_contains_address): Comment typo fix.
index 4dd0b91..2f0cd90 100644 (file)
@@ -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;