re PR target/14454 (virtual function with vararg won't compile)
[gcc.git] / gcc / ChangeLog
index 3ecb5864eddc99f3e2bb912d56d39b50f70ec5d8..923175c1f7f0b4ec4f5dce79a6d95532e9d62024 100644 (file)
@@ -1,3 +1,19 @@
+2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR target/14454
+       * config/sparc/sparc.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Set to
+       sparc_can_output_mi_thunk.
+       (sparc_output_mi_thunk): Simplify handling of delta offset.  Add
+       handling of vcall offset.
+       (sparc_can_output_mi_thunk): New predicate.
+       * doc/tm.texi (TARGET_ASM_OUTPUT_MI_THUNK): Document VCALL_OFFSET.
+       (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Delete.
+       (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New target hook.
+
+       * config/sparc/sparc.c (emit_and_preserve): Preserve stack alignment.
+
+       * config/sparc/sparc.md (movdi): Remove redundant test.
+
 2004-10-13  Paolo Bonzini  <bonzini@gnu.org>
 
        * tree-dump.c (dump_options): Remove TDF_TREE, TDF_RTL,