From 288f74fae975740b6219cf135110bc3e2f4bb05a Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 19 Nov 2004 00:28:58 +0000 Subject: [PATCH] * elf32-xtensa.c (ebb_propose_action): Fix argument order. --- bfd/ChangeLog | 4 ++++ bfd/elf32-xtensa.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6d0cf3f..376926e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-11-18 Bob Wilson + + * elf32-xtensa.c (ebb_propose_action): Fix argument order. + 2004-11-17 Daniel Jacobowitz * elf32-arm.c (PLT_THUMB_STUB_SIZE): Define. diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c index f3eba9f..e6015e5 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, -- 2.7.4