public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: PR 676: Fix ld for hppa--netbsd
@ 2005-01-19 13:20 Nick Hudson
  2005-01-19 23:12 ` Alan Modra
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Hudson @ 2005-01-19 13:20 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 105 bytes --]

I've now tested my patch in PR 676 and it works.

Here's a ChangeLog and the patch again.

Thanks,
Nick


[-- Attachment #2: hppaelf.em.diff --]
[-- Type: text/x-diff, Size: 715 bytes --]

2005-01-19  Nick Hudson  <skrll@netbsd.org>

	* emultempl/hppaelf.em (hppaelf_create_output_section_statements): 
	Create stub_file bfd for the NetBSD vector.

diff -u -r1.33 hppaelf.em
--- emultempl/hppaelf.em	25 May 2004 06:33:50 -0000	1.33
+++ emultempl/hppaelf.em	19 Jan 2005 13:17:17 -0000
@@ -67,9 +67,11 @@
 hppaelf_create_output_section_statements (void)
 {
   extern const bfd_target bfd_elf32_hppa_linux_vec;
+  extern const bfd_target bfd_elf32_hppa_nbsd_vec;
   extern const bfd_target bfd_elf32_hppa_vec;
 
   if (link_info.hash->creator != &bfd_elf32_hppa_linux_vec
+      && link_info.hash->creator != &bfd_elf32_hppa_nbsd_vec
       && link_info.hash->creator != &bfd_elf32_hppa_vec)
     return;
 

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

* Re: PATCH: PR 676: Fix ld for hppa--netbsd
  2005-01-19 13:20 PATCH: PR 676: Fix ld for hppa--netbsd Nick Hudson
@ 2005-01-19 23:12 ` Alan Modra
  2005-01-20  7:28   ` Nick Hudson
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Modra @ 2005-01-19 23:12 UTC (permalink / raw)
  To: Nick Hudson; +Cc: binutils

On Wed, Jan 19, 2005 at 01:20:10PM +0000, Nick Hudson wrote:
> I've now tested my patch in PR 676 and it works.

This is OK.  Let me know if you need someone to commit it.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

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

* Re: PATCH: PR 676: Fix ld for hppa--netbsd
  2005-01-19 23:12 ` Alan Modra
@ 2005-01-20  7:28   ` Nick Hudson
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Hudson @ 2005-01-20  7:28 UTC (permalink / raw)
  To: binutils; +Cc: Alan Modra

On Wednesday 19 January 2005 23:12, Alan Modra wrote:
> On Wed, Jan 19, 2005 at 01:20:10PM +0000, Nick Hudson wrote:
> > I've now tested my patch in PR 676 and it works.
>
> This is OK.  Let me know if you need someone to commit it.

Yes, please. I don't have commit rights.

Thanks,
Nick

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

end of thread, other threads:[~2005-01-20  7:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-19 13:20 PATCH: PR 676: Fix ld for hppa--netbsd Nick Hudson
2005-01-19 23:12 ` Alan Modra
2005-01-20  7:28   ` Nick Hudson

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