projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c73964b
)
(RTX_COSTS): rtx_cost should pass two parameters.
author
Stan Cox
<coxs@gnu.org>
Fri, 9 Aug 1996 20:51:08 +0000
(20:51 +0000)
committer
Stan Cox
<coxs@gnu.org>
Fri, 9 Aug 1996 20:51:08 +0000
(20:51 +0000)
From-SVN: r12607
gcc/config/i386/go32.h
patch
|
blob
|
history
diff --git
a/gcc/config/i386/go32.h
b/gcc/config/i386/go32.h
index e021bf780a8c50a3718165ce2d5c122829ce0cc7..68bb19ef9370b42dba13ab2ecc722fcdb942a8e8 100644
(file)
--- a/
gcc/config/i386/go32.h
+++ b/
gcc/config/i386/go32.h
@@
-61,6
+61,12
@@
dtor_section () \
fprintf (FILE, "\n"); \
} while (0)
+/* Allow (eg) __attribute__((section "locked")) to work */
+#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME)\
+ do { \
+ fprintf (FILE, "\t.section %s\n", NAME); \
+ } while (0)
+
/* This is how to output an assembler line
that says to advance the location counter
to a multiple of 2**LOG bytes. */