Module Name: src Committed By: thorpej Date: Tue Jul 6 12:41:00 UTC 2021
Modified Files: src/external/gpl3/gdb/dist/gnulib/import: canonicalize-lgpl.c Log Message: Remote -O0 hack for alpha; root cause has been addressed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gdb/dist/gnulib/import/canonicalize-lgpl.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/gdb/dist/gnulib/import/canonicalize-lgpl.c diff -u src/external/gpl3/gdb/dist/gnulib/import/canonicalize-lgpl.c:1.2 src/external/gpl3/gdb/dist/gnulib/import/canonicalize-lgpl.c:1.3 --- src/external/gpl3/gdb/dist/gnulib/import/canonicalize-lgpl.c:1.2 Sat May 8 12:23:47 2021 +++ src/external/gpl3/gdb/dist/gnulib/import/canonicalize-lgpl.c Tue Jul 6 12:41:00 2021 @@ -114,13 +114,6 @@ alloc_failed (void) 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;