This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Commit: IQ2000:
- From: Nick Clifton <nickc at redhat dot com>
- To: newlib at sourceware dot org
- Date: Fri, 19 Aug 2011 15:57:32 +0100
- Subject: Commit: IQ2000:
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) }