1. 21 Dec, 2000 7 commits
  2. 20 Dec, 2000 14 commits
  3. 19 Dec, 2000 17 commits
  4. 18 Dec, 2000 2 commits
    • config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING. · 9e9b9afe
      	* config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.
      	* tm.texi (EXIT_BODY): Update documentation.
      	* config/freebsd.h, config/netware.h, config/arm/coff.h,
      	config/arm/conix-elf.h, config/arm/unknown-elf.h,
      	config/d30v/d30v.h, config/mcore/mcore.h, config/pj/pj.h,
      	sparc/sp86x-aout.h: Remove definitions of HAVE_ATEXIT (some
      	commented out) and associated comments.
      
      f:
      	* com.c [VMS]: Remove definition of BSTRING.
      
      From-SVN: r38370
      Joseph Myers committed
    • c-common.c (STD_C9L, ADJ_STD): Define. · 20d380b1
      	* c-common.c (STD_C9L, ADJ_STD): Define.
      	(printf_length_specs, scanf_length_specs): Mark "ll" as standard
      	STD_C9L.
      	(T99_LL): Rename to T9L_LL.
      	(T99_ULL): Rename to T9L_ULL.
      	(print_char_table, scan_char_table): Use T9L_LL and T9L_ULL
      	instead of T99_LL and T99_ULL.
      	(check_format_info_main): Use ADJ_STD on all format standard
      	versions being compared.
      	* c-common.h: Declare warn_long_long.
      	* c-tree.h: Don't declare warn_long_long.
      
      cp:
      	* cp-tree.h: Don't declare warn_long_long.
      
      testsuite:
      	* gcc.dg/format-warnll-1.c: New test.
      
      From-SVN: r38369
      Joseph Myers committed