Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Kevin Buettner <kevinb@redhat.com>
To: Mark Kettenis <kettenis@chello.nl>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [PATCH/RFA] Don't relocate SunOS-style a.out dynamic executables
Date: Tue, 24 Aug 2004 23:39:00 -0000	[thread overview]
Message-ID: <20040824163945.35ee121a@saguaro> (raw)
In-Reply-To: <200408221856.i7MIuYAT034596@elgar.kettenis.dyndns.org>

On Sun, 22 Aug 2004 20:56:34 +0200 (CEST)
Mark Kettenis <kettenis@chello.nl> wrote:

> Since I was curious whether our SunOS-style a.out shared library
> support still worked, I fired up my virtual VAX[1] and installed
> NetBSD 1.5.2 on it.  Alas, GDB didn't quite work, and indeed the
> solib-sunos.c code is to blame.  Some debugging revealed that the code
> was relocating the main executable over two bytes.  If you know a bit
> about the VAX and look at the code it is pretty easy to see why.  VAX
> functions start at an offset of two bytes from the function's address.

Those two bytes are a register save mask?  (Not that it matters; just
trying to remember something that I knew a very long time ago.)

> The code in sunos-solib.c:sunos_relocate_main_executable() compares
> the PC with the entry point as recorded in the executable.  Since
> these differ by two bytes, the code relocates the main executable over
> those two bytes.  
> 
> The easiest way to solve the problem would be to rip out the code that
> tries to relocate the executable.  AFAIK SunOS-style a.out executable
> aren't relocatable.  This code is probably just a leftover from when
> the SunOS code was split out of the SVR4 code.  Is that right?

That sounds like a reasonable guess to me.  FWIW, I did test the code
after the split, but I tested it on an old SunOS (sparc architecture)
system.
 
> If so, I'd like to apply the attached patch.

Sure.  It's okay with me.

Kevin


  reply	other threads:[~2004-08-24 23:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-22 18:56 Mark Kettenis
2004-08-24 23:39 ` Kevin Buettner [this message]
2004-09-08 14:32   ` Mark Kettenis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040824163945.35ee121a@saguaro \
    --to=kevinb@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=kettenis@chello.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox