public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: target/7623: SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT
@ 2002-08-17 21:08 zack
  0 siblings, 0 replies; 4+ messages in thread
From: zack @ 2002-08-17 21:08 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, william

Synopsis: SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT

State-Changed-From-To: open->analyzed
State-Changed-By: zack
State-Changed-When: Sat Aug 17 20:59:06 2002
State-Changed-Why:
    Submitter provided candidate patch.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7623


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: target/7623: SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT
@ 2002-10-23 11:17 rth
  0 siblings, 0 replies; 4+ messages in thread
From: rth @ 2002-10-23 11:17 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, robertl, william

Synopsis: SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT

State-Changed-From-To: analyzed->closed
State-Changed-By: rth
State-Changed-When: Wed Oct 23 11:17:19 2002
State-Changed-Why:
    http://gcc.gnu.org/ml/gcc/2002-10/msg01414.html

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7623


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: target/7623: SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT
@ 2002-08-17 23:26 zack
  0 siblings, 0 replies; 4+ messages in thread
From: zack @ 2002-08-17 23:26 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, robertl, william

Synopsis: SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT

Responsible-Changed-From-To: unassigned->robertl
Responsible-Changed-By: zack
Responsible-Changed-When: Sat Aug 17 21:08:02 2002
Responsible-Changed-Why:
    Assigning to SCO port maintainer.
    Note that this is a regression from 3.0.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7623


^ permalink raw reply	[flat|nested] 4+ messages in thread

* target/7623: SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT
@ 2002-08-17 16:15 william
  0 siblings, 0 replies; 4+ messages in thread
From: william @ 2002-08-17 16:15 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7623
>Category:       target
>Synopsis:       SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 17 16:06:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     William Bader
>Release:        gcc-3.1
>Organization:
>Environment:
SCO OpenServer 5.0.5, SCO dev sys
>Description:
gcc-3.1 builds under SCO OpenServer 5.0.5 using the SCO
dev sys fail with
"machmode.def: undefined symbol: BITS_PER_UNIT".
Reverting the ChangeLog entry below would probably fix
the problem.
> 2002-04-24  Robert Lipe  <robertlipe@usa.net>
>       * config/i386/sco5.h(i386.h, att.h): Eliminate double inclusion.
The ChangeLog for gcc-3.2 does not have any indications that
this has been fixed.
>How-To-Repeat:
Build gcc-3.1 under SCO OpenServer 5.0.5 with the SCO dev sys.
It will probably happen on all versions of SCO OpenServer 5.
>Fix:
I built gcc-3.2 using the patch below.

--- gcc-3.2/gcc/config.gcc      Tue Aug  6 11:20:55 2002
+++ bgcc-3.2/gcc/config.gcc     Thu Aug 15 16:18:59 2002
@@ -1400,17 +1400,17 @@
        tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
        if test x$enable_threads = xyes; then
          thread_file='rtems'
        fi
        ;;
 i[34567]86-*-sco3.2v5*)        # 80386 running SCO Open Server 5
        xm_defines=POSIX
        install_headers_dir=install-headers-cpio
-       tm_file=i386/sco5.h
+       tm_file="i386/i386.h i386/att.h i386/sco5.h"
        if test x$gas = xyes
        then
                tm_file="usegas.h ${tm_file}"
                tmake_file=i386/t-sco5gas
        else
                tmake_file=i386/t-sco5
        fi
        extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-23 18:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-17 21:08 target/7623: SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT zack
  -- strict thread matches above, loose matches on Subject: below --
2002-10-23 11:17 rth
2002-08-17 23:26 zack
2002-08-17 16:15 william

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).