aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2asm.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-05-12 21:30:09 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-05-12 21:30:09 -0700
commitb627d6fe5d17bab51971acf505bb545cf31ff3a5 (patch)
tree9cb53ce676b1db0e40a14c11f71adb621954cbb0 /gcc/dwarf2asm.h
parent1f730ff7b674c4309a3684f9e7f901ccf01da9c7 (diff)
downloadgcc-b627d6fe5d17bab51971acf505bb545cf31ff3a5.zip
gcc-b627d6fe5d17bab51971acf505bb545cf31ff3a5.tar.gz
gcc-b627d6fe5d17bab51971acf505bb545cf31ff3a5.tar.bz2
dwarf2asm.c (size_of_encoded_value): New function.
* dwarf2asm.c (size_of_encoded_value): New function. * dwarf2asm.h: Declare it. * except.c (output_function_exception_table): Align the TType array only as wide as the encoding. From-SVN: r42028
Diffstat (limited to 'gcc/dwarf2asm.h')
-rw-r--r--gcc/dwarf2asm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2asm.h b/gcc/dwarf2asm.h
index 4b663c9..7f3baed 100644
--- a/gcc/dwarf2asm.h
+++ b/gcc/dwarf2asm.h
@@ -72,5 +72,6 @@ extern void dw2_asm_output_delta_sleb128 PARAMS ((const char *, const char *,
extern int size_of_uleb128 PARAMS ((unsigned HOST_WIDE_INT));
extern int size_of_sleb128 PARAMS ((HOST_WIDE_INT));
+extern int size_of_encoded_value PARAMS ((int));
extern void dw2_output_indirect_constants PARAMS ((void));