Module Name: src
Committed By: rin
Date: Sat Oct 7 12:07:59 UTC 2023
Modified Files:
src/external/gpl3/gcc.old/dist/gcc/config/vax: vax.c
Log Message:
gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [15/21]
enable use of gas(1) directives to generate the CFI table.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 \
src/external/gpl3/gcc.old/dist/gcc/config/vax/vax.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc.old/dist/gcc/config/vax/vax.c
diff -u src/external/gpl3/gcc.old/dist/gcc/config/vax/vax.c:1.18 src/external/gpl3/gcc.old/dist/gcc/config/vax/vax.c:1.19
--- src/external/gpl3/gcc.old/dist/gcc/config/vax/vax.c:1.18 Sat Oct 7 12:07:37 2023
+++ src/external/gpl3/gcc.old/dist/gcc/config/vax/vax.c Sat Oct 7 12:07:59 2023
@@ -155,8 +155,6 @@ vax_option_override (void)
if (TARGET_G_FLOAT)
REAL_MODE_FORMAT (DFmode) = &vax_g_format;
- flag_dwarf2_cfi_asm = 0;
-
#ifdef SUBTARGET_OVERRIDE_OPTIONS
SUBTARGET_OVERRIDE_OPTIONS;
#endif