This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Disabling bprob.exp for H8*


Hi All,

Following is a patch for disabling the bprob tests 
for H8* targets.

The H8* targets do not have Profiling support.

Tested for h8300-elf targets.

Thanks and Regards,

Venky

Tested with :

[venkat@peacock objs]$ h8300-elf-gcc -v
Reading specs from
/export/venkat/gcc_release_3_3/h8300-elf/tools/lib/gcc-lib/h8300-elf/3.3/spe
cs
Configured with: /home/venkat/GCC_RELEASE/configure --target=h8300-elf
--prefix=/export/venkat/gcc_release_3_3/h8300-elf/tools --enable-languages=c
--with-newlib --with-headers=/home/GCC_RELEASE/newlib/libc/include/
Thread model: single
gcc version 3.3 20030127 (prerelease)

------------------------- Change Log entry --------------------------------

2003-02-03  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>

        * gcc.misc-tests/bprob.exp : Disable test cases for H8*-*-*
        as profiling options are not supported.

----------------------------- Patch ---------------------------------------

*** gcc/testsuite/gcc.misc-tests/bprob.exp.original     Thu Jan 30 17:25:28
2003
--- gcc/testsuite/gcc.misc-tests/bprob.exp.modified     Fri Jan 31 14:46:05
2003
***************
*** 20,26 ****
  # Some targets don't have any implementation of __bb_init_func or are
  # missing other needed machinery.
  if { [istarget mmix-*-*]
!      || [istarget cris-*-*] } {
      return
  }

--- 20,27 ----
  # Some targets don't have any implementation of __bb_init_func or are
  # missing other needed machinery.
  if { [istarget mmix-*-*]
!      || [istarget cris-*-*]
!      || [istarget h8*-*-*] } {
      return
  }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]