public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
@ 2003-08-21 23:16 dhazeghi at yahoo dot com
  2003-08-21 23:23 ` [Bug bootstrap/12027] " pinskia at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-21 23:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027

           Summary: sparclite-coff build fails with INIT_SECTION_ASM_OP'
                    undeclared
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dhazeghi at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: sparclite-coff

Configure with: ../combined/configure --target=sparclite-coff --enable-languages=c,c+4,objc; 
make

/usr/bin/gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-
prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H    
-I. -I. -I../../combined/gcc -I../../combined/gcc/. -I../../combined/gcc/config -I../../combined/
gcc/../include  ../../combined/gcc/varasm.c -o varasm.o
../../combined/gcc/varasm.c:223: warning: function declaration isn't a prototype
../../combined/gcc/varasm.c: In function `init_section':
../../combined/gcc/varasm.c:223: `INIT_SECTION_ASM_OP' undeclared (first use in this function)
../../combined/gcc/varasm.c:223: (Each undeclared identifier is reported only once
../../combined/gcc/varasm.c:223: for each function it appears in.)

INIT_SECTION_ASM_OP is clearly undefined in sparc/litecoff.h . Note certain


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

* [Bug bootstrap/12027] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
@ 2003-08-21 23:23 ` pinskia at gcc dot gnu dot org
  2003-08-21 23:55 ` dhazeghi at yahoo dot com
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-21 23:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-21 23:23 -------
Related to bug 8909 and bug 10847.


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

* [Bug bootstrap/12027] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
  2003-08-21 23:23 ` [Bug bootstrap/12027] " pinskia at gcc dot gnu dot org
@ 2003-08-21 23:55 ` dhazeghi at yahoo dot com
  2003-08-23 17:26 ` [Bug bootstrap/12027] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-21 23:55 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|sparclite-coff              |sparclite-coff, sparclite-
                   |                            |elf


------- Additional Comments From dhazeghi at yahoo dot com  2003-08-21 23:55 -------
Ditto for sparclite-elf.


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

* [Bug bootstrap/12027] [3.3/3.4 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
  2003-08-21 23:23 ` [Bug bootstrap/12027] " pinskia at gcc dot gnu dot org
  2003-08-21 23:55 ` dhazeghi at yahoo dot com
@ 2003-08-23 17:26 ` pinskia at gcc dot gnu dot org
  2003-11-26 17:34 ` pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-23 17:26 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|sparclite-coff build fails  |[3.3/3.4 Regression]
                   |with INIT_SECTION_ASM_OP'   |sparclite-coff build fails
                   |undeclared                  |with INIT_SECTION_ASM_OP'
                   |                            |undeclared


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-23 17:26 -------
This is a regression from when the sparc targets got reorginized (forgot when).


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

* [Bug bootstrap/12027] [3.3/3.4 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (2 preceding siblings ...)
  2003-08-23 17:26 ` [Bug bootstrap/12027] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2003-11-26 17:34 ` pinskia at gcc dot gnu dot org
  2003-12-28  3:10 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-26 17:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-26 17:34 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-26 17:34:19
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug bootstrap/12027] [3.3/3.4 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (3 preceding siblings ...)
  2003-11-26 17:34 ` pinskia at gcc dot gnu dot org
@ 2003-12-28  3:10 ` pinskia at gcc dot gnu dot org
  2003-12-28 20:35 ` dhazeghi at yahoo dot com
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-28  3:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-28 03:02 -------
Not a major target and it has been broken since at least 3.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug bootstrap/12027] [3.3/3.4 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (4 preceding siblings ...)
  2003-12-28  3:10 ` pinskia at gcc dot gnu dot org
@ 2003-12-28 20:35 ` dhazeghi at yahoo dot com
  2004-01-11  1:35 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-28 20:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2003-12-28 16:13 -------
Agreed. Indeed, since nobody else seems to have mentined the breakage, I'd sat there's a good 
case for deprecating/removing the port.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug bootstrap/12027] [3.3/3.4 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (5 preceding siblings ...)
  2003-12-28 20:35 ` dhazeghi at yahoo dot com
@ 2004-01-11  1:35 ` pinskia at gcc dot gnu dot org
  2004-01-14  4:25 ` giovannibajo at libero dot it
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-11  1:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-11 01:35 -------
I think a patch like this <http://gcc.gnu.org/ml/gcc-patches/2004-01/msg00810.html> is 
needed for sparc-coff/elf is needed.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug bootstrap/12027] [3.3/3.4 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (6 preceding siblings ...)
  2004-01-11  1:35 ` pinskia at gcc dot gnu dot org
@ 2004-01-14  4:25 ` giovannibajo at libero dot it
  2004-02-28  2:33 ` [Bug target/12027] [3.3/3.4/3.5 " mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-14  4:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-14 04:25 -------
Moving back the milestone, the target is not deprecated yet AFAICT, so this is 
a fully qualified regression, albeit for a minor target.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] [3.3/3.4/3.5 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (7 preceding siblings ...)
  2004-01-14  4:25 ` giovannibajo at libero dot it
@ 2004-02-28  2:33 ` mmitchel at gcc dot gnu dot org
  2004-02-28  3:24 ` mmitchel at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-02-28  2:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-02-28 02:33 -------
Sparclite is not a primary target, so I've postponed this problem until (at
least) GCC 3.4.1.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] [3.3/3.4/3.5 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (8 preceding siblings ...)
  2004-02-28  2:33 ` [Bug target/12027] [3.3/3.4/3.5 " mmitchel at gcc dot gnu dot org
@ 2004-02-28  3:24 ` mmitchel at gcc dot gnu dot org
  2004-06-09 19:19 ` mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-02-28  3:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.4.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] [3.3/3.4/3.5 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (9 preceding siblings ...)
  2004-02-28  3:24 ` mmitchel at gcc dot gnu dot org
@ 2004-06-09 19:19 ` mmitchel at gcc dot gnu dot org
  2004-08-19 20:31 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-09 19:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-09 19:19 -------
I see no evidence that anyone cares very much about this bug, let alone that
anyone has a way of fixing it.  Postponed until 3.4.2.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] [3.3/3.4/3.5 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (10 preceding siblings ...)
  2004-06-09 19:19 ` mmitchel at gcc dot gnu dot org
@ 2004-08-19 20:31 ` mmitchel at gcc dot gnu dot org
  2004-10-26  8:36 ` [Bug target/12027] [3.3/3.4/4.0 " ebotcazou at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-19 20:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-19 20:31 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] [3.3/3.4/4.0 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (11 preceding siblings ...)
  2004-08-19 20:31 ` mmitchel at gcc dot gnu dot org
@ 2004-10-26  8:36 ` ebotcazou at gcc dot gnu dot org
  2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-10-26  8:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-10-26 08:36 -------
Mark, may I simply remove the target for 4.0?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
      Known to fail|3.4.1 4.0                   |3.4.1 4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] [3.3/3.4/4.0 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (12 preceding siblings ...)
  2004-10-26  8:36 ` [Bug target/12027] [3.3/3.4/4.0 " ebotcazou at gcc dot gnu dot org
@ 2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
  2004-11-15 12:16 ` ebotcazou at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-11-01  0:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-11-01 00:46 -------
Postponed until GCC 3.4.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.3                       |3.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] [3.3/3.4/4.0 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (13 preceding siblings ...)
  2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
@ 2004-11-15 12:16 ` ebotcazou at gcc dot gnu dot org
  2004-11-20 10:24 ` ebotcazou at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-15 12:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-15 12:16 -------
I think the sparclite-*-* targets should be removed for 4.0.  Is there a new
round of target removing scheduled before the 4.0.0 release?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] [3.3/3.4/4.0 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (14 preceding siblings ...)
  2004-11-15 12:16 ` ebotcazou at gcc dot gnu dot org
@ 2004-11-20 10:24 ` ebotcazou at gcc dot gnu dot org
  2004-11-22 12:06 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-20 10:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-20 10:24 -------
Mine.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] [3.3/3.4/4.0 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (15 preceding siblings ...)
  2004-11-20 10:24 ` ebotcazou at gcc dot gnu dot org
@ 2004-11-22 12:06 ` ebotcazou at gcc dot gnu dot org
  2004-11-22 12:08 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-22 12:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|ebotcazou at gcc dot gnu dot|unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] [3.3/3.4/4.0 Regression] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (16 preceding siblings ...)
  2004-11-22 12:06 ` ebotcazou at gcc dot gnu dot org
@ 2004-11-22 12:08 ` ebotcazou at gcc dot gnu dot org
  2005-04-04 17:19 ` [Bug target/12027] " cvs-commit at gcc dot gnu dot org
  2005-04-04 17:21 ` ebotcazou at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-22 12:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-22 12:07 -------
Suspended until deprecation/removal.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |SUSPENDED
 GCC target triplet|sparclite-coff, sparclite-  |sparclite-*-*
                   |elf                         |
   Target Milestone|3.4.4                       |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (17 preceding siblings ...)
  2004-11-22 12:08 ` ebotcazou at gcc dot gnu dot org
@ 2005-04-04 17:19 ` cvs-commit at gcc dot gnu dot org
  2005-04-04 17:21 ` ebotcazou at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-04 17:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-04 17:19 -------
Subject: Bug 12027

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ebotcazou@gcc.gnu.org	2005-04-04 17:18:54

Modified files:
	gcc            : ChangeLog config.gcc 
Removed files:
	gcc/config/sparc: lite.h litecoff.h liteelf.h sp86x-elf.h 
	                  t-sp86x t-sparclite 

Log message:
	PR target/4198
	PR target/12027
	* config.gcc (Obsolete configurations): Remove
	sparclite-*-coff*, sparclite-*-elf* and sparc-*-openbsd*.
	(sparclite-*-coff*): Delete.
	(sparclite-*-elf*): Likewise.
	(sparc86x-*-elf*): Likewise.
	(target_cpu_default) <sparc*-*-*>: Remove sparc86x.
	* config/sparc/lite.h: Delete.
	* config/sparc/litecoff.h: Likewise.
	* config/sparc/liteelf.h: Likewise.
	* config/sparc/sp86x-elf.h: Likewise.
	* config/sparc/t-sparclite: Likewise.
	* config/sparc/t-sp86x: Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8120&r2=2.8121
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&r1=1.528&r2=1.529
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/lite.h.diff?cvsroot=gcc&r1=1.8&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/litecoff.h.diff?cvsroot=gcc&r1=1.17&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/liteelf.h.diff?cvsroot=gcc&r1=1.16&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sp86x-elf.h.diff?cvsroot=gcc&r1=1.18&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/t-sp86x.diff?cvsroot=gcc&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/t-sparclite.diff?cvsroot=gcc&r1=1.5&r2=NONE



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

* [Bug target/12027] sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared
  2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
                   ` (18 preceding siblings ...)
  2005-04-04 17:19 ` [Bug target/12027] " cvs-commit at gcc dot gnu dot org
@ 2005-04-04 17:21 ` ebotcazou at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-04-04 17:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-04-04 17:21 -------
Target removed.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12027


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

end of thread, other threads:[~2005-04-04 17:21 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-21 23:16 [Bug bootstrap/12027] New: sparclite-coff build fails with INIT_SECTION_ASM_OP' undeclared dhazeghi at yahoo dot com
2003-08-21 23:23 ` [Bug bootstrap/12027] " pinskia at gcc dot gnu dot org
2003-08-21 23:55 ` dhazeghi at yahoo dot com
2003-08-23 17:26 ` [Bug bootstrap/12027] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
2003-11-26 17:34 ` pinskia at gcc dot gnu dot org
2003-12-28  3:10 ` pinskia at gcc dot gnu dot org
2003-12-28 20:35 ` dhazeghi at yahoo dot com
2004-01-11  1:35 ` pinskia at gcc dot gnu dot org
2004-01-14  4:25 ` giovannibajo at libero dot it
2004-02-28  2:33 ` [Bug target/12027] [3.3/3.4/3.5 " mmitchel at gcc dot gnu dot org
2004-02-28  3:24 ` mmitchel at gcc dot gnu dot org
2004-06-09 19:19 ` mmitchel at gcc dot gnu dot org
2004-08-19 20:31 ` mmitchel at gcc dot gnu dot org
2004-10-26  8:36 ` [Bug target/12027] [3.3/3.4/4.0 " ebotcazou at gcc dot gnu dot org
2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
2004-11-15 12:16 ` ebotcazou at gcc dot gnu dot org
2004-11-20 10:24 ` ebotcazou at gcc dot gnu dot org
2004-11-22 12:06 ` ebotcazou at gcc dot gnu dot org
2004-11-22 12:08 ` ebotcazou at gcc dot gnu dot org
2005-04-04 17:19 ` [Bug target/12027] " cvs-commit at gcc dot gnu dot org
2005-04-04 17:21 ` ebotcazou at gcc dot gnu dot org

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).