blob: 464aa6885589c9808a02cebe4fe90ab2fb7de088 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bv,v 1.2 2002/03/28 10:11:54 jmc Exp $
--- ../gcc-2.95.3/gcc/dwarf2out.c.orig 2001/04/23 11:58:11 1.1.1.2
+++ ../gcc-2.95.3/gcc/dwarf2out.c 2001/12/07 02:40:36 1.2
@@ -1801,6 +1801,7 @@
}
fputc ('\n', asm_out_file);
+ ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
ASM_OUTPUT_DWARF_ADDR (asm_out_file, "__EXCEPTION_TABLE__");
if (flag_debug_asm)
fprintf (asm_out_file, "\t%s pointer to exception region info",
|