public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* more on bfd assertion failures.
@ 1995-11-27 19:52 David S. Miller
  1995-11-27 23:00 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: David S. Miller @ 1995-11-27 19:52 UTC (permalink / raw)
  To: gas2

The failure occurs in bfs/sunos.c:sunos_scan_ext_relocs() in the
following assertions:

      BFD_ASSERT (r_type == RELOC_JMP_TBL
		  || (h->flags & SUNOS_REF_REGULAR) != 0);

The sunos_link_hash_entry looks like

(gdb) p *h
$3 = {root = {root = {root = {next = 0x0, string = 0x6e290 "_pte_exprotect", 
        hash = 299445140}, type = bfd_link_hash_defined, next = 0x67aa8, u = {undef = {
          abfd = 0x1cc}, def = {value = 460, section = 0x69c70}, i = {link = 0x1cc, 
          warning = 0x69c70 ""}, c = {size = 460, p = 0x69c70}}}, written = false, 
    indx = -1}, dynindx = -2, dynstr_index = -1, got_offset = 0, plt_offset = 0, 
  flags = 2 '\002'}

and r_type has the value '8'

I'll keep searching.

Later,
David S. Miller
davem@caip.rutgers.edu


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

* Re: more on bfd assertion failures.
  1995-11-27 19:52 more on bfd assertion failures David S. Miller
@ 1995-11-27 23:00 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 1995-11-27 23:00 UTC (permalink / raw)
  To: davem; +Cc: gas2

   Date: Mon, 27 Nov 1995 22:52:09 -0500
   From: "David S. Miller" <davem@caip.rutgers.edu>

   The failure occurs in bfs/sunos.c:sunos_scan_ext_relocs() in the
   following assertions:

	 BFD_ASSERT (r_type == RELOC_JMP_TBL
		     || (h->flags & SUNOS_REF_REGULAR) != 0);

   The sunos_link_hash_entry looks like

   (gdb) p *h
   $3 = {root = {root = {root = {next = 0x0, string = 0x6e290 "_pte_exprotect", 
	   hash = 299445140}, type = bfd_link_hash_defined, next = 0x67aa8, u = {undef = {
	     abfd = 0x1cc}, def = {value = 460, section = 0x69c70}, i = {link = 0x1cc, 
	     warning = 0x69c70 ""}, c = {size = 460, p = 0x69c70}}}, written = false, 
       indx = -1}, dynindx = -2, dynstr_index = -1, got_offset = 0, plt_offset = 0, 
     flags = 2 '\002'}

   and r_type has the value '8'

I don't understand this.  The value of SUNOS_REF_REGULAR is 2, so why
is the assertion failing?

Ian


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

end of thread, other threads:[~1995-11-27 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-27 19:52 more on bfd assertion failures David S. Miller
1995-11-27 23:00 ` Ian Lance Taylor

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