diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-07-28 16:08:54 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-07-28 16:08:54 +0000 |
commit | 63bc1d05cc767f4ba9e7b2799927fb9e51aa409e (patch) | |
tree | 734e96f3da18c93c6b7322e5540e77ed92beff78 /gcc/dwarf2out.c | |
parent | 60dd1b7be977f07cfddcc7a501db2874a2cd6ca3 (diff) | |
download | gcc-63bc1d05cc767f4ba9e7b2799927fb9e51aa409e.zip gcc-63bc1d05cc767f4ba9e7b2799927fb9e51aa409e.tar.gz gcc-63bc1d05cc767f4ba9e7b2799927fb9e51aa409e.tar.bz2 |
dwarf2out.c: Indent #error directive.
* dwarf2out.c: Indent #error directive.
* gbl-ctors.h: Fix typo in comment.
(__do_global_ctors): Prototype.
* gcse.c (record_one_set, pre_delete): Remove unused variables.
* rs6000.c (rs6000_maybe_dead): Delete unused prototype.
(print_operand): Initialize variable `t'.
From-SVN: r35319
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 8918783..31c66a7 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -465,7 +465,7 @@ static void def_cfa_1 PARAMS ((const char *, dw_cfa_location *)); .debug_frame. But we know it won't work for .debug_info. */ #ifdef DWARF2_DEBUGGING_INFO -#error DWARF2_DEBUGGING_INFO requires UNALIGNED_INT_ASM_OP. + #error DWARF2_DEBUGGING_INFO requires UNALIGNED_INT_ASM_OP. #endif #ifndef ASM_OUTPUT_DWARF_ADDR |