diff options
author | Florian Weimer <fweimer@redhat.com> | 2023-01-03 16:47:31 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-01-03 16:47:31 +0100 |
commit | d010efbfb89721bc9ca9e657e980ff0d8e6187af (patch) | |
tree | dd4120fdd100912a15f98dafd9688b3660f1ab05 /gcc/debug.h | |
parent | 96127a4100e8a62c3dc009b5f06199bf24275bf3 (diff) | |
download | gcc-d010efbfb89721bc9ca9e657e980ff0d8e6187af.zip gcc-d010efbfb89721bc9ca9e657e980ff0d8e6187af.tar.gz gcc-d010efbfb89721bc9ca9e657e980ff0d8e6187af.tar.bz2 |
Revert "Define __LIBGCC_DWARF_REG_SIZES_CONSTANT__ if DWARF register size is constant"
This reverts commit 97bbdb726aba76ead550e25061029cf0aa78671b.
Diffstat (limited to 'gcc/debug.h')
-rw-r--r-- | gcc/debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/debug.h b/gcc/debug.h index 4fe9f35..799d5e3 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -245,8 +245,6 @@ extern const struct gcc_debug_hooks vmsdbg_debug_hooks; /* Dwarf2 frame information. */ -extern int dwarf_reg_sizes_constant (); - extern void dwarf2out_begin_prologue (unsigned int, unsigned int, const char *); extern void dwarf2out_vms_end_prologue (unsigned int, const char *); |