summaryrefslogtreecommitdiff
path: root/bfd/elf32-xtensa.c
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2004-11-19 00:28:58 +0000
committerBob Wilson <bob.wilson@acm.org>2004-11-19 00:28:58 +0000
commit690d211be8f772875c836ddc749be6d58439145f (patch)
tree842ce18e5c4484033fd982f2bc363a36e978736a /bfd/elf32-xtensa.c
parent7eb285d692c227861a662a11051bafb59d04744e (diff)
downloadbinutils-redhat-690d211be8f772875c836ddc749be6d58439145f.tar.gz
* elf32-xtensa.c (ebb_propose_action): Fix argument order.
Diffstat (limited to 'bfd/elf32-xtensa.c')
-rw-r--r--bfd/elf32-xtensa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c
index f3eba9fe03..e6015e59f0 100644
--- a/bfd/elf32-xtensa.c
+++ b/bfd/elf32-xtensa.c
@@ -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,