aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorAjit Agarwal <ajitkum@xilinx.com>2014-05-17 15:12:38 +0000
committerMichael Eager <eager@gcc.gnu.org>2014-05-17 15:12:38 +0000
commit86498dbaae86f711a98ea020441562de84946879 (patch)
treeb594c0ab7cce86755578cc61bfda61439424797a /gcc/java
parenta0eaa08cebd801a6a1d340dfd71b0183c510f599 (diff)
downloadgcc-86498dbaae86f711a98ea020441562de84946879.zip
gcc-86498dbaae86f711a98ea020441562de84946879.tar.gz
gcc-86498dbaae86f711a98ea020441562de84946879.tar.bz2
ChangeLog:
2014-05-17 Ajit Agarwal <ajitkum@xilinx.com> * config/microblaze/microblaze.c (break_handler): New Declaration. (microblaze_break_function_p,microblaze_is_break_handler) : New functions. (compute_frame_size): use of microblaze_break_function_p. Add the test of break_handler. (microblaze_function_prologue) : Add the test of variable break_handler. Check the fnname by BREAK_HANDLER_NAME. (microblaze_function_epilogue) : Add the test of break_handler. (microblaze_globalize_label) : Add the test of break_handler. Check the name by BREAK_HANDLER_NAME. * config/microblaze/microblaze.h (BREAK_HANDLER_NAME) : New macro * config/microblaze/microblaze.md : (*<optab>,<optab>_internal): Add microblaze_is_break_handler () test. (call_internal1,call_value_intern) : Use of microblaze_break_function_p. Use of SYMBOL_REF_DECL. * config/microblaze/microblaze-protos.h (microblaze_break_function_p,microblaze_is_break_handler) : New Declaration. * testsuite/gcc.target/microblaze/others/break_handler.c : New. * doc/extend.texi( MicroBlaze break_handler Functions): Document new MicroBlaze break_handler functions. From-SVN: r210559
Diffstat (limited to 'gcc/java')
0 files changed, 0 insertions, 0 deletions