This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] Use -e instead of --entry for as in testsuite


> Date: Mon, 31 Oct 2005 15:35:53 -0500
> From: Daniel Jacobowitz <drow@false.org>
> 
> > Index: ChangeLog
> > from  Mark Kettenis  <kettenis@gnu.org>
> > 
> > 	* gdb.asm/asm-source.exp: Use -e instead of --entry.
> 
> Is this more portable to any one system, in particular?  If so could
> you write down in the test which one?

No system in particular.  Quite a few linkers have the -e option,
including Solaris, HP-UX, IRIX and of course GNU ld.  The --entry
option is really specific to GNU ld (but really old versions seem to
lack it too).

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]