]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
darwin.h (WARN_FOUR_CHAR_CONSTANTS): Remove, never used.
authorStan Shebs <shebs@apple.com>
Tue, 3 Sep 2002 20:09:18 +0000 (20:09 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Tue, 3 Sep 2002 20:09:18 +0000 (20:09 +0000)
        * 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.

From-SVN: r56768

gcc/ChangeLog
gcc/config/darwin.h

index c393be4dc3cbf49b933ff938daaa00cfc20935f2..470d381e264e19827544e25253707b14f1b04053 100644 (file)
@@ -1,3 +1,10 @@
+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
index 61cbcd8e19101bde0c235af5e0c29e1e9a5f8695..ba7cb66cc22609b7d6ecf51db4ee1c1c7fd3f8d4 100644 (file)
@@ -78,11 +78,6 @@ Boston, MA 02111-1307, USA.  */
 #undef DEFAULT_PCC_STRUCT_RETURN
 #define DEFAULT_PCC_STRUCT_RETURN 0
 
-/* Don't warn about MacOS-style 'APPL' four-char-constants.  */
-
-#undef WARN_FOUR_CHAR_CONSTANTS
-#define WARN_FOUR_CHAR_CONSTANTS 0
-
 /* Machine dependent cpp options.  */
 
 #undef CPP_SPEC
@@ -107,12 +102,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define DBX_DEBUGGING_INFO 1
 
-/* Also enable Dwarf 2 as an option.  */
-
-#define DWARF2_DEBUGGING_INFO 1
-
-#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
-
 /* When generating stabs debugging, use N_BINCL entries.  */
 
 #define DBX_USE_BINCL
@@ -282,11 +271,6 @@ do { text_section ();                                                      \
       machopic_define_name (NAME);                                     \
   } while (0)
 
-/* Output nothing for #ident.  */
-
-#undef ASM_OUTPUT_IDENT
-#define ASM_OUTPUT_IDENT(FILE, NAME)
-
 /* The maximum alignment which the object file format can support.
    For Mach-O, this is 2^15.  */