summaryrefslogtreecommitdiff
path: root/gcc/dwarf2asm.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-13 04:30:09 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-13 04:30:09 +0000
commit631413ffb804e5fbb59eef98fbfdddfd91e85629 (patch)
tree9cb53ce676b1db0e40a14c11f71adb621954cbb0 /gcc/dwarf2asm.h
parent6df8a9dd552113f43274ba4bf09830d2525ff4e9 (diff)
downloadgcc-631413ffb804e5fbb59eef98fbfdddfd91e85629.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42028 138bc75d-0d04-0410-961f-82ee72b054a4
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 4b663c99bc0..7f3baed0816 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));