aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-11-04 02:47:36 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-11-04 02:47:36 +0000
commitc3fb23f4412328c8079c4990059f7217302ea0d4 (patch)
tree0dfe5d961b89870d3763a5eaeb8c9233b72e2fa4 /gcc/gcc.c
parent55710451f2f81d39b82472cfb3d7be7bd4ea98a2 (diff)
downloadgcc-c3fb23f4412328c8079c4990059f7217302ea0d4.zip
gcc-c3fb23f4412328c8079c4990059f7217302ea0d4.tar.gz
gcc-c3fb23f4412328c8079c4990059f7217302ea0d4.tar.bz2
Makefile.in (dbxout.o): Depend on function.h.
* Makefile.in (dbxout.o): Depend on function.h. * collect2.c (is_in_list): Hide unused function. * dbxout.c: Include function.h. (source_label_number, dbxout_source_line, dbxout_source_file, dbxout_function_end, dbxout_begin_function): Wrap/move inside macros controlling usage. * gcc.c (TARGET_EXECUTABLE_SUFFIX): Undef before defining. * output.h (exports_section): Prototype. From-SVN: r46759
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index c6bd8ed..2ae9706 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -97,6 +97,7 @@ extern int getrusage PARAMS ((int, struct rusage *));
#if defined(TARGET_EXECUTABLE_SUFFIX) && defined(HOST_EXECUTABLE_SUFFIX)
#define HAVE_TARGET_EXECUTABLE_SUFFIX
#else
+#undef TARGET_EXECUTABLE_SUFFIX
#define TARGET_EXECUTABLE_SUFFIX ""
#endif