diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-11-04 02:47:36 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-11-04 02:47:36 +0000 |
commit | c3fb23f4412328c8079c4990059f7217302ea0d4 (patch) | |
tree | 0dfe5d961b89870d3763a5eaeb8c9233b72e2fa4 /gcc/output.h | |
parent | 55710451f2f81d39b82472cfb3d7be7bd4ea98a2 (diff) | |
download | gcc-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/output.h')
-rw-r--r-- | gcc/output.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index 3923325..dc2a698 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -190,6 +190,10 @@ extern void init_section PARAMS ((void)); extern void fini_section PARAMS ((void)); #endif +#ifdef EXPORTS_SECTION_ASM_OP +extern void exports_section PARAMS ((void)); +#endif + #ifdef TDESC_SECTION_ASM_OP extern void tdesc_section PARAMS ((void)); #endif |