aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2002-09-03 20:09:18 +0000
committerStan Shebs <shebs@gcc.gnu.org>2002-09-03 20:09:18 +0000
commit527347f04d1d1229e4d2e96c207d7df66caa4df3 (patch)
tree289507c70e110b8d147375328cec86e347ee1376 /gcc/config
parent34c1864f43b925cb887280b1ade857b75f4ed91f (diff)
downloadgcc-527347f04d1d1229e4d2e96c207d7df66caa4df3.zip
gcc-527347f04d1d1229e4d2e96c207d7df66caa4df3.tar.gz
gcc-527347f04d1d1229e4d2e96c207d7df66caa4df3.tar.bz2
darwin.h (WARN_FOUR_CHAR_CONSTANTS): Remove, never used.
* 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
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/darwin.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index 61cbcd8..ba7cb66 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -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. */