Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/dist/gnulib/import Remote -O0 hack for alp...
details: https://anonhg.NetBSD.org/src/rev/dd8400a545fb
branches: trunk
changeset: 984416:dd8400a545fb
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Jul 06 12:41:00 2021 +0000
description:
Remote -O0 hack for alpha; root cause has been addressed.
diffstat:
external/gpl3/gdb/dist/gnulib/import/canonicalize-lgpl.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diffs (17 lines):
diff -r e6ff2bff0e96 -r dd8400a545fb external/gpl3/gdb/dist/gnulib/import/canonicalize-lgpl.c
--- a/external/gpl3/gdb/dist/gnulib/import/canonicalize-lgpl.c Tue Jul 06 12:40:24 2021 +0000
+++ b/external/gpl3/gdb/dist/gnulib/import/canonicalize-lgpl.c Tue Jul 06 12:41:00 2021 +0000
@@ -114,13 +114,6 @@
holds the same value as the value returned. */
char *
-#ifdef __alpha__
-/*
- * toolchain/56153
- * GCC 10 and 9 miscompile malloca() macro for alpha.
- */
-__attribute__((optimize("O0")))
-#endif
__realpath (const char *name, char *resolved)
{
char *rpath, *dest, *extra_buf = NULL;
Home |
Main Index |
Thread Index |
Old Index