Update of /cvsroot/linux-vax/toolchain/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5828
Modified Files:
gcc-000006-urem-udiv.patch
Log Message:
- Remove write_symbols clearing from one patch. It's already in a
different one and came here when I fucked up rediffing...
Index: gcc-000006-urem-udiv.patch
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/patches/gcc-000006-urem-udiv.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gcc-000006-urem-udiv.patch 9 Dec 2005 21:46:18 -0000 1.3
+++ gcc-000006-urem-udiv.patch 11 Dec 2005 20:30:52 -0000 1.4
@@ -175,20 +175,6 @@
#undef TARGET_ASM_OUTPUT_MI_THUNK
#define TARGET_ASM_OUTPUT_MI_THUNK vax_output_mi_thunk
-@@ -98,6 +102,13 @@ override_options (void)
- /* We're VAX floating point, not IEEE floating point. */
- if (TARGET_G_FLOAT)
- REAL_MODE_FORMAT (DFmode) = &vax_g_format;
-+
-+ if (write_symbols != NO_DEBUG)
-+ {
-+ warning (0, "-g is only supported when using GAS on this processor,");
-+ warning (0, "-g option disabled");
-+ write_symbols = NO_DEBUG;
-+ }
- }
-
- /* Generate the assembly code for function entry. FILE is a stdio
@@ -155,6 +166,7 @@ vax_file_start (void)
fprintf (asm_out_file, "___vax_%c_doubles:\n", ASM_DOUBLE_CHAR);
}
|