aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-09 13:12:57 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-09 13:12:57 +0000
commitcc8a6dd09b7219289b0ceac611fc095fcde68153 (patch)
tree76b90b3715a4615f3d7322fb6df8d94751134f33 /gas/config/tc-h8300.c
parent2b9c82010f2544589cbc2b0fc435cd308f4cf20a (diff)
downloadbinutils-cc8a6dd09b7219289b0ceac611fc095fcde68153.zip
binutils-cc8a6dd09b7219289b0ceac611fc095fcde68153.tar.gz
binutils-cc8a6dd09b7219289b0ceac611fc095fcde68153.tar.bz2
* config/obj-coff.c: Fix formatting.
* config/obj-elf.c: Likewise. * config/tc-alpha.c: Likewise. * config/tc-arm.c: Likewise. * config/tc-d10v.c: Likewise. * config/tc-d30v.c: Likewise. * config/tc-h8300.c: Likewise. * config/tc-hppa.c: Likewise.
Diffstat (limited to 'gas/config/tc-h8300.c')
-rw-r--r--gas/config/tc-h8300.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c
index 940e6d6..5f973d7 100644
--- a/gas/config/tc-h8300.c
+++ b/gas/config/tc-h8300.c
@@ -1,6 +1,6 @@
/* tc-h8300.c -- Assemble code for the Hitachi H8/300
- Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001
- Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000,
+ 2001, 2002 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -1491,7 +1491,7 @@ md_section_align (seg, size)
valueT size;
{
return ((size + (1 << section_alignment[(int) seg]) - 1)
- & (-1 << section_alignment[(int) seg]));
+ & (-1 << section_alignment[(int) seg]));
}
#endif