Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Remove obsoleted ia64 gcc 4.5.3 hacks



details:   https://anonhg.NetBSD.org/src/rev/4fd792b9dd6a
branches:  trunk
changeset: 840346:4fd792b9dd6a
user:      scole <scole%NetBSD.org@localhost>
date:      Wed Apr 03 20:34:18 2019 +0000

description:
Remove obsoleted ia64 gcc 4.5.3 hacks

diffstat:

 doc/HACKS |  38 +-------------------------------------
 1 files changed, 1 insertions(+), 37 deletions(-)

diffs (52 lines):

diff -r 54a7e17da3e8 -r 4fd792b9dd6a doc/HACKS
--- a/doc/HACKS Wed Apr 03 19:52:38 2019 +0000
+++ b/doc/HACKS Wed Apr 03 20:34:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.187 2017/04/09 19:02:23 scole Exp $
+# $NetBSD: HACKS,v 1.188 2019/04/03 20:34:18 scole Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -811,42 +811,6 @@
 
 port   ia64
 
-       hack    libc hesiod.c file does not compile with -O2 (internal
-               compiler error in gcc 4.5.3)
-       cdate   Thu Dec 27 08:05:43 CET 2012
-       who     martin
-       file    src/lib/libc/net/Makefile.inc: 1.82
-       descr
-               workaround for:
-               {standard input}: Assembler messages:
-               {standard input}:1507: Warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 15
-               {standard input}:1506: Warning: This is the location of the conflicting usage
-               {standard input}: Error: 2 warnings, treating warnings as errors
-       kcah
-
-       hack    libelf libelf_extended.c compiler error in gcc 4.5.3
-       cdate   Thu Dec 27 09:05:51 CET 2012
-       who     martin
-       file    src/external/bsd/libelf/lib/Makefile: 1.3
-       descr
-               workaround for:
-               {standard input}: Assembler messages:
-               {standard input}:87: Warning: Use of 'adds' may violate RAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 33
-               {standard input}:87: Warning: Only the first path encountering the conflict is reported
-               {standard input}:85: Warning: This is the location of the conflicting usage
-       kcah
-
-       hack    compiler error with gcc 4.5.x
-       cdate   Thu Dec 27 15:15:25 CET 2012
-       who     martin
-       file    src/crypto/external/bsd/netpgp/lib/verify/Makefile: 1.5
-       descr
-               workaround for:
-               {standard input}: Assembler messages:
-               {standard input}:22979: Warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 8
-               {standard input}:22978: Warning: This is the location of the conflicting usage
-       kcah
-
        hack    libgcc unwind dummy function
        cdate   Fri Apr 17 14:31:03 CEST 2015
        who     martin



Home | Main Index | Thread Index | Old Index