aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-06-23 22:52:14 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2003-06-23 22:52:14 +0200
commit89ce1c8f763e1c3485d97d3c8c74f75f94bf0e09 (patch)
treed7c9b0e8e53eafd5f6f0295ca3b1bf6241af32c5 /gcc/tree.h
parent11405c93c09fb95c29b83bb6d8dccb0bed0e4d89 (diff)
downloadgcc-89ce1c8f763e1c3485d97d3c8c74f75f94bf0e09.zip
gcc-89ce1c8f763e1c3485d97d3c8c74f75f94bf0e09.tar.gz
gcc-89ce1c8f763e1c3485d97d3c8c74f75f94bf0e09.tar.bz2
i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.
* config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF. * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31 mode, as it requires pic register loaded. * varasm.c (resolve_unique_section): Remove prototype. No longer static. * tree.h (resolve_unique_section): New prototype. cp/ * method.c (thunk_labelno): New variable. (make_alias_for_thunk): New function. (use_thunk): Use it if defined ASM_OUTPUT_DEF. Put the thunk into the same section as the function it is calling. Include gt-cp-method.h. * Make-lang.in (gt-cp-method.h): Depend on s-gtype. (cp/method.o): Depend on gt-cp-method.h. * config-lang.in (gtfiles): Add $(srcdir)/cp/method.c. From-SVN: r68389
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 26c79a8..93065c5 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2907,6 +2907,7 @@ extern int supports_one_only PARAMS ((void));
extern void variable_section PARAMS ((tree, int));
enum tls_model decl_tls_model PARAMS ((tree));
enum symbol_visibility decl_visibility PARAMS ((tree));
+extern void resolve_unique_section PARAMS ((tree, int, int));
/* In stmt.c */
extern void emit_nop PARAMS ((void));