NetBSD-Bugs archive

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

re: port-evbarm/45400: arm--netbsdelf-gcc: Internal error: Segmentation fault (program as)



The following reply was made to PR port-evbarm/45400; it has been noted by 
GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: port-evbarm-maintainer%netbsd.org@localhost, 
gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost
Subject: re: port-evbarm/45400: arm--netbsdelf-gcc: Internal error: 
Segmentation fault (program as)
Date: Mon, 26 Sep 2011 19:36:35 +1000

 new bug with binutils 2.20+ and arm-elf-alike targets.  the below patch
 should get you running again, but it's just a hack.
 
 
 .mrg.
 
 
 Index: gas/config/tc-arm.c
 ===================================================================
 RCS file: /cvsroot/src/external/gpl3/binutils/dist/gas/config/tc-arm.c,v
 retrieving revision 1.3
 diff -p -r1.3 tc-arm.c
 *** gas/config/tc-arm.c        25 Sep 2011 04:32:37 -0000      1.3
 --- gas/config/tc-arm.c        26 Sep 2011 09:27:47 -0000
 *************** arm_cleanup (void)
 *** 21802,21809 ****
 --- 21802,21811 ----
   {
     literal_pool * pool;
   
 + #if 0
     /* Ensure that all the IT blocks are properly closed.  */
     check_it_blocks_finished ();
 + #endif
   
     for (pool = list_of_pools; pool; pool = pool->next)
       {
 


Home | Main Index | Thread Index | Old Index