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]

GCC-H8300: remove obsolete release info



It looks like the H8/300 port contains a reference to a GNUpro release.
This patch removes it to avoid confusion.

Wed Mar 28 14:56:11 PST 2001  Toshiyasu Morita  (toshiyasu.morita@hsa.hitachi.com)

	* config/h8300/h8300.c (asm_file_start): Remove reference to "release F-1"

*** h8300.c.bak	Wed Mar 28 14:50:11 2001
--- h8300.c	Wed Mar 28 14:50:30 2001
***************
*** 465,471 ****
  {
    fprintf (file, ";\tGCC For the Hitachi H8/300\n");
    fprintf (file, ";\tBy Hitachi America Ltd and Cygnus Support\n");
-   fprintf (file, ";\trelease F-1\n");
    if (optimize)
      fprintf (file, "; -O%d\n", optimize);
    if (TARGET_H8300H)
--- 465,470 ----



Toshi


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