OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc
    from Rev 443 to Rev 444
    Reverse comparison

Rev 443 → Rev 444

/trunk/gnu-src/gcc-4.5.1/gcc/ChangeLog.or32
1,3 → 1,7
2010-12-10 Joern Rennecke <joern.rennecke@embecosm.com>
 
* config/or32/or32.c (TARGET_STRICT_ARGUMENT_NAMING): Overrride.
 
2010-11-18 Jeremy Bennett <jeremy.bennett@embecosm.com>
 
* config/or32/t-linux ($(T)crtbegin.o): Reverse out __dso_handle
/trunk/gnu-src/gcc-4.5.1/gcc/config/or32/or32.c
2205,6 → 2205,14
#undef TARGET_ASM_CAN_OUTPUT_MI_THUNK
#define TARGET_ASM_CAN_OUTPUT_MI_THUNK hook_bool_const_tree_hwi_hwi_const_tree_true
 
/* uClibc has some instances where (non-coforming to ISO C) a non-varargs
prototype is in scope when calling that function which is implemented
as varargs. We want this to work at least where none of the anonymous
arguments are used. I.e. we want the last named argument to be known
as named so it can be passed in a register, varars funtion or not. */
#undef TARGET_STRICT_ARGUMENT_NAMING
#define TARGET_STRICT_ARGUMENT_NAMING hook_bool_CUMULATIVE_ARGS_true
 
/* Trampoline stubs are yet to be written. */
/* #define TARGET_ASM_TRAMPOLINE_TEMPLATE */
/* #define TARGET_TRAMPOLINE_INIT */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.