projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c35dfbe
)
slight code improvement over previous delta
author
Nick Clifton
<nickc@redhat.com>
Wed, 1 Sep 1999 15:32:46 +0000
(15:32 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 1 Sep 1999 15:32:46 +0000
(15:32 +0000)
gas/config/tc-arm.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-arm.c
b/gas/config/tc-arm.c
index
92b3856
..
c6347a2
100644
(file)
--- a/
gas/config/tc-arm.c
+++ b/
gas/config/tc-arm.c
@@
-5182,9
+5182,10
@@
md_section_align (segment, size)
{
#ifdef OBJ_ELF
return size;
-#e
ndif
+#e
lse
/* Round all sects to multiple of 4 */
return (size + 3) & ~3;
+#endif
}
/* Under ELF we need to default _GLOBAL_OFFSET_TABLE. Otherwise