public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Patch]  Add .jcr section to PECOFF linker scripts
@ 2004-11-17  6:45 Danny Smith
  2004-11-30 17:37 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Smith @ 2004-11-17  6:45 UTC (permalink / raw)
  To: binutils

Hello,

I'm testing a GCC patch to allow both Dwarf2 EH support and Java class
registration by a .jcr section table on cygwin and mingw32 targets
using new crtbegin and crtend objects.

To make the Java part work, PECOFF targets need linker script support
for a .jcr section,

Binutils modified with the following patch has been tested on mingw32
with  GCC 3.3.3, 3.4.3 and  trunk and with GCC trunk patched with
new crtbegin/crtend objects for cygwin and mingw.

ld/Changlog

2004-11-16  Danny Smith  <dannysmith@users.sourceforge.net>

	* scripttempl/pe.sc (.data): Add .jcr subsection.

  Index: scripttempl/pe.sc
===================================================================
RCS file: /cvs/src/src/ld/scripttempl/pe.sc,v
retrieving revision 1.13
diff -u -r1.13 pe.sc
--- scripttempl/pe.sc	28 Sep 2004 19:14:29 -0000	1.13
+++ scripttempl/pe.sc	17 Nov 2004 06:37:04 -0000
@@ -88,6 +88,7 @@
     *(.data)
     *(.data2)
     ${R_DATA}
+    *(.jcr)
     ${RELOCATING+__data_end__ = . ;}
     ${RELOCATING+*(.data_cygwin_nocopy)}
   }

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com

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

* Re: [Patch]  Add .jcr section to PECOFF linker scripts
  2004-11-17  6:45 [Patch] Add .jcr section to PECOFF linker scripts Danny Smith
@ 2004-11-30 17:37 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2004-11-30 17:37 UTC (permalink / raw)
  To: Danny Smith; +Cc: binutils

Hi Danny,

> ld/Changlog
> 2004-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
> 
> 	* scripttempl/pe.sc (.data): Add .jcr subsection.

Approved - please apply.

Cheers
   Nick


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

end of thread, other threads:[~2004-11-30 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-17  6:45 [Patch] Add .jcr section to PECOFF linker scripts Danny Smith
2004-11-30 17:37 ` Nick Clifton

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