* elf32-xtensa.c (ebb_propose_action): Fix argument order.
authorBob Wilson <bob.wilson@acm.org>
Fri, 19 Nov 2004 00:28:58 +0000 (00:28 +0000)
committerBob Wilson <bob.wilson@acm.org>
Fri, 19 Nov 2004 00:28:58 +0000 (00:28 +0000)
bfd/ChangeLog
bfd/elf32-xtensa.c

index 6d0cf3f99fd233fcdb6d7797940326a5d177281b..376926e34e06f220a811b698770abc1c098a5629 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-18  Bob Wilson  <bob.wilson@acm.org>
+
+       * elf32-xtensa.c (ebb_propose_action): Fix argument order.
+
 2004-11-17  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * elf32-arm.c (PLT_THUMB_STUB_SIZE): Define.
index f3eba9fe0335711cb4f7c537c7b030307b1d944d..e6015e59f02e74c2bc74add2911a2c4985c040b9 100644 (file)
@@ -5599,8 +5599,8 @@ insn_block_decodable_len (bfd_byte *contents,
 
 static void
 ebb_propose_action (ebb_constraint *c,
-                   bfd_vma alignment_pow,
                    enum ebb_target_enum align_type,
+                   bfd_vma alignment_pow,
                    text_action_t action,
                    bfd_vma offset,
                    int removed_bytes,
This page took 0.036368 seconds and 4 git commands to generate.