Ignore:
Timestamp:
01/25/09 17:20:17 (3 years ago)
Author:
debrouxl
Message:

Import GCC4TI Tools (formerly pctools of the TIGCC Tools Suite) with build scripts and preliminary Makefile (which always recompiles everything).
Remove the standalone ttpack + dependencies.

Location:
trunk/tigcc/tools
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tigcc/tools/ttstrip.c

    • Property svn:executable deleted
    r1307 r1308  
    11/****************************************************************************** 
    22* 
    3 * project name:    TIGCC Tools Suite 
     3* project name:    GCC4TI Tools (formerly TIGCC Tools Suite) 
    44* file name:       ttstrip.c 
    55* initial date:    13/08/2000 
     
    1010 
    1111/* 
    12   This file is part of ttstrip. 
     12  This file is part of GCC4TI Tools. 
    1313 
    1414  This file is free software; you can redistribute it and/or 
     
    4848#include "tt.h" 
    4949 
    50 #ifdef CVS_FILE_REVISION 
    51 #undef CVS_FILE_REVISION 
    52 #endif 
    53 //----------------------------------------------------------------------------- 
    54 // DON'T EDIT THE NEXT REVISION BY HAND! THIS IS DONE AUTOMATICALLY BY THE 
    55 // CVS SYSTEM !!! 
    56 //----------------------------------------------------------------------------- 
    57 #define CVS_FILE_REVISION "$Revision$" 
     50#ifdef FILE_REVISION 
     51#undef FILE_REVISION 
     52#endif 
     53#define FILE_REVISION "1.8" 
    5854 
    5955 
     
    174170//============================================================================= 
    175171// 
     172// Revision 1.8  2009/01/25           Lionel Debroux 
     173// Changes by Romain Liévin and/or me for 64-bit compatibility. 
     174// Adapt to new version display (revtools.h). 
     175// 
    176176// Revision 1.7  2002/03/14 08:59:47  tnussb 
    177177// (1) new flag "-quiet" added (suppress standard messages) 
Note: See TracChangeset for help on using the changeset viewer.