aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>1998-05-23 23:14:57 +0000
committerJeff Law <law@gcc.gnu.org>1998-05-23 17:14:57 -0600
commit7a87758dfbca714549ef95a92ed7657622949dec (patch)
tree2486de3a2e21e97b2f61dbd1f3989688d1e5700f /gcc/dwarfout.c
parent10ad38cac074de11205eb7c9981135780a53df07 (diff)
downloadgcc-7a87758dfbca714549ef95a92ed7657622949dec.zip
gcc-7a87758dfbca714549ef95a92ed7657622949dec.tar.gz
gcc-7a87758dfbca714549ef95a92ed7657622949dec.tar.bz2
m68k.h: Declare more functions used in macros.
* m68k.h: Declare more functions used in macros. (REG_CLASS_CONTENTS): Completely embrace initializer. * m68k.md (adddi3, subdi3): Add abort call to avoid warning about returning no value. * cse.c (find_best_addr): Declare p and found_better only if needed. * dbxout.c (dbxout_continue): Define only if DBX_CONTIN_LENGTH > 0. * dwarfout.c (string_length_attribute): #if 0 away. * function.c (expand_function_end): Define varible blktramp only if needed. * jump.c (find_insert_position): Define only if !HAVE_cc0. * loop.c (combine_givs_p): Define variable tem only if needed. * real.c: Comment out unused functions eabs, eround, e{24,53,64,113}toasc and eiinfin. From-SVN: r19998
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index ce9df47..c4bfc63 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -362,7 +362,9 @@ static inline void body_begin_attribute PROTO((char *));
static inline void body_end_attribute PROTO((char *));
static inline void language_attribute PROTO((unsigned));
static inline void member_attribute PROTO((tree));
+#if 0
static inline void string_length_attribute PROTO((tree));
+#endif
static inline void comp_dir_attribute PROTO((char *));
static inline void sf_names_attribute PROTO((char *));
static inline void src_info_attribute PROTO((char *));
@@ -2875,6 +2877,7 @@ member_attribute (context)
}
}
+#if 0
static inline void
string_length_attribute (upper_bound)
register tree upper_bound;
@@ -2890,6 +2893,7 @@ string_length_attribute (upper_bound)
output_bound_representation (upper_bound, 0, 'u');
ASM_OUTPUT_LABEL (asm_out_file, end_label);
}
+#endif
static inline void
comp_dir_attribute (dirname)