OSDN Git Service

2002-09-03 Janis Johnson <janis187@us.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 5d23406..4f9ed3c 100644 (file)
@@ -1,3 +1,82 @@
+2002-09-03  Janis Johnson  <janis187@us.ibm.com>
+
+       * Makefile.in (TEXI_GCC_FILES): Add compat.texi.
+       * doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and
+       include its file, compat.texi.
+       * doc/compat.texi: New file with new chapter, Binary Compatibility.
+
+2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
+
+       Debian BTS Bug #157416
+       * cpphash.h (FIRST, LAST, CUR, RLIMIT): Fix definitions.
+       * cpplib.c (destringize_and_run): Kludge around getting
+       tokens from in-progress macros.
+       (_cpp_do__Pragma): Simplify.
+
+2002-09-03  Steve Ellcey  <sje@cup.hp.com>
+
+       * config/ia64/ia64.h (EXTRA_SPECS): Remove cpp_cpu.
+       (CPP_CPU_SPEC): Remove.
+       (TARGET_CPU_CPP_BUILTINS): New.
+       * config/ia64/hpux.h (CPP_PREDEFINES): Remove.
+       (CPP_SPEC): Remove.
+       (TARGET_OS_CPP_BUILTINS): New.
+       * config/ia64/linux.h (CPP_PREDEFINES): Remove.
+       (TARGET_OS_CPP_BUILTINS): New.
+       * config/ia64/aix.h (CPP_SPEC): Move some stuff to
+       TARGET_OS_CPP_BUILTINS.
+       (CPP_PREDEFINES): Remove.
+       (CPLUSPLUS_CPP_SPEC): Remove.
+       (TARGET_OS_CPP_BUILTINS): New.
+
+2002-09-03  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (USER_H): Add ginclude/float.h.
+       (FLOAT_H): Remove.
+       (stmp-int-hdrs, install-mkheaders): Don't handle FLOAT_H.
+       (mostlyclean): Don't remove float.h intermediate files.
+       (distclean): Don't remove float.h.
+       * config.gcc: Remove all float_format references.
+       * configure.in (float_format, float_h_file): Remove.
+
+       * c-common.c: Include tree-inline.h.
+       (builtin_define_with_int_value): New.
+       (builtin_define_type_precision): Use it.
+       (builtin_define_float_constants): New.
+       (cb_register_builtins): Use it.  Define __FLT_RADIX__ and
+       __FLT_EVAL_METHOD__.
+       * defaults.h (TARGET_FLT_EVAL_METHOD): New.
+       * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): New.
+       * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): New.
+       * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Mention moto 96-bit format.
+       (TARGET_FLT_EVAL_METHOD): New.
+
+       * config/float-c4x.h, config/float-i128.h, config/float-i32.h,
+       config/float-i386.h, config/float-i64.h, config/float-m68k.h,
+       config/float-sh.h, config/float-sparc.h, config/float-vax.h: Remove.
+       * ginclude/float.h: New.
+
+2002-09-03  Stan Shebs  <shebs@apple.com>
+
+       * config/darwin.h (WARN_FOUR_CHAR_CONSTANTS): Remove, never used.
+       (DWARF2_DEBUGGING_INFO): Remove until assembler accepts Dwarf-2.
+       (PREFERRED_DEBUGGING_TYPE): Ditto.
+       (ASM_OUTPUT_IDENT): Remove empty definition.
+
+2002-09-03  Steve Ellcey  <sje@cup.hp.com>
+
+       * config.gcc (ia64*-*-hpux*): Add ia64-c.o to c_target and
+       cxx_target.
+       * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Register pragma
+       handling routine for builtin pragma.
+       * config/ia64/ia64-protos.h (ia64_hpux_handle_builtin_pragma):
+       Registered pragma handling routine.
+       * ia64-c.c (ia64_hpux_handle_builtin_pragma): Ditto.
+       (ia64_hpux_add_pragma_builtin) New subroutine used by above.
+       If builtin pragma seen for math routine and C89 conformance is
+       requested use different math function in order to set errno.
+       * t-ia64 (ia64-c.o): Add new rule for new file.
+
 2002-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/s390.md ("movti"): Add Q->Q alternative.