aboutsummaryrefslogtreecommitdiff
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
commit288f74fae975740b6219cf135110bc3e2f4bb05a (patch)
treea5a569b76cdc3658735f573257ba0bb4a4a467ff /bfd/elf32-xtensa.c
parentc457f63246ef0d09d8c0475f2e71ada412e738aa (diff)
downloadgdb-288f74fae975740b6219cf135110bc3e2f4bb05a.zip
gdb-288f74fae975740b6219cf135110bc3e2f4bb05a.tar.gz
gdb-288f74fae975740b6219cf135110bc3e2f4bb05a.tar.bz2
* 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 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,