projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8255ed6
)
(JUMP_TABLES_IN_TEXT_SECTION): Define.
author
Jim Wilson
<wilson@gcc.gnu.org>
Tue, 5 Mar 1996 20:29:06 +0000
(12:29 -0800)
committer
Jim Wilson
<wilson@gcc.gnu.org>
Tue, 5 Mar 1996 20:29:06 +0000
(12:29 -0800)
From-SVN: r11460
gcc/config/sh/sh.h
patch
|
blob
|
history
diff --git
a/gcc/config/sh/sh.h
b/gcc/config/sh/sh.h
index 6f260fccc1aabd3f3e3d1e09eab49422ecad300a..3d22f89d3d0865371b926cb6bcce7a2c8f08b5fd 100644
(file)
--- a/
gcc/config/sh/sh.h
+++ b/
gcc/config/sh/sh.h
@@
-1267,6
+1267,10
@@
dtors_section() \
} \
}
+/* Define this so that jump tables go in same section as the current function,
+ which could be text or it could be a user defined section. */
+#define JUMP_TABLES_IN_TEXT_SECTION
+
/* A C statement to output something to the assembler file to switch to section
NAME for object DECL which is either a FUNCTION_DECL, a VAR_DECL or
NULL_TREE. Some target formats do not support arbitrary sections. Do not