New 2016 binutils ChangeLog files
[deliverable/binutils-gdb.git] / gas / config / tc-mn10200.c
index cabbcc106537cee667cd420f99cf6d59a0b7bea0..7e3e83570e9da7dad4f2561ec282ebd01006ad58 100644 (file)
@@ -676,7 +676,7 @@ valueT
 md_section_align (asection *seg, valueT addr)
 {
   int align = bfd_get_section_alignment (stdoutput, seg);
-  return ((addr + (1 << align) - 1) & (-1 << align));
+  return ((addr + (1 << align) - 1) & -(1 << align));
 }
 
 void
This page took 0.023075 seconds and 4 git commands to generate.