Module Name:    src
Committed By:   kalvisd
Date:           Sun Sep 29 14:31:00 UTC 2024

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/vax: vax.cc

Log Message:
gcc: vax: Revert "gcc/vax: XXX: Forcibly disable gas(1) directives for CFI 
table"

    GAS has been fixed - see fix for PR toolchain/43314

    OK rin@


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/dist/gcc/config/vax/vax.cc

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/dist/gcc/config/vax/vax.cc
diff -u src/external/gpl3/gcc/dist/gcc/config/vax/vax.cc:1.10 src/external/gpl3/gcc/dist/gcc/config/vax/vax.cc:1.11
--- src/external/gpl3/gcc/dist/gcc/config/vax/vax.cc:1.10	Sun Sep 29 14:24:38 2024
+++ src/external/gpl3/gcc/dist/gcc/config/vax/vax.cc	Sun Sep 29 14:31:00 2024
@@ -160,11 +160,6 @@ vax_option_override (void)
   if (TARGET_G_FLOAT)
     REAL_MODE_FORMAT (DFmode) = &vax_g_format;
 
-  /* XXX For NetBSD, disable gas(1) directives for CFI tables.
-     Otherwise, wired relocations occur for readonly section
-     `.eh_frame', by which libc.so cannot link.  */
-  flag_dwarf2_cfi_asm = 0;
-
 #ifdef SUBTARGET_OVERRIDE_OPTIONS
   SUBTARGET_OVERRIDE_OPTIONS;
 #endif

Reply via email to