aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-coff.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-06-10 14:07:12 +0000
committerAlan Modra <amodra@gmail.com>2001-06-10 14:07:12 +0000
commit5dd0794dca6376164c29977156282afc59b16388 (patch)
tree73cfc0079f3bd1a6c7c1d7329c380f1e12a16f04 /gas/config/obj-coff.c
parentb6a71ccaa16fe88ce84b5fbe4dffab340e92d6bd (diff)
downloadgdb-5dd0794dca6376164c29977156282afc59b16388.zip
gdb-5dd0794dca6376164c29977156282afc59b16388.tar.gz
gdb-5dd0794dca6376164c29977156282afc59b16388.tar.bz2
Branch hints for Pentium4 as insn modifiers, and some minor tweaks
to formatting.
Diffstat (limited to 'gas/config/obj-coff.c')
-rw-r--r--gas/config/obj-coff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c
index 84706cf..8de8c62 100644
--- a/gas/config/obj-coff.c
+++ b/gas/config/obj-coff.c
@@ -1493,8 +1493,8 @@ obj_coff_section (ignore)
{
/* This section's attributes have already been set. Warn if the
attributes don't match. */
- flagword matchflags = SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE
- | SEC_DATA | SEC_SHARED | SEC_NEVER_LOAD;
+ flagword matchflags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE
+ | SEC_DATA | SEC_SHARED | SEC_NEVER_LOAD);
if ((flags ^ oldflags) & matchflags)
as_warn (_("Ignoring changed section attributes for %s"), name);
}