Commit: IQ2000:

Nick Clifton nickc@redhat.com
Fri Aug 19 15:17:00 GMT 2011


Hi Guys,

  I am applying the patch below as obvious.  It updates the IQ2000
  simulator specific linker script so that it places input sections of
  the form ".gcc_except_table.foo" into the .gcc_except_table output
  section.

Cheers
  Nick

libgloss/ChangeLog
2011-08-19  Nick Clifton  <nickc@redhat.com>

	* iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo
	sections as well.

Index: libgloss/iq2000/sim.ld
===================================================================
RCS file: /cvs/src/src/libgloss/iq2000/sim.ld,v
retrieving revision 1.2
diff -c -3 -p -r1.2 sim.ld
*** libgloss/iq2000/sim.ld	20 May 2005 15:45:42 -0000	1.2
--- libgloss/iq2000/sim.ld	19 Aug 2011 14:52:42 -0000
*************** SECTIONS
*** 156,162 ****
      LONG (0);
      PROVIDE (__eh_frame_end = .);
    }
!   .gcc_except_table : { *(.gcc_except_table) }
    .hash          : { *(.hash)		}
    .dynsym        : { *(.dynsym)		}
    .dynstr        : { *(.dynstr)		}
--- 156,162 ----
      LONG (0);
      PROVIDE (__eh_frame_end = .);
    }
!   .gcc_except_table : { *(.gcc_except_table)  *(.gcc_except_table.*) }
    .hash          : { *(.hash)		}
    .dynsym        : { *(.dynsym)		}
    .dynstr        : { *(.dynstr)		}

  



More information about the Newlib mailing list