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)



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