public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Trivial patch for elf.sc in ld.
@ 1999-09-27  4:23 Geoff Keating
  1999-09-27 18:24 ` Ian Lance Taylor
  0 siblings, 1 reply; 10+ messages in thread
From: Geoff Keating @ 1999-09-27  4:23 UTC (permalink / raw)
  To: rth, binutils

I think this is really self-explanatory.  OK to commit?

-- 
Geoffrey Keating <geoffk@cygnus.com>

===File ~/patches/cygnus/tx49-bin-slinkonce.patch===========
md5sum: 01c7f288ab65b2dc 1f8b47196257f7c3 348219
Index: binutils/ld/ChangeLog
0a
Wed Sep 22 12:42:36 1999  Geoffrey Keating  <geoffk@cygnus.com>

	* scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections
	in .sdata too.

.
Changed files:
binutils/ld/ChangeLog
binutils/ld/scripttempl/elf.sc
md5sum: 86ddf7df91f7b761 c5d23ef89c14ef71 10785
--- /sloth/disk0/co/binutils-mainline/binutils/ld/scripttempl/elf.sc	Mon Sep 27 18:29:33 1999
+++ binutils/ld/scripttempl/elf.sc	Mon Sep 27 19:45:02 1999
@@ -232,7 +232,7 @@ cat <<EOF
   /* We want the small data sections together, so single-instruction offsets
      can access them all, and initialized data all before uninitialized, so
      we can shorten the on-disk segment size.  */
-  .sdata   ${RELOCATING-0} : { *(.sdata) *(.sdata.*) }
+  .sdata   ${RELOCATING-0} : { *(.sdata) *(.sdata.*) *(.gnu.linkonce.s.*) }
   ${RELOCATING+${OTHER_GOT_SECTIONS}}
   ${RELOCATING+_edata = .;}
   ${RELOCATING+PROVIDE (edata = .);}
============================================================

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

end of thread, other threads:[~1999-10-06 19:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-27  4:23 Trivial patch for elf.sc in ld Geoff Keating
1999-09-27 18:24 ` Ian Lance Taylor
1999-09-27 21:30   ` Geoff Keating
1999-09-27 21:42     ` Richard Henderson
1999-09-28  6:26     ` Ian Lance Taylor
1999-09-28 20:49       ` Geoff Keating
1999-09-28 20:59         ` Ian Lance Taylor
1999-09-28 21:50           ` Geoff Keating
1999-09-28 21:52             ` Ian Lance Taylor
1999-10-06 19:17               ` Geoff Keating

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