diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-20 15:27:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-20 15:27:02 +0000 |
commit | 5f9084e9c2b99e4f8a56b62868116269e4f7ec63 (patch) | |
tree | 9a65159fe76d305bdcf3adf11673cd9de4579e12 /gas/config | |
parent | 3f6da7220654ac586c2322e1d005d72cc4372b23 (diff) | |
download | gdb-5f9084e9c2b99e4f8a56b62868116269e4f7ec63.zip gdb-5f9084e9c2b99e4f8a56b62868116269e4f7ec63.tar.gz gdb-5f9084e9c2b99e4f8a56b62868116269e4f7ec63.tar.bz2 |
(get_aligned_diff): Change type of branch_align to offsetT so that its
signedness matches that of target_size.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-xtensa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index 4e7524d..62277ad 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -8179,7 +8179,7 @@ get_aligned_diff (fragS *fragP, addressT address, offsetT *max_diff) bfd_boolean is_loop; int align_power; offsetT opt_diff; - addressT branch_align; + offsetT branch_align; assert (fragP->fr_type == rs_machine_dependent); switch (fragP->fr_subtype) |